var how_many_ads = 6;var now = new Date()var sec = now.getSeconds()var ad = sec % how_many_ads;ad +=1;if (ad==1) {	url="http://www.visionnightclub.com/";	alt="iParty Fridays at Vision";	banner="iparty.jpg";	type="02"}if (ad==2) {	url="http://www.visionnightclub.com/";	alt="The Midwest's ONLY Mega-Club";	banner="vision.gif";	type="02"}if (ad==3) {	url="http://www.theloftchicago.com";	alt="Bucking Thursdays at the Loft";	banner="loft.gif";	type="02"}if (ad==5) {	url="";	alt="";	banner="legroom.swf";	type="01"}if (ad==6) {	url="http://www.247club.net/radio/index.php";	alt="Cyber-Radio on 247Club";	banner="cyberradio.gif";	type="03"}if (ad==7) {	url="http://www.247club.net/hookup/index.php";	alt="Get on the list.  We have the hookup!";	banner="hookup.gif";	type="03"}if (ad==8) {	url="http://www.247club.net/mboard/arcade.php";	alt="247Club Video Arcade";	banner="arcade.gif";	type="03"}if (type=="01") {	document.write('<nobr><OBJECT classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0\" WIDTH=\"125\" HEIGHT=\"125\" id=\"promo\" ALIGN=\"\"><PARAM NAME=movie VALUE=\"http://www.247club.net/promos/125x125/' + banner + '\"><PARAM NAME=loop VALUE=false><PARAM NAME=quality VALUE=high><PARAM NAME=bgcolor VALUE=#000000><EMBED src=\"http://www.247club.net/promos/125x125/' + banner + '\" loop=false quality=high bgcolor=#000000 WIDTH=\"125\" HEIGHT=\"125\" NAME=\"promo\" ALIGN=\"\" TYPE=\"application/x-shockwave-flash\" PLUGINSPAGE=\"http://www.macromedia.com/go/getflashplayer\"></EMBED></OBJECT></nobr>');} else if (type=="02") {	document.write('<a href=\"' + url + '\" target=\"_blank\">');	document.write('<img src=\"http://www.247club.net/promos/125x125/' + banner + '\" ');	document.write('width=\"125\" height=\"125\" ');	document.write('alt=\"' + alt + '\" border=0></a>');} else if (type=="03") {	document.write('<a href=\"' + url + '\" target=\"_top\">');	document.write('<img src=\"http://www.247club.net/promos/125x125/' + banner + '\" ');	document.write('width=\"125\" height=\"125\" ');	document.write('alt=\"' + alt + '\" border=0></a>');} else {	document.write('<img src=\"http://www.247club.net/promos/125x125/' + banner + '\" ');	document.write('width=\"125\" height=\"125\" ');	document.write('alt=\"' + alt + '\" border=0>');}