jQuery(document).ready(function(){jQuery(".close").click(function(){jQuery(".loggedin").animate({left:"+=10px"}).animate({left:"-5000px"});});blink();});function blink(){jQuery(".loggedin").fadeOut(9000);}