
$(document).ready(function(){var current="#useful";$("div.navigate a").click(function(){$(this).blur();$("a[@href="+current+"]").parent().parent().removeClass("selected");$(this).parent().parent().addClass("selected");clicked_on=$(this).attr("href");if(clicked_on!=current){$(current).fadeOut(200,function(){$(clicked_on).fadeIn(300);});}
current=clicked_on;return false;});$("#submit").mouseover(function(){$(this).attr("src","/images/home/home_login_but_over.gif");});$("#submit").mouseout(function(){$(this).attr("src","/images/home/home_login_but.gif");});$("#submit_register").mouseover(function(){$(this).attr("src","/images/home/but_register_over.gif");});$("#submit_register").mouseout(function(){$(this).attr("src","/images/home/but_register.gif");});});
