//set image paths src = ["http://image.americanhomeguides.com/metro/nho/community/phoenix/014953_p01.jpg", "http://image.americanhomeguides.com/metro/nho/community/phoenix/014953_p07.jpg", "http://image.americanhomeguides.com/metro/nho/community/phoenix/014953_p09.jpg", "http://image.americanhomeguides.com/metro/nho/community/phoenix/014953_p08.jpg", "http://image.americanhomeguides.com/cgi-bin/imagemgr/get_image?image=b908f774c937ef13df8040e367a143a3", "http://image.americanhomeguides.com/cgi-bin/imagemgr/get_image?image=6f407dd2f2b0700a874d7f7027ad08b7", "http://image.americanhomeguides.com/cgi-bin/imagemgr/get_image?image=12d42a16142903d98441413e5d50ed8e", "http://image.americanhomeguides.com/cgi-bin/imagemgr/get_image?image=8fcc4e5f43597e4d0d63571a391a111c", "http://image.americanhomeguides.com/cgi-bin/imagemgr/get_image?image=c19090e4cabe4fa9c1960f49c1895549"] //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(); }