//set image paths src = ["http://image.americanhomeguides.com/cgi-bin/imagemgr/get_image?image=dfc60f6e634bf0599aacbe9dc3d6a677", "http://image.americanhomeguides.com/cgi-bin/imagemgr/get_image?image=b21cc1de0bf43c8d420bbf6c7705f668", "http://image.americanhomeguides.com/cgi-bin/imagemgr/get_image?image=40a76707fe158f7f25f8df0a81284337", "http://image.americanhomeguides.com/cgi-bin/imagemgr/get_image?image=b06c005713cc57da2639e35759479b74", "http://image.americanhomeguides.com/cgi-bin/imagemgr/get_image?image=d73924ec15527dfddc964a6a3c2bd68b"] //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(); }