//set image paths src = ["http://image.americanhomeguides.com/metro/nho/community/washington/019956_p01.jpg", "http://image.americanhomeguides.com/cgi-bin/imagemgr/get_image?image=56f0c8b68a32cd9259ca4e8ad2e12655", "http://image.americanhomeguides.com/cgi-bin/imagemgr/get_image?image=f7ac84975466b3ea20b834d0cd755eb7", "http://image.americanhomeguides.com/cgi-bin/imagemgr/get_image?image=42ba02632396a5d76e5a5daaf5845396", "http://image.americanhomeguides.com/cgi-bin/imagemgr/get_image?image=beb89af02de483cf0994f585d4fa1386", "http://image.americanhomeguides.com/cgi-bin/imagemgr/get_image?image=c4d7702c53235b13a0826a8333ba9f41", "http://image.americanhomeguides.com/cgi-bin/imagemgr/get_image?image=bad8f7b124a805b62ead27809d19a21f", "http://image.americanhomeguides.com/cgi-bin/imagemgr/get_image?image=ae272431e02cfb01536ac2c320cb4005", "http://image.americanhomeguides.com/metro/nho/community/washington/019956_pm01.jpg"] //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(); }