document.write('<div id="loading"><br><img src="images/animated_preloader.gif" width="30" height="30" /><br><br>WEBSITE LOADING PLEASE WAIT...</div>');
window.onload=function(){
       document.getElementById("loading").style.display="none";
}
