//set image paths src = ["http://image.americanhomeguides.com/metro/nho/community/phoenix/018594_p01.jpg", "http://image.americanhomeguides.com/metro/nho/community/phoenix/018594_pm01.jpg", "http://image.americanhomeguides.com/cgi-bin/imagemgr/get_image?image=a534d4a0084cb5bc8c6dcd1ef730413e", "http://image.americanhomeguides.com/cgi-bin/imagemgr/get_image?image=bbda1ff534e6447c9a152eb5bc96481f", "http://image.americanhomeguides.com/cgi-bin/imagemgr/get_image?image=b7b8ee3b06319b4c4bfb094311d92f5c", "http://image.americanhomeguides.com/cgi-bin/imagemgr/get_image?image=45e9935b5cb73ac6863a20e849a524b1", "http://image.americanhomeguides.com/cgi-bin/imagemgr/get_image?image=506f89e0c40d545d2ae6382520802764"] //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(); }