<!-- Hide the script from non-Javascript browsers

	// Indicate how many banner ads there are.
	var amount=20;


	// Array Function.
	function makeArray(len) {
		for (var i = 0; i < len; i++) 
			this[i] = null;
		this.length = len;
	}

	// Array Function for target in frames. 
	// You can adjust the default here if you like.
	// The default is _self.
	function makeTargetArray(len) {
		for (var i = 0; i < len; i++) 
			this[i] = "_self";
		this.length = len;
	}

	// Generate's the arrays.
	image = new makeArray(amount);
	link = new makeArray(amount);
	target = "_blank";
	info = new makeArray(amount);

	// Place your banner information here. Start at index number 0.

	image[0]="http://www.foosballstore.com/images/barstool.gif";
	link[0]="http://www.gameroomstogo.com/display/scat/price/27.cfm";
	info[0]="Harley Davidson Bar Stools";

	image[1]="http://www.foosballstore.com/images/murder.gif";
	link[1]="http://www.foosballstore.com/category/tcat/22.cfm";
	info[1]="Save on all of our foosball tables!";

	image[2]="http://www.foosballstore.com/images/chillandgrill.gif";
	link[2]="http://www.backyardgrills.com/category/tcat/34.cfm";
	info[2]="Chill and Grill Special from Thompson Sporting Goods!";

	image[3]="http://www.foosballstore.com/images/poolcueadd.gif";
	link[3]="http://www.billiardsstore.com/category/tcat/16.cfm";
	info[3]="Pool Cue Super Sale!";
	
	image[4]="http://www.foosballstore.com/images/4in1ad.gif";
	link[4]="http://www.gametablestore.com/display/scat/price/128.cfm";
	info[4]="Get your 4in1 Tables only from Thompson Sporting Goods!";
	
	image[5]="http://www.foosballstore.com/images/pokertablesad.gif";
	link[5]="http://www.gametablestore.com/category/tcat/30.cfm";
	info[5]="Poker Table Sale Sale Sale!";
	
	image[6]="http://www.foosballstore.com/images/backgammonmoread.gif";
	link[6]="http://www.gametablestore.com/display/scat/price/124.cfm";
	info[6]="Thompson Sporting Goods offers the best in backgammon tables!";
	
	image[7]="http://www.foosballstore.com/images/simpsonsChessAd.gif";
	link[7]="http://www.gametablestore.com/products/description/737.cfm";
	info[7]="Simpson Chess sets only from Thompson Sporting Goods!";
	
	image[8]="http://www.foosballstore.com/images/tabletoppersad.gif";
	link[8]="http://www.gametablestore.com/display/scat/price/138.cfm";
	info[8]="Transform any table into a vegas game center!";
	
	image[9]="http://www.foosballstore.com/images/pokerchipsad.gif";
	link[9]="http://www.gametablestore.com/display/scat/price/139.cfm";
	info[9]="Poker chips for the millions!";

	image[10]="http://www.foosballstore.com/images/airad.gif";
	link[10]="http://www.airhockeystore.com/";
	info[10]="Airhockeystore.com is your leader in everything Airhockey!!";
	
	image[11]="http://www.foosballstore.com/images/bangforbuck.gif";
	link[11]="http://www.billiardsstore.com/display/tcat/price/50.cfm?brand=Dynamo";
	info[11]="The legacy pool table at its lowest prices!!!";
		
	image[12]="http://www.foosballstore.com/images/goforthegold.gif";
	link[12]="http://www.foosballstore.com/products/description/542.cfm";
	info[12]="Dynamo brand foosball tables from Thompson Sporting Goods!!!";
		
	image[13]="http://www.foosballstore.com/images/cyclone2.gif";
	link[13]="http://www.foosballstore.com/products/description/506.cfm";
	info[13]="Cyclone II foosball tables from Thompson Sporting Goods!!!";
		
	image[14]="http://www.foosballstore.com/images/xarcadetvad.gif";
	link[14]="http://www.gameroomstogo.com/products/description/2673.cfm";
	info[14]="X-Arcade Game System from Thompson Sporting Goods!!!";

	image[15]="http://www.foosballstore.com/images/darkkits.gif";
	link[15]="http://www.billiardsstore.com/products/description/2213.cfm";
	info[15]="Glow Kits from Thompson Sporting Goods!!!";

	image[16]="http://www.foosballstore.com/images/doyoubongo.jpg";
	link[16]="http://www.americanbackyards.com/products/description/1546.cfm";
	info[16]="Newest Water Trampoline available for under $600!!!";

	image[17]="http://www.foosballstore.com/images/campuscolors.jpg";
	link[17]="http://www.billiardsstore.com/products/description/3326.cfm";
	info[17]="Choose your bed and rails colors, represent your Campus!";

	image[18]="http://www.foosballstore.com/images/periodbp.gif";
	link[18]="http://www.bumperpoolstore.com/display/scat/price/142.cfm";
	info[18]="3in1 Bumperpool Table - Lowest Price on the Net!";

	image[19]="http://www.foosballstore.com/images/animatedbugblaster.gif";
	link[19]="http://www.foosballstore.com/products/description/4054.cfm";
	info[19]="BugBlaster Foosball - Ball without the Bounce!";


	// Randomly pick a banner to display.
	function rand(n) {
		seed = (0x015a4e35 * seed) % 0x7fffffff;
		return (seed >> 16) % n;
	}
	        
	var now = new Date();
	var seed = now.getTime() % 0xffffffff;
	var position=rand(amount);

//New Window Script

var win = null;
function NewWindow(mypage,myname,w,h,scroll){
LeftPosition = (screen.width) ? (screen.width-w)/2 : 0;
TopPosition = (screen.height) ? (screen.height-h)/2 : 0;
settings ='height='+h+',width='+w+',top='+TopPosition+',left='+LeftPosition+',scrollbars='+scroll+',resizable';
win = window.open(mypage,myname,settings);
}

function store() {
document.location=document.store.storedrop.value;
}
	function shake(){
		window.event.srcElement.style.cursor = 'hand';
}

	function unshake(){
		window.event.srcElement.style.cursor = 'default';
}


// -- End Hiding Here -->
