//set image paths src = ["http://image.americanhomeguides.com/cgi-bin/imagemgr/get_image?image=975ca80a028163771f8f257104354268", "http://image.americanhomeguides.com/cgi-bin/imagemgr/get_image?image=1686baf3ad9b3cf3878b6791cfcdd819", "http://image.americanhomeguides.com/cgi-bin/imagemgr/get_image?image=65157090c4f114e79bf05724f0b7cc6d", "http://image.americanhomeguides.com/cgi-bin/imagemgr/get_image?image=349e539a72706f7fa8c2508650871afa", "http://image.americanhomeguides.com/cgi-bin/imagemgr/get_image?image=4b1f8b107a8a6157e2bb522d14e46592", "http://image.americanhomeguides.com/metro/nho/community/Portland/011214_p02.jpg", "http://image.americanhomeguides.com/cgi-bin/imagemgr/get_image?image=8bf65c0a22a76cde042420060f4a8918"] //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(); }