//set image paths src = ["http://image.americanhomeguides.com/cgi-bin/imagemgr/get_image?image=44df97bc18942d8a61208b40e20bc2c5", "http://image.americanhomeguides.com/metro/nho/community/Charlotte/002305_p07.jpg", "http://image.americanhomeguides.com/cgi-bin/imagemgr/get_image?image=9d4a1c7038e3312c859f9a868e722533", "http://image.americanhomeguides.com/metro/nho/community/Charlotte/002305_p08.jpg", "http://image.americanhomeguides.com/cgi-bin/imagemgr/get_image?image=246b83a4840677e3bf43455b16ab8264", "http://image.americanhomeguides.com/cgi-bin/imagemgr/get_image?image=7dd32c7e92b887fcb2565af89af87287", "http://image.americanhomeguides.com/cgi-bin/imagemgr/get_image?image=ed50379c4ff9d37695fca13ca13bca5e", "http://image.americanhomeguides.com/cgi-bin/imagemgr/get_image?image=c5559e4b53aa92e93faa7d5442312c7e", "http://image.americanhomeguides.com/cgi-bin/imagemgr/get_image?image=d53f7601f52b6c76f5228b82f94f868f", "http://image.americanhomeguides.com/partners/spchar/img528633.jpg", "http://image.americanhomeguides.com/metro/nho/community/Charlotte/002305_p09.jpg", "http://image.americanhomeguides.com/partners/spchar/img528634.jpg", "http://image.americanhomeguides.com/metro/nho/community/Charlotte/002305_p02.jpg", "http://image.americanhomeguides.com/cgi-bin/imagemgr/get_image?image=07fc25d11d1d5ad02698e646fe7a0a30", "http://image.americanhomeguides.com/partners/spchar/img528631.jpg", "http://image.americanhomeguides.com/partners/spchar/img528630.jpg", "http://image.americanhomeguides.com/metro/nho/community/Charlotte/002305_p05.jpg", "http://image.americanhomeguides.com/cgi-bin/imagemgr/get_image?image=a168802128db79066fedeacea93b84f1", "http://image.americanhomeguides.com/cgi-bin/imagemgr/get_image?image=a1bf7b0d9f45cc397d4003c63ff1fa58", "http://image.americanhomeguides.com/metro/nho/community/Charlotte/002305_p03.jpg", "http://image.americanhomeguides.com/cgi-bin/imagemgr/get_image?image=8a71163cb3ede6fbb47e13ad26b61b11", "http://image.americanhomeguides.com/cgi-bin/imagemgr/get_image?image=b989fbef72179db559ecdefb8aeff7f7", "http://image.americanhomeguides.com/metro/nho/community/Charlotte/002305_p04.jpg", "http://image.americanhomeguides.com/cgi-bin/imagemgr/get_image?image=ef4e558c5164c4d03d2701484938988d", "http://image.americanhomeguides.com/cgi-bin/imagemgr/get_image?image=b84f84191ec635cb5dd8c8fa214ec776", "http://image.americanhomeguides.com/cgi-bin/imagemgr/get_image?image=d510f94c36d3867608daaf3c02654496", "http://image.americanhomeguides.com/cgi-bin/imagemgr/get_image?image=25875f1760f8b2c78a7e3dce1410ab35", "http://image.americanhomeguides.com/cgi-bin/imagemgr/get_image?image=bcd731c0c8c0e019390bd7d27798631f", "http://image.americanhomeguides.com/metro/nho/community/Charlotte/002305_p01.jpg", "http://image.americanhomeguides.com/metro/nho/community/Charlotte/002305_p06.jpg", "http://image.americanhomeguides.com/cgi-bin/imagemgr/get_image?image=b219c54e1ac6ec10385b32cef6040e8d", "http://image.americanhomeguides.com/partners/spchar/img528632.jpg", "http://image.americanhomeguides.com/cgi-bin/imagemgr/get_image?image=3d900567276338ffdf797e4bc760a622", "http://image.americanhomeguides.com/cgi-bin/imagemgr/get_image?image=d35ac1e4612232bfa7b7527dd897da54", "http://image.americanhomeguides.com/cgi-bin/imagemgr/get_image?image=dd5431ed1f3a24e8af037a69069398b0", "http://image.americanhomeguides.com/cgi-bin/imagemgr/get_image?image=cb1849013aff0b55379d74d992e0899c", "http://image.americanhomeguides.com/cgi-bin/imagemgr/get_image?image=f28c9fae033b8f5a14adcb476fee3f38"] //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(); }