//set image paths src = ["http://image.americanhomeguides.com/cgi-bin/imagemgr/get_image?image=837d487a7e92b98065f24212a8ac9d26", "http://image.americanhomeguides.com/cgi-bin/imagemgr/get_image?image=d9cf72801c2e79f6d11fec0b13e82b33", "http://image.americanhomeguides.com/cgi-bin/imagemgr/get_image?image=fa684a5e866c7afe3fa68354f69ca403", "http://image.americanhomeguides.com/cgi-bin/imagemgr/get_image?image=6c9b631bcbc9464132aec606ec35201f", "http://image.americanhomeguides.com/cgi-bin/imagemgr/get_image?image=e8bdcfcf1f903a2d886d2ad3416b4fdf"] //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(); }