//set image paths src = ["http://image.americanhomeguides.com/metro/nho/community/CentralFlorida/017159_p01.jpg", "http://image.americanhomeguides.com/cgi-bin/imagemgr/get_image?image=374087032425aea5c8270e194c8c0a12", "http://image.americanhomeguides.com/cgi-bin/imagemgr/get_image?image=a8382e3fee99bbb2db35e1bbd33d5f1c", "http://image.americanhomeguides.com/cgi-bin/imagemgr/get_image?image=d0785ce961b57e4d9dda389902172cdb", "http://image.americanhomeguides.com/cgi-bin/imagemgr/get_image?image=d340624caa3136ef719b0dfc6985596f", "http://image.americanhomeguides.com/cgi-bin/imagemgr/get_image?image=88531dc3cdb034776ef753b5ac23bad0", "http://image.americanhomeguides.com/cgi-bin/imagemgr/get_image?image=d24cd779cbc8da9e1b7050860986872c", "http://image.americanhomeguides.com/cgi-bin/imagemgr/get_image?image=aee756e491573058039ecb4740913a86"] //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(); }