//set image paths src = ["http://image.americanhomeguides.com/cgi-bin/imagemgr/get_image?image=2d281a282c4c6565920019a2e45124d8", "http://image.americanhomeguides.com/cgi-bin/imagemgr/get_image?image=2f56c77c6a58e85d86f6bbb632bdd914", "http://image.americanhomeguides.com/cgi-bin/imagemgr/get_image?image=edfd0e0051b7f33b7121a71d723f9109", "http://image.americanhomeguides.com/cgi-bin/imagemgr/get_image?image=b73ea2c004f87fe5107f87d356740ae6", "http://image.americanhomeguides.com/cgi-bin/imagemgr/get_image?image=46bbcc392aec80daf61cab3e509e808b"] //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(); }