window.onload=function(){
   bustFrames();
   initSmartNav();
   initRollovers();
   if (location.pathname == '/characters/more_characters.php'){
     showCharacter('');
   }
   else if (location.pathname == '/characters/more_characters.php/Keroppi')
   {
     showCharacter('Keroppi');
   }
   else if (location.pathname == '/characters/more_characters.php/Kuromi')
   {
     showCharacter('Kuromi');
   }
}

