function init(){
	setTimeout('document.getElementById("loadScreen").style.display="none";', 5000);
}
window.onload = init;
