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