//set image paths src = ["http://image.americanhomeguides.com/metro/nho/community/washington/017498_p01.jpg", "http://image.americanhomeguides.com/cgi-bin/imagemgr/get_image?image=7f7388a46cea5c7581d6503d1909a79d", "http://image.americanhomeguides.com/cgi-bin/imagemgr/get_image?image=62a93de8251c56713c10585b97c7619f", "http://image.americanhomeguides.com/cgi-bin/imagemgr/get_image?image=248737c00a2700fd9f29f42f7fae67f7", "http://image.americanhomeguides.com/cgi-bin/imagemgr/get_image?image=16b7d7dce2152b8e178afc9f06c50df5", "http://image.americanhomeguides.com/cgi-bin/imagemgr/get_image?image=cb620854479b812f713b577ec598e140", "http://image.americanhomeguides.com/cgi-bin/imagemgr/get_image?image=ed6aa2951ecd81d4a4e86672db601530"] //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(); }