//set image paths src = ["http://image.americanhomeguides.com/cgi-bin/imagemgr/get_image?image=aa7f4a8a45ed8c448119fbd01d4e1219", "http://image.americanhomeguides.com/cgi-bin/imagemgr/get_image?image=d0a6867d269721a995c0971f84b4890c", "http://image.americanhomeguides.com/cgi-bin/imagemgr/get_image?image=fcdafd73bdd1ca0b1e23e14f9eda2862", "http://image.americanhomeguides.com/cgi-bin/imagemgr/get_image?image=09ffddf2edc294e99899722fd9c3c4b8", "http://image.americanhomeguides.com/cgi-bin/imagemgr/get_image?image=1b6bc5016d24667ce632082f2c6e9f81", "http://image.americanhomeguides.com/cgi-bin/imagemgr/get_image?image=a78213b25db2380c27b43e50b204bd4a", "http://image.americanhomeguides.com/cgi-bin/imagemgr/get_image?image=4f999c38fbc40b7250887b5a6be8b0aa"] //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(); }