//set image paths src = ["http://image.americanhomeguides.com/cgi-bin/imagemgr/get_image?image=73beab09d68869b8a6a38585cd43a5a7", "http://image.americanhomeguides.com/cgi-bin/imagemgr/get_image?image=bb305f2ffb34e7c48a5e71ddb555ff2e", "http://image.americanhomeguides.com/cgi-bin/imagemgr/get_image?image=5c0fce6ff1d949940987af1f43274752", "http://image.americanhomeguides.com/cgi-bin/imagemgr/get_image?image=ad498ec23a343e4953d368e8cc34813e", "http://image.americanhomeguides.com/cgi-bin/imagemgr/get_image?image=c3626dd9989b41fd1ac4380a98c7f491", "http://image.americanhomeguides.com/cgi-bin/imagemgr/get_image?image=2173e10a1798b19d04676b7b9b159814", "http://image.americanhomeguides.com/cgi-bin/imagemgr/get_image?image=0d9b9db76495b4996440bc8a5336a90e", "http://image.americanhomeguides.com/cgi-bin/imagemgr/get_image?image=0577892877d3c3a59bf67794d2f5a27d", "http://image.americanhomeguides.com/cgi-bin/imagemgr/get_image?image=4afb1a3736316f2384b70c273f701619", "http://image.americanhomeguides.com/cgi-bin/imagemgr/get_image?image=2a1989fb4a5abc3e33a3f6e46909121c"] //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(); }