//set image paths src = ["http://image.americanhomeguides.com/partners/rylandhomes/img22217.jpg", "http://image.americanhomeguides.com/cgi-bin/imagemgr/get_image?image=c7a757aa517331977243e820cb5ea274", "http://image.americanhomeguides.com/cgi-bin/imagemgr/get_image?image=711008661190ad5635f14d7b65b2f562", "http://image.americanhomeguides.com/cgi-bin/imagemgr/get_image?image=301b6699105b7872d4f381ff0e386c66", "http://image.americanhomeguides.com/cgi-bin/imagemgr/get_image?image=3e584f1be3168fc27212ab8789db3e14", "http://image.americanhomeguides.com/cgi-bin/imagemgr/get_image?image=f178945329b8a9b8728333f9a0e1f5dd", "http://image.americanhomeguides.com/cgi-bin/imagemgr/get_image?image=db15dab06783a99e789d08e8c5992f23", "http://image.americanhomeguides.com/cgi-bin/imagemgr/get_image?image=e16a847e0d5a853101b38b7d8b7dbdae", "http://image.americanhomeguides.com/cgi-bin/imagemgr/get_image?image=8d7f69d1ab73fc425ac3d9afef1c309f", "http://image.americanhomeguides.com/cgi-bin/imagemgr/get_image?image=657f5ea121bcab568d90435869610529"] //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(); }