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