function Load(){setTimeout("hideIntro();", 7000);}

function hideIntro(){
	document.indexlogo.src = "images/sections/home-logo.jpg";
	document.getElementById('flash-intro').style.display = 'none';
}

window.onload = Load;