// CHAMA O ESTILO DO PRELOADER
window.document.write("<style type=\"text/css\">#preloader { display: block !important; }</style>");

// FUNÇÃO PRELOADER
function preload(){if(document.getElementById)document.getElementById('preloader').style.visibility='hidden';else{if(document.layers)document.preloader.visibility='hidden';else document.all.preloader.style.visibility='hidden'}}window.onload=function(){preload()}

