//set image paths src = ["http://image.americanhomeguides.com/cgi-bin/imagemgr/get_image?image=3fb2b13bdf220af3db59c446669fa936", "http://image.americanhomeguides.com/cgi-bin/imagemgr/get_image?image=631feb70a80269fe792307a737e2fb13", "http://image.americanhomeguides.com/cgi-bin/imagemgr/get_image?image=d0846cf8f4e8355939151a323c01b27a", "http://image.americanhomeguides.com/cgi-bin/imagemgr/get_image?image=ee6c252e27d2a9e2fb17deaceaa02786", "http://image.americanhomeguides.com/cgi-bin/imagemgr/get_image?image=20bc45b8dcd8d37edc0d44f3eb31adb1"] //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(); }