function loadXMLDoc()
{

	
var xmlhttp;
if (window.XMLHttpRequest)
  {// code for IE7+, Firefox, Chrome, Opera, Safari
  xmlhttp=new XMLHttpRequest();
  }
else
  {// code for IE6, IE5
  xmlhttp=new ActiveXObject("Microsoft.XMLHTTP");
  }
xmlhttp.onreadystatechange=function()
  {
  if(navigator.appName!="Microsoft Internet Explorer")
	{

  if (xmlhttp.readyState==4 )
    {
    document.getElementById("header-img").innerHTML='<div style="width:1000px;height:120px;background:url(images/headerbg.png)no-repeat;"><div style="width:1000px; height:10px;"></div><div style="float:left; width:122px; height:106px; margin:0px 10px 0px 25px; background:url(images/ucet_logo.gif) no-repeat"></div><div style="float:left; margin-top:28px; height:72px; width:604px; background:url(images/ucetname.png) no-repeat; "></div>';
	
	document.getElementById("banner1").innerHTML='<img id="slide-img-1" src="slider/banner1.jpg" class="slide" alt="" style="display: inline; left: -1000px; " width="1000" height="258">';
	
	document.getElementById("banner2").innerHTML='<img id="slide-img-2" src="slider/banner2.jpg" class="slide" width="1000" height="258" alt="" style="display: inline; left: 0px; " />';
	
		document.getElementById("banner3").innerHTML='<img id="slide-img-3" src="slider/banner3.jpg" class="slide" width="1000" height="258" alt="" style="display: inline; left: 0px; " />';
    }
	else
	{
	document.getElementById("header-img").innerHTML='<div style="width:1000px;height:120px;background:url(images/headerbg.png)no-repeat;"><div style="width:1000px; height:10px;"></div><div style="float:left; width:122px; height:106px; margin:0px 10px 0px 25px; background:url(images/ucet_logo.gif) no-repeat"></div><div style="float:left; margin-top:28px; height:72px; width:604px; background:url(images/ucetname.png) no-repeat; "></div>';
	
	
		document.getElementById("banner1").innerHTML='<div style="margin-left:350px;margin-top:125px; color:#cccccc; font-size:24px; font-family:Geneva, Arial, Helvetica, sans-serif; font-weight:bold">Loading..Please Wait</div>';
	
		document.getElementById("banner2").innerHTML='<div style="margin-left:350px;margin-top:125px; color:#cccccc; font-size:24px; font-family:Geneva, Arial, Helvetica, sans-serif; font-weight:bold">Loading..Please Wait</div>';
				document.getElementById("banner3").innerHTML='<div style="margin-left:350px;margin-top:125px; color:#cccccc; font-size:24px; font-family:Geneva, Arial, Helvetica, sans-serif; font-weight:bold">Loading..Please Wait</div>';
	
	
	}
	

	}
	
	if(navigator.appName=="Microsoft Internet Explorer")
	{
	document.getElementById("header-img").innerHTML='<div style="width:1000px;height:120px;background:url(images/headerbg.png)no-repeat;"><div style="width:1000px; height:10px;"></div><div style="float:left; width:122px; height:106px; margin:0px 10px 0px 25px; background:url(images/ucet_logo.gif) no-repeat"></div><div style="float:left; margin-top:28px; height:72px; width:604px; background:url(images/ucetname.png) no-repeat; "></div>';
	document.getElementById("banner1").innerHTML='<img id="slide-img-1" src="slider/banner1.jpg" class="slide" alt="" style="display: inline; left: -1000px; " width="1000" height="258">';
	
	document.getElementById("banner2").innerHTML='<img id="slide-img-2" src="slider/banner2.jpg" class="slide" width="1000" height="258" alt="" style="display: inline; left: 0px; " />';
	document.getElementById("banner3").innerHTML='<img id="slide-img-3" src="slider/banner3.jpg" class="slide" width="1000" height="258" alt="" style="display: inline; left: 0px; " />';
	}

  }

xmlhttp.open("GET","generatorphp-thumb.gif",true);  

xmlhttp.open("GET","load.gif",true);

xmlhttp.open("GET","images/headerbg.png",true);
xmlhttp.open("GET","images/ucet_logo.gif",true);
xmlhttp.open("GET","images/ucetname.png",true);

xmlhttp.open("GET","slider/banner1.jpg",true);

xmlhttp.open("GET","slider/banner2.jpg",true);
xmlhttp.open("GET","slider/banner3.jpg",true);


xmlhttp.send();
start();
	
}


