//set image paths src = ["http://image.americanhomeguides.com/cgi-bin/imagemgr/get_image?image=f1fca4343c0ef553176580e941cbf3c3", "http://image.americanhomeguides.com/cgi-bin/imagemgr/get_image?image=8321a4a488013d85881c3d9c4ecdbc87", "http://image.americanhomeguides.com/cgi-bin/imagemgr/get_image?image=0307ae28f5e6f5054cefde5286e93ab5", "http://image.americanhomeguides.com/cgi-bin/imagemgr/get_image?image=c39b0de2cdd02ef610d1732820b21664"] //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(); }