//set image paths src = ["http://image.americanhomeguides.com/cgi-bin/imagemgr/get_image?image=ace61a56469f8edbd83958530298452e", "http://image.americanhomeguides.com/cgi-bin/imagemgr/get_image?image=785fec484e346827a2d22235bf977139", "http://image.americanhomeguides.com/cgi-bin/imagemgr/get_image?image=af8226cc7fc0f12ca3ed49c1cc0c70fc", "http://image.americanhomeguides.com/cgi-bin/imagemgr/get_image?image=39fcf5cc1ed70497096217d28add7859"] //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(); }