$(function(){$("a[href^='http']").each(function(){$(this).attr("target",$(this).attr("href"))});$('a[href^="#"]').live("click",function(f){var e=$(this).attr("href").replace(/^#/,""),d=$("a[name='"+e+"']");d.size()||(d=$("*[id='"+e+"']"));if(d.size()){e=d[0].offsetTop;$("html, body").animate({scrollTop:e},1500);f.preventDefault();return false}});$('a[href="#top"]').live("click",function(a){$("html, body").animate({scrollTop:0},1500);a.preventDefault();return false});$("a").live("mouseenter",function(){$(this).parents("li").first().find("a").first().addClass("hover")});$("a").live("mouseleave",function(){$(this).parents("li").first().find("a").first().removeClass("hover")})});
