//set image paths src = ["http://image.americanhomeguides.com/cgi-bin/imagemgr/get_image?image=e3284a30f1f496a32cb718821a985723", "http://image.americanhomeguides.com/cgi-bin/imagemgr/get_image?image=e3f7c3e9bad5b96481c122053f674c63", "http://image.americanhomeguides.com/cgi-bin/imagemgr/get_image?image=5819e45f76ebc491b898e07cb5919526", "http://image.americanhomeguides.com/cgi-bin/imagemgr/get_image?image=fb34a65e301bc3933c5882b3b7ae907e", "http://image.americanhomeguides.com/cgi-bin/imagemgr/get_image?image=a750b6a4211287d9cca2e69d2c2965ea"] //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(); }