<!-- Begin					
					
var how_many_ads = 12;					
var now = new Date()					
var sec = now.getSeconds()					
var ad = sec % how_many_ads;					
					
ad +=1;					
if (ad==1) {					
destination_url="http://www.atlantishigh.com/ahguide/ahguide_01.html";					
banner_URL="http://www.atlantishigh.com/atlantishigh/images/banners/ahguide.jpg";					
banner_width="269";					
banner_height="62";					
frame_target="_top"					
}					
					
if (ad==2) {					
destination_url="http://www.atlantishigh.com/characters/characters_01.html";					
banner_URL="http://www.atlantishigh.com/atlantishigh/images/banners/characters1.jpg";					
banner_width="269";					
banner_height="62";					
frame_target="_top"					
}					
					
if (ad==3) {					
destination_url="http://www.atlantishigh.com/wallpaper/wallpaper_01.html";					
banner_URL="http://www.atlantishigh.com/atlantishigh/images/banners/wallpaper1.jpg";					
banner_width="269";					
banner_height="62";					
frame_target="_top"					
}					

if (ad==4) {					
destination_url="http://www.atlantishigh.com/drleggsreports/drleggs_01.html";					
banner_URL="http://www.atlantishigh.com/atlantishigh/images/banners/drleggz.gif";					
banner_width="269";					
banner_height="62";					
frame_target="_top"					
}
		
if (ad==5) {					
destination_url="http://www.atlantishigh.com/audio/audio_01.html";					
banner_URL="http://www.atlantishigh.com/atlantishigh/images/banners/music.jpg";					
banner_width="269";					
banner_height="62";					
frame_target="_top"					
}			

if (ad==6) {					
destination_url="http://www.atlantishigh.com/latestnews/latestnews_01.html";					
banner_URL="http://www.atlantishigh.com/atlantishigh/images/banners/news.jpg";					
banner_width="269";					
banner_height="62";					
frame_target="_top"					
}		

if (ad==7) {					
destination_url="http://www.atlantishigh.com/photogallery/photogallery_01.html";					
banner_URL="http://www.atlantishigh.com/atlantishigh/images/banners/photogallery.jpg";					
banner_width="269";					
banner_height="62";					
frame_target="_top"					
}		

if (ad==8) {					
destination_url="http://www.atlantishigh.com/photogallery/photogallery_01.html";					
banner_URL="http://www.atlantishigh.com/atlantishigh/images/banners/photogallery2.jpg";					
banner_width="269";					
banner_height="62";					
frame_target="_top"					
}	

if (ad==9) {					
destination_url="http://www.atlantishigh.com/plotsynopsis/plotsynopsis_01.html";					
banner_URL="http://www.atlantishigh.com/atlantishigh/images/banners/plotsynopsis.jpg";					
banner_width="269";					
banner_height="62";					
frame_target="_top"					
}	

if (ad==10) {					
destination_url="http://www.atlantishigh.com/video/video_01.html";					
banner_URL="http://www.atlantishigh.com/atlantishigh/images/banners/video.gif";					
banner_width="269";					
banner_height="62";					
frame_target="_top"					
}	

if (ad==11) {					
destination_url="http://www.atlantishigh.com/wallpaper/wallpaper_01.html";					
banner_URL="http://www.atlantishigh.com/atlantishigh/images/banners/wallpaper2.jpg";					
banner_width="269";					
banner_height="62";					
frame_target="_top"					
}	

if (ad==12) {					
destination_url="http://www.atlantishigh.com/links/links_01.html";					
banner_URL="http://www.atlantishigh.com/atlantishigh/images/banners/WEBRING.gif";					
banner_width="269";					
banner_height="62";					
frame_target="_top"					
}	

document.write('<a href=\"' + destination_url + '\" target=\"' + frame_target + '\">');					
document.write('<img src=\"' + banner_URL + '\" width=')					
document.write(banner_width + ' height=' + banner_height + ' ');					
document.write('border=0></a><br>');					
document.write('</center>');					
					
					
// End -->					
					
