
slot1gifs = new Array('Free Hosting','Free Hosting','Free Hosting','Free Hosting','Free Hosting','Free Hosting');
slot2gifs = new Array('2200 FREE templates','300 FREE  templates','Ad-FREE Hosting','Domain Names','2200 FREE templates','300 FREE  templates');
slot3gifs = new Array('FREE Website','FREE Homepage','FREE Website','FREE Homepage','FREE Website','FREE Homepage');
slot4gifs = new Array('Free Games','Free Games','Free Games','Free Games','Free Games','Free Games');
slot5gifs = new Array('3gb Web Space','Easy Website Build Tool','1gb Disk Space','3gb Web Space','Easy Website Build Tool','1gb Disk Space');

slot1urls = new Array('http://www.fortunecity.com/','http://www.fortunecity.com/','http://www.fortunecity.com/','http://www.fortunecity.com/','http://www.fortunecity.com/','http://www.fortunecity.com/');
slot2urls = new Array('http://www.fortunecity.com/','http://www.fortunecity.com/','http://www.fortunecity.com/','http://www.fortunecity.com/','http://www.fortunecity.com/','http://www.fortunecity.com/');
slot3urls = new Array('http://www.fortunecity.com/','http://www.fortunecity.com/','http://www.fortunecity.com/','http://www.fortunecity.com/','http://www.fortunecity.com/','http://www.fortunecity.com/');
slot4urls = new Array('http://www.hotgames.com/','http://www.hotgames.com/','http://www.hotgames.com/','http://www.hotgames.com/','http://www.hotgames.com/','http://www.hotgames.com/');
slot5urls = new Array('http://www.fortunecity.com/','http://www.fortunecity.com/','http://www.fortunecity.com/','http://www.fortunecity.com/','http://www.fortunecity.com/','http://www.fortunecity.com/');

my_date = new Date();

my_random = my_date.getUTCSeconds() % 5;

document.write('<td width=20%><img src="images/spacer.gif" width="6" height="1" alt="" border="0"></td>');
	document.write('<td><img src="images/btn_left.gif" alt="" width="8" height="27"  alt="" border="0"></td>');
	document.write('<td background="images/btn.gif" nowrap>');
	document.write('<a href="' + slot1urls[my_random] + '" target="_new" class=tab>'+ slot1gifs[my_random] +'</a></td>');
	document.write('<td><img src="images/btn_right.gif" alt="" width="8" height="27" alt="" border="0"></td>');
document.write('<td><img src="images/spacer.gif" width="6" height="1" alt="" border="0"></td>');
	document.write('<td><img src="images/btn_left.gif"  width="8" height="27" alt="" border="0"></td>');
	document.write('<td background="images/btn.gif" nowrap>');
	document.write('<a href="' + slot2urls[my_random] + '" target="_new"   class=tab>'+ slot2gifs[my_random] +'</a></td>');
	document.write('<td><img src="images/btn_right.gif"  width="8" height="27" alt="" border="0"></td>');
document.write('<td><img src="images/spacer.gif" width="6" height="1" alt="" border="0"></td>');
	document.write('<td><img src="images/btn_left.gif"  width="8" height="27" alt="" border="0"></td>');
	document.write('<td background="images/btn.gif" nowrap>');
	document.write('<a href="' + slot3urls[my_random] + '" target="_new"  class=tab>'+ slot3gifs[my_random] +'</a></td>');
	document.write('<td><img src="images/btn_right.gif"  width="8" height="27" alt="" border="0"></td>');
document.write('<td><img src="images/spacer.gif" width="6" height="1" alt="" border="0"></td>');
	document.write('<td><img src="images/btn_left.gif"  width="8" height="27" alt="" border="0"></td>');
	document.write('<td background="images/btn.gif" nowrap>');
	document.write('<a href="' + slot4urls[my_random] + '" target="_new"  class=tab>'+ slot4gifs[my_random] +'</a></td>');
	document.write('<td><img src="images/btn_right.gif" width="8" height="27"alt="" border="0"></td>');
document.write('<td><img src="images/spacer.gif" width="6" height="1" alt="" border="0"></td>');
	document.write('<td><img src="images/btn_left.gif"  width="8" height="27" alt="" border="0"></td>');
	document.write('<td background="images/btn.gif" nowrap>');
	document.write('<a href="' + slot5urls[my_random] + '" target="_new"  class=tab>'+ slot5gifs[my_random] +'</a></td>');
	document.write('<td><img src="images/btn_right.gif"  width="8" height="27" alt="" border="0"></td>');
document.write('<td width=20%><img src="images/spacer.gif" width="6" height="1" alt="" border="0"></td>');

