jQuery(function(){
  jQuery("a").bind("focus",function(){if(this.blur)this.blur();});
  jQuery('.rollover, #index_top_contents a img').rollover();
  jQuery(".page-numbers li:last").addClass("last");
});
