//set image paths src = ["http://image.americanhomeguides.com/cgi-bin/imagemgr/get_image?image=51337562e22a5cf09adeaf017d2601e9", "http://image.americanhomeguides.com/cgi-bin/imagemgr/get_image?image=7513933e0d8b92597740990f11a07523", "http://image.americanhomeguides.com/cgi-bin/imagemgr/get_image?image=49b26f57f4a75ef4a8102d840d901412", "http://image.americanhomeguides.com/cgi-bin/imagemgr/get_image?image=5722d0b21d6498f7999008a264c6782a", "http://image.americanhomeguides.com/metro/nho/community/jacksonville/015964_p01.jpg", "http://image.americanhomeguides.com/cgi-bin/imagemgr/get_image?image=476a4a1ed55ec9cc204843152ab9270c", "http://image.americanhomeguides.com/metro/nho/community/Jacksonville/015964_p02.jpg", "http://image.americanhomeguides.com/cgi-bin/imagemgr/get_image?image=71e60d63046daa3ca6ceb046cbe54b40", "http://image.americanhomeguides.com/metro/nho/community/Jacksonville/015964_p03.jpg", "http://image.americanhomeguides.com/cgi-bin/imagemgr/get_image?image=ef9252aa75c2c70b3f0f4f5eae7aaa6a", "http://image.americanhomeguides.com/metro/nho/community/Jacksonville/015964_p04.jpg", "http://image.americanhomeguides.com/cgi-bin/imagemgr/get_image?image=c81f8f3ee2721d3656cff43fa406975c", "http://image.americanhomeguides.com/metro/nho/community/Jacksonville/015964_p05.jpg", "http://image.americanhomeguides.com/cgi-bin/imagemgr/get_image?image=db92c407a90f3dd0d7d320b3fc4247c0", "http://image.americanhomeguides.com/metro/nho/community/Jacksonville/015964_p06.jpg", "http://image.americanhomeguides.com/cgi-bin/imagemgr/get_image?image=3b29ac812a24b22a50c84ab6f3a581d3", "http://image.americanhomeguides.com/cgi-bin/imagemgr/get_image?image=ba75640e6b6edf662b2c15a8193becd2", "http://image.americanhomeguides.com/cgi-bin/imagemgr/get_image?image=76fa527cabd1622a0235e21ad682ae17"] //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(); }