
<!-- Hide the script from non-Javascript browsers

/*** Feel free to use this script, just leave these comment lines. ***/
/***         Goetz's Banner Script copyright 1998 Lawrence Goetz   ***/
/***         goetz@lawrencegoetz.com http://www.lawrencegoetz.com/ ***/

	// Indicate how many banner ads there are.
	var amount=3;


	// 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 = new makeTargetArray(amount);
	info = new makeArray(amount);
	width = new makeArray(amount);
	height = new makeArray(amount);
	onMouseOver = new makeArray(amount);

	// Place your banner information here. Start at index number 0.


	image[0]="http://www.ftjcfx.com/image-537740-10497048";
	link[0]="http://www.kqzyfj.com/click-537740-10497048";
	info[0]="Unibet.";
	target[0]="_new";
	width[0]="120";
	height[0]="60";
	onMouseOver[0]="Unibet Poker - free trial.";

	image[1]="http://www.awltovhc.com/image-537740-1105667";
	link[1]="http://www.jdoqocy.com/click-537740-1105667";
	info[1]="GifsNow.com recommend PowWeb Web Hosting.";
	target[1]="_new";
	width[1]="120";
	height[1]="60";
	onMouseOver[1]="GifsNow.com recommend PowWeb Web Hosting.";
	

	image[2]="http://www.awltovhc.com/image-537740-1105666";
	link[2]="http://www.dpbolvw.net/click-537740-1105666";
	info[2]="Free domain and currently 6 months free with 1-year plan. Recommended.";
	target[2]="_new";
	width[2]="120";
	height[2]="60";
	onMouseOver[2]="Free domain and currently 6 months free with 1-year plan. Recommended.";

	// 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);

// -- End Hiding Here -->
