//set image paths src = ["http://image.americanhomeguides.com/cgi-bin/imagemgr/get_image?image=cfb89e05388a75e052e5881e9f6838cb", "http://image.americanhomeguides.com/cgi-bin/imagemgr/get_image?image=07690a0e6d299cb0a6f03134c432b808", "http://image.americanhomeguides.com/cgi-bin/imagemgr/get_image?image=ff133691f5c1c296588dae8167dee4e3", "http://image.americanhomeguides.com/metro/nho/community/Portland/011943_p03.jpg"] //set duration for each image duration = 3; //Please do not edit below ads=[]; ct=0; function switchAd() { var n=(ct+1)%src.length; if (ads[n] && (ads[n].complete || ads[n].complete==null)) { document["community_image"].src = ads[ct=n].src; } ads[n=(ct+1)%src.length] = new Image; ads[n].src = src[n]; setTimeout("switchAd()",duration*1000); } onload = function(){ if (document.images) switchAd(); }