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