//set image paths src = ["http://image.americanhomeguides.com/cgi-bin/imagemgr/get_image?image=7e5e11af78475487f9b8d88077098411", "http://image.americanhomeguides.com/cgi-bin/imagemgr/get_image?image=dcf132a73d5d53e71d246adb58394232", "http://image.americanhomeguides.com/cgi-bin/imagemgr/get_image?image=6cba78b9c705db99fdd6c3057f8f5107", "http://image.americanhomeguides.com/cgi-bin/imagemgr/get_image?image=7145ff164bc2869ef02d0434e605034c", "http://image.americanhomeguides.com/cgi-bin/imagemgr/get_image?image=a2f5fc9242ae6b6270bb592cab5514fe", "http://image.americanhomeguides.com/cgi-bin/imagemgr/get_image?image=b166ba5a217715804acef5e1d40fe5be", "http://image.americanhomeguides.com/cgi-bin/imagemgr/get_image?image=8d3f8afd6aa8f7db847596c2d90d33dd", "http://image.americanhomeguides.com/cgi-bin/imagemgr/get_image?image=a8b7914f52e0a6978aca6578602cdf6e", "http://image.americanhomeguides.com/cgi-bin/imagemgr/get_image?image=53e0ce6bfcc55dd29fdbb332b792b520"] //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(); }