//set image paths src = ["http://image.americanhomeguides.com/cgi-bin/imagemgr/get_image?image=d8091c7f1cfb45b75a1fb9dbf572b32d", "http://image.americanhomeguides.com/cgi-bin/imagemgr/get_image?image=41d59cbf39d21dfddcb649b3ded6fed2", "http://image.americanhomeguides.com/cgi-bin/imagemgr/get_image?image=fcd677076f0d30ab751e3f7a358927b8", "http://image.americanhomeguides.com/cgi-bin/imagemgr/get_image?image=456da963b606e081f0cd00b2c1f3947a", "http://image.americanhomeguides.com/cgi-bin/imagemgr/get_image?image=f2186e82cd101a6970ab150260105387", "http://image.americanhomeguides.com/cgi-bin/imagemgr/get_image?image=72237af49020d79dd4523ef20281c658", "http://image.americanhomeguides.com/cgi-bin/imagemgr/get_image?image=1fe299c1b068193ca3c69d9fbd93b28c"] //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(); }