//set image paths src = ["http://image.americanhomeguides.com/cgi-bin/imagemgr/get_image?image=2f2d374a13c5011c141b71c70703ebef", "http://image.americanhomeguides.com/cgi-bin/imagemgr/get_image?image=2df4e554721e0af0f719df8b25333a9b", "http://image.americanhomeguides.com/cgi-bin/imagemgr/get_image?image=f2c49a2a641b36d95259bdcfe7e18be7", "http://image.americanhomeguides.com/cgi-bin/imagemgr/get_image?image=f1cfb2737d23aeaeda5c8a844493a4bd", "http://image.americanhomeguides.com/cgi-bin/imagemgr/get_image?image=362e5186d92f91ed3809b95b974db63a", "http://image.americanhomeguides.com/cgi-bin/imagemgr/get_image?image=654baa414fc6799c894c0e4fa790791a", "http://image.americanhomeguides.com/cgi-bin/imagemgr/get_image?image=d886f34717ca006fb11faa8da4c60947", "http://image.americanhomeguides.com/cgi-bin/imagemgr/get_image?image=5774973f591715f216850375cf3a2217", "http://image.americanhomeguides.com/cgi-bin/imagemgr/get_image?image=a3814fa53150199f689d99042b540305"] //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(); }