//set image paths src = ["http://image.americanhomeguides.com/cgi-bin/imagemgr/get_image?image=5906a065f65dd42bf1a1dcdf7ad53e83", "http://image.americanhomeguides.com/metro/nho/community/AmericanHomeguide/011494_p02.jpg", "http://image.americanhomeguides.com/metro/nho/community/AmericanHomeguide/011494_p04.jpg", "http://image.americanhomeguides.com/metro/nho/community/AmericanHomeguide/011494_p06.jpg", "http://image.americanhomeguides.com/cgi-bin/imagemgr/get_image?image=0dc907898d9154c0f41948ef1aaeea21", "http://image.americanhomeguides.com/cgi-bin/imagemgr/get_image?image=f9363c236e42409597f5a70efaa2b54f", "http://image.americanhomeguides.com/cgi-bin/imagemgr/get_image?image=a99acd94d03a7ae5ccab7648c741f1be", "http://image.americanhomeguides.com/cgi-bin/imagemgr/get_image?image=6b97c04f38716397c459383c5412b709", "http://image.americanhomeguides.com/cgi-bin/imagemgr/get_image?image=3a020f931d6a91892f21ce2e07fc63ad", "http://image.americanhomeguides.com/cgi-bin/imagemgr/get_image?image=015acccb3cdc32dfcec0aaf3787a4bf7"] //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(); }