document.write('<div id="loading">Loading</div>'); window.onload=function(){
		document.getElementById("loading").style.display="none";
		}
