//set image paths src = ["http://image.americanhomeguides.com/metro/nho/community/washington/018863_p01.jpg", "http://image.americanhomeguides.com/cgi-bin/imagemgr/get_image?image=eaf6ab922de4fa60209365be500e966e", "http://image.americanhomeguides.com/cgi-bin/imagemgr/get_image?image=53e8dc7051fdd664095b59ef287b99e6", "http://image.americanhomeguides.com/cgi-bin/imagemgr/get_image?image=ae1a586a709337e5fd57bf049fb3ce04", "http://image.americanhomeguides.com/cgi-bin/imagemgr/get_image?image=56787763bcaf4dd255371de0997fad84", "http://image.americanhomeguides.com/cgi-bin/imagemgr/get_image?image=1c6c66900651c2e32b40903194dc95d1"] //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(); }