var path="http://www.js-x.com/js/"; /* path to the images */ var isIE=document.all?true:false; var isNS4=document.layers?true:false; var isNS6=!isIE&&document.getElementById?true:false; var n=0; var imgs = new Array(); var PRELOAD=true; /* preload images or not */ var c=0; /* used to load images in any order you specify and only change the image name */ if(!PRELOAD) { imgs[c++] = "http://www.aseansources.com/images/alibaba-as-prime.jpg"//path+"pic1.gif"; //imgs[c++] = "http://www.aseansources.com/images/b3.gif"//path+"pic2.gif"; // imgs[c++] = "http://www.aseansources.com/images/b2.gif"//path+"pic3.gif"; // imgs[c++] = "http://www.aseansources.com/images/florist.gif"//path+"pic4.gif"; } else { imgs[c] = new Image();imgs[c++].src="http://www.aseansources.com/images/alibaba-as-prime.jpg"//path+"pic1.gif"; //imgs[c] = new Image();imgs[c++].src="http://www.aseansources.com/images/b3.gif"//path+"pic2.gif"; //imgs[c] = new Image();imgs[c++].src="http://www.aseansources.com/images/b2.gif"//path+"pic3.gif"; //imgs[c] = new Image();imgs[c++].src="http://www.aseansources.com/images/florist.gif"//path+"pic4.gif"; } function rotate() { (n==(imgs.length-1))?n=0:n++; var _setTo=PRELOAD?imgs[n].src:imgs[n]; if(isIE)document.images["p"].src=_setTo; if(isNS4)document.f.p.src=_setTo; if(isNS6)document.f.p.src=_setTo; } function gotoURL(){ var sam=n%4; var dest; //dest='http://www.aseansources.com/jsp/advertise.jsp' //if(sam==0)dest='http://www.aseansources.com/jsp/advertise.jsp'; if(sam==0)dest='http://www.alibaba.com/activities/infodata/index.html'; else if(sam==1)dest='http://www.clickaudit.com/goto/?61466';//exabytes // else if(sam==1)dest='http://www.aseansources.com/jsp/advertise.jsp'; // else if(sam==1)dest='http://www.clickaudit.com/goto/?38298';//correction //else dest='http://www.clickaudit.com/goto/?38299';//florist location.href=dest; } setInterval("rotate();",7000);