n=document.layers
ie=document.all
function hideIt()
{
if(ie || n)
{
if(n) document.divLoadCont.visibility="hidden"
else divLoadCont.style.visibility="hidden"
}
}

if (ie || n) document.write('<center><div id="divLoadCont"><font size="2" color="#99FF00"><b>GAME&nbsp;IS&nbsp;LOADING...&nbsp;ready&nbsp;to&nbsp;play?</b></font></div></center>');
