var spacetext = "";
if(navigator.userAgent.indexOf("IE") != -1)
{
 spacetext ="<div style='position: absolute; width: 932px; height: 30px; z-index: 1; left: 25px; top: 98px' id='layer1'>";
}
else
{
	spacetext ="<div style='position: absolute; width: 932px; height: 30px; z-index: 1; left: 35px; top: 96px' id='layer1'>";
 
}
document.write(spacetext);