function start() {
	setTimeout("ShowLogo()", 500);	
}

function ShowLogo() {
	jQuery("#logo").fadeIn("slow");
}