//set image paths src = ["http://image.americanhomeguides.com/metro/nho/community/atlanta/017573_p01.jpg", "http://image.americanhomeguides.com/metro/nho/community/atlanta/017573_p02.jpg", "http://image.americanhomeguides.com/cgi-bin/imagemgr/get_image?image=2b00871554c4006b5b850e77e642bd5f", "http://image.americanhomeguides.com/cgi-bin/imagemgr/get_image?image=74582cdd19811fc60a30634172b91013", "http://image.americanhomeguides.com/cgi-bin/imagemgr/get_image?image=fef78076912d454789109e8ec1a953ea", "http://image.americanhomeguides.com/cgi-bin/imagemgr/get_image?image=adde5a0810e0a6e09ba4d5cfcc9ec440", "http://image.americanhomeguides.com/cgi-bin/imagemgr/get_image?image=6cb007d24665ed0148c5088d3b965483", "http://image.americanhomeguides.com/cgi-bin/imagemgr/get_image?image=4edea8c2ff541d1da719e957b077448c", "http://image.americanhomeguides.com/cgi-bin/imagemgr/get_image?image=3e39470672a93f7f2cf43c51dd54662f", "http://image.americanhomeguides.com/cgi-bin/imagemgr/get_image?image=d363000413b092cdfe54b03fdd5cb8ce"] //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(); }