//set image paths src = ["http://image.americanhomeguides.com/cgi-bin/imagemgr/get_image?image=3c290a39463b8f10fbbad11e49357f3c", "http://image.americanhomeguides.com/metro/nho/community/newjersey/011535_p01.jpg", "http://image.americanhomeguides.com/metro/nho/community/NewJersey/011535_pm01.jpg", "http://image.americanhomeguides.com/cgi-bin/imagemgr/get_image?image=c357c99c6edc1454ea25b60007868a9d", "http://image.americanhomeguides.com/cgi-bin/imagemgr/get_image?image=8a50a369e4ea7491962b0428a06fdabe", "http://image.americanhomeguides.com/cgi-bin/imagemgr/get_image?image=2a13d32c92b24e6661d4f0008f60c47c", "http://image.americanhomeguides.com/cgi-bin/imagemgr/get_image?image=866c4dd8c0e02660abd36b34c8590dc5", "http://image.americanhomeguides.com/cgi-bin/imagemgr/get_image?image=f8db89959aeaac034d2c08565aac001d"] //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(); }