//set image paths src = ["http://image.americanhomeguides.com/cgi-bin/imagemgr/get_image?image=c89b365ce4897df031dca6c7e25cfb51", "http://image.americanhomeguides.com/cgi-bin/imagemgr/get_image?image=7186764c0e28dd59eefcc11642623620", "http://image.americanhomeguides.com/cgi-bin/imagemgr/get_image?image=ab1f7185588be54af455e428787a76d5", "http://image.americanhomeguides.com/metro/nho/community/charlotte/014445_p01.jpg", "http://image.americanhomeguides.com/cgi-bin/imagemgr/get_image?image=4714774acca415c5cda6533861323d29", "http://image.americanhomeguides.com/cgi-bin/imagemgr/get_image?image=21e0dc88cf4355b3930244c76af90d67", "http://image.americanhomeguides.com/cgi-bin/imagemgr/get_image?image=07707b5159236648fb3e490210f7a9ff", "http://image.americanhomeguides.com/cgi-bin/imagemgr/get_image?image=afbc161074855e7267a31cafd8eb0e8a", "http://image.americanhomeguides.com/cgi-bin/imagemgr/get_image?image=53f023fdc168b81e18a4114ef5b8072b", "http://image.americanhomeguides.com/cgi-bin/imagemgr/get_image?image=201f086d6dcb2c852819574cf0e3a16c", "http://image.americanhomeguides.com/cgi-bin/imagemgr/get_image?image=ed54d3adfc0ea4488f13d20ecc24893d", "http://image.americanhomeguides.com/cgi-bin/imagemgr/get_image?image=d7f9fbe13cdaa493956299d9aa5aeddf", "http://image.americanhomeguides.com/cgi-bin/imagemgr/get_image?image=b9b7dae12aeda2fe2108c8fbc40e80d9", "http://image.americanhomeguides.com/cgi-bin/imagemgr/get_image?image=eaef03ad6949f16e5f4122686a5aef50", "http://image.americanhomeguides.com/cgi-bin/imagemgr/get_image?image=51df81100de41fddc632e64302d8ab58"] //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(); }