	var imgArray = new Array(
			"swiss.gif",
			"Pmet.gif",
			"Ccis.gif",
			"Crescendas.gif",
			"Advantech.gif",
			"CCH-HR.gif",
			"Pmet.gif",
			"Tafep.gif",
			"pmo.gif",
			"Ccis.gif",
			"Pmet.gif",
			"Peopletrends.gif",
			"Tavica.gif",
			"AA.gif",
			"Advantest.gif",
			"Pmet.gif",
			"Tafep.gif",
			"Agilent.gif",
			"ASSAB.gif",
			"Ccis.gif",
			"Pmet.gif",
			"AXA-Life.gif",
			"Chemi-con.gif",
			"Tafep.gif",
			"Pmet.gif",
			"Esplanade.gif",
			"Fullerton.gif",
			"Ccis.gif",
			"Heritage.gif",
			"Pmet.gif",
			"Herz.gif",
			"MicroAlliance.gif",
			"Tafep.gif",
			"Minnesota.gif",
			"Pmet.gif",
			"MouldingInd.gif",
			"Ccis.gif",
			"P-Serv.gif",
			"Pmet.gif",
			"Rediffusion.gif",
			"RoyalBrunelAir.gif",
			"Tafep.gif",
			"RSPL.gif",
			"Pmet.gif",
			"SIM.gif",
			"Ccis.gif",
			"ThomeShipMgt.gif",
			"UBB.gif",
			"Pmet.gif",
			"UMS.gif",
			"Tafep.gif",
			"UOL.gif",
			"Pmet.gif",
			"VirtualHR.gif",
			"WMMercer.gif",
			"Yokogawa.gif");
		var timeoutArray = new Array(
			"60",	
			"60",
			"60",
			"60",
			"60",
			"60",
			"60",
			"60",
			"60",
			"60",
			"60",
			"60",
			"60",
			"60",
			"60",
			"60",
			"60",
			"60",
			"60",
			"60",
			"60",
			"60",
			"60",
			"60",
			"60",
			"60",
			"60",
			"60",
			"60",
			"60",
			"60",
			"60",
			"60",
			"60",
			"60",
			"60",
			"60",
			"60",
			"60",
			"60",
			"60",
			"60",
			"60",
			"60",
			"60",
			"60",
			"60",
			"60",
			"60",
			"60",
			"60",
			"60",
			"60",
			"60",
			"60",
			"60",
			"60");
		var urlArray = new Array(
			"http://www.swiss.com/",
			"http://execmatch.sg/",
			"http://www.ccis.com.sg/",
			"mailto:davidkang@crescendas.com",
			"http://www.advantechsg.com.sg/",
			"http://www.cch.com.sg/SG/MiscPages/MiscPage.aspx?ID=232&Mode=Preview",
			"http://execmatch.sg/",
			"http://www.fairemployment.sg/",
			"http://www.family.gov.sg/MnP/",
			"http://www.ccis.com.sg/",
			"http://execmatch.sg/",
			"http://www.peopletrends.biz/",
			"http://www.crescendas.com/",
			"http://www.aas.com.sg/",
			"http://www.advantest.co.jp/index-e.html/",
			"http://execmatch.sg/",
			"http://www.fairemployment.sg/",
			"http://www.agilent.com/",
			"http://www.assabsteels.com/",
			"http://www.ccis.com.sg/",
			"http://execmatch.sg/",
			"http://www.axainsurance.com.sg/",
			"http://www.chemi-con.com.sg/",
			"http://www.fairemployment.sg/",
			"http://execmatch.sg/",
			"http://www.esplanade.com.sg/",
			"http://www.fullertonhotel.com/",
			"http://www.ccis.com.sg/",
			"http://www.heritagetour.com.sg/",
			"http://execmatch.sg/",
			"http://www.hertz.com/",
			"http://www.microalliance.com.sg/",
			"http://www.fairemployment.sg/",
			"http://www.mnrubber.com/",
			"http://execmatch.sg/",
			"http://www.moulding.com.sg/",
			"http://www.ccis.com.sg/",
			"http://www.p-serv.com.sg/ ",
			"http://execmatch.sg/",
			"http://www.rediffusion.com.sg/",
			"http://www.bruneiair.com/",
			"http://www.fairemployment.sg/",
			"http://www.rubycon.co.jp/",
			"http://execmatch.sg/",
			"http://www.sim.edu.sg/",
			"http://www.ccis.com.sg/",
			"http://www.thome.com.sg/",
			"http://www.uol.com.sg/",
			"http://execmatch.sg/",
			"http://www.uol.com.sg/",
			"http://www.fairemployment.sg/",
			"http://www.uol.com.sg/",
			"http://execmatch.sg/",
			"http://www.virtualhr.com.sg/",
			"http://www.wmmercer.com/",
			"http://www.yokogawa.com.sg/");
		
		var s1= String(Math.random());
		ran = parseInt(s1.substring(2,s1.length))%imgArray.length;
	
		function nextbanner() {
			window.location = "_self"
		}

		function goLogout()
		{
			document.form.method="post";
			document.form.jumpto.value="/public/aboutus/home.jsp";
			document.form.action ="/servlet/login.CustomLogoutServlet";
			document.form.target ="";
			document.form.submit();
			//location.href="/servlet/login.CustomLogoutServlet?jumpto=/public/aboutus/home.jsp"; 
			
		}

		function formHandler(form){
			var URL = document.form.site.options[document.form.site.selectedIndex].value;
			window.location.href = URL;
		}