$(document).ready(function(){var val_email=$("#authentication_email").val();$("#authentication_email").focus(function(){if($("#authentication_email").val()==val_email){$(this).attr("value","")}});$("#authentication_email").blur(function(){if($("#authentication_email").val()==""){$("#authentication_email").val(val_email)}});$("#authentication_fake_password").focus(function(){$(this).remove();$("#authentication_password").show().focus()});setTimeout(function(){$(".flash_error, .flash_notice").fadeOut("slow",function(){$(".flash_error, .flash_notice").remove()})},7000);$("a.iframe_fancybox").fancybox({type:"iframe",width:500,height:610,titleShow:false,margin:0,padding:10,showCloseButton:true});$("#header .item").hover(function(){$(this).children(".title").addClass("over");$(this).children(".subtitles").slideDown("normal",function(){if(!$(this).prev(".title").hasClass("over")){$(this).hide()}})},function(){$(this).children(".title").removeClass("over");$(this).children(".subtitles").hide()});$("a.go_to_register").click(function(){$("#registration_firstname").focus();return false});$("a.go_to_connect").click(function(){$.scrollTo($("#header"),800);$("#login_line1 input#authentication_email").focus();return false})});
