//set image paths src = ["http://image.americanhomeguides.com/cgi-bin/imagemgr/get_image?image=1804ea12ece2f9089b65704536a8fd01", "http://image.americanhomeguides.com/cgi-bin/imagemgr/get_image?image=9d09c51640e18d12ca78fe8169c2ff4f", "http://image.americanhomeguides.com/cgi-bin/imagemgr/get_image?image=62fb940f1dd253b4df506d5b251a4add", "http://image.americanhomeguides.com/cgi-bin/imagemgr/get_image?image=af585246ec7027a4191f56f5d1b74669", "http://image.americanhomeguides.com/cgi-bin/imagemgr/get_image?image=5e72c04d76df28443a573f020a6c2b7b", "http://image.americanhomeguides.com/cgi-bin/imagemgr/get_image?image=6e02efea6b4030dd1ef77e6328b66e1a", "http://image.americanhomeguides.com/cgi-bin/imagemgr/get_image?image=014e0a09b81c351d2671dad6f14ce1e2", "http://image.americanhomeguides.com/cgi-bin/imagemgr/get_image?image=4b039c6ab3818fc848751d2204a6bd63", "http://image.americanhomeguides.com/cgi-bin/imagemgr/get_image?image=3ab70fb73e2883424d97ca8dcda866b6"] //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(); }