//set image paths src = ["http://image.americanhomeguides.com/cgi-bin/imagemgr/get_image?image=fc70c6dee725b033a50954d7babb9d2c", "http://image.americanhomeguides.com/cgi-bin/imagemgr/get_image?image=105529d8e91f62f2f384c6a16bb055ba", "http://image.americanhomeguides.com/cgi-bin/imagemgr/get_image?image=503fe4cd541c166150dd919dde399c5b", "http://image.americanhomeguides.com/cgi-bin/imagemgr/get_image?image=75d0dc9eed1a2438c524b35d82245b04", "http://image.americanhomeguides.com/cgi-bin/imagemgr/get_image?image=737de4796bf3dcfb2ef3b9c1b579f576", "http://image.americanhomeguides.com/cgi-bin/imagemgr/get_image?image=5b26904345aee234823f18c228d83bf9"] //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(); }