//set image paths src = ["http://image.americanhomeguides.com/cgi-bin/imagemgr/get_image?image=7c0ae52ae8f94fbc81ff08f5ec2145bd", "http://image.americanhomeguides.com/cgi-bin/imagemgr/get_image?image=1639ac18b5800d2ad2407521bd0e2cd9", "http://image.americanhomeguides.com/cgi-bin/imagemgr/get_image?image=5356207957cedec00a75113a7c6cc4dc", "http://image.americanhomeguides.com/cgi-bin/imagemgr/get_image?image=b854e5466f5710f8dcd5ced2c401d336", "http://image.americanhomeguides.com/cgi-bin/imagemgr/get_image?image=0777620804a8c81656cd549d6341c073"] //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(); }