//set image paths src = ["http://image.americanhomeguides.com/cgi-bin/imagemgr/get_image?image=7b25a6506e80460ea356ce9a1c3d4ef9", "http://image.americanhomeguides.com/cgi-bin/imagemgr/get_image?image=3211a10629e54add595ffda8a4be8b30", "http://image.americanhomeguides.com/cgi-bin/imagemgr/get_image?image=e68fa7c15564a5cbab84cde32a732360", "http://image.americanhomeguides.com/cgi-bin/imagemgr/get_image?image=c8abf405d4b75d9d8a626acab85d49d2", "http://image.americanhomeguides.com/cgi-bin/imagemgr/get_image?image=dda1e0c6a34392d745bb3fe5942f02fa", "http://image.americanhomeguides.com/cgi-bin/imagemgr/get_image?image=39ba5c27dc3c1d85c6880d18fe1647a3"] //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(); }