//set image paths src = ["http://image.americanhomeguides.com/cgi-bin/imagemgr/get_image?image=b8cb0b2ff432b703004bd0911a125b2b", "http://image.americanhomeguides.com/cgi-bin/imagemgr/get_image?image=71a2f51352b010b8edbebc33a9a263d6", "http://image.americanhomeguides.com/cgi-bin/imagemgr/get_image?image=8f537f7e7e2c022539089c72c1363bb8", "http://image.americanhomeguides.com/cgi-bin/imagemgr/get_image?image=00972163c4520d7cec8ae75321732d08", "http://image.americanhomeguides.com/cgi-bin/imagemgr/get_image?image=c337a932424cbce31712487f4a054d8e", "http://image.americanhomeguides.com/cgi-bin/imagemgr/get_image?image=d6a5a551de0c76804ae0dbbb0cb7c926"] //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(); }