//set image paths src = ["http://image.americanhomeguides.com/cgi-bin/imagemgr/get_image?image=77af0408a76958bd45441b347bfd4f0d", "http://image.americanhomeguides.com/cgi-bin/imagemgr/get_image?image=c68c9f59cad4db88ba8234c261fa2311", "http://image.americanhomeguides.com/cgi-bin/imagemgr/get_image?image=5719f1d0a00e1104f62580daac1ac8d0", "http://image.americanhomeguides.com/cgi-bin/imagemgr/get_image?image=14fdd2c5c71a80e613d8573c79f40f31", "http://image.americanhomeguides.com/partners/pultehomes/img77121.jpg", "http://image.americanhomeguides.com/cgi-bin/imagemgr/get_image?image=6fa27b9e8fe02ece66857de47a6d2061"] //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(); }