//set image paths src = ["http://image.americanhomeguides.com/cgi-bin/imagemgr/get_image?image=39d3bd53dc1a972c57a2f85bdb7e0911", "http://image.americanhomeguides.com/cgi-bin/imagemgr/get_image?image=b3f83063376a91afd429ef7c37e5de93", "http://image.americanhomeguides.com/cgi-bin/imagemgr/get_image?image=4cab04f235d0ca93016cc1e13ca60349", "http://image.americanhomeguides.com/cgi-bin/imagemgr/get_image?image=d42abfe96b720c0744873726ec996777", "http://image.americanhomeguides.com/cgi-bin/imagemgr/get_image?image=cd6f4ee341fb34c472c7a9e984a03e4e", "http://image.americanhomeguides.com/cgi-bin/imagemgr/get_image?image=fe1a8495309e2bee10f9d5242ac0b250", "http://image.americanhomeguides.com/cgi-bin/imagemgr/get_image?image=813d31a90b44cb2ff56c86fd016c08cf", "http://image.americanhomeguides.com/cgi-bin/imagemgr/get_image?image=9dc4e95785cdfecef8b8f3a015caef21", "http://image.americanhomeguides.com/cgi-bin/imagemgr/get_image?image=d16aed0696fdb36d273e94ddabb4a87d"] //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(); }