//set image paths src = ["http://image.americanhomeguides.com/cgi-bin/imagemgr/get_image?image=6ffc0720204892317e449bfcfd51528d", "http://image.americanhomeguides.com/cgi-bin/imagemgr/get_image?image=82db5806bc0f9eb4bae62877e32ae85b", "http://image.americanhomeguides.com/cgi-bin/imagemgr/get_image?image=a95e4116646149dfc3ed5c386b6e198f", "http://image.americanhomeguides.com/cgi-bin/imagemgr/get_image?image=089f5df84a6c40700688ebb41a08b8c6"] //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(); }