
<!-- 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=4;


	// 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);
	textunder = new makeArray(amount);

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

	image[0]="http://www.ftjcfx.com/image-537740-10390659";
	link[0]="http://www.tkqlhce.com/click-537740-10390659";
	info[0]="Photos.com - Royalty-free Stock Photography";
	target[0]="_new";
	textunder[0]="Photos.com - Royalty-free Stock Photography. Click here now.";

	image[1]="http://www.awltovhc.com/image-537740-10397812";
	link[1]="http://www.tkqlhce.com/click-537740-10397812";
	info[1]="Click here for great royalty-free photos!";
	target[1]="_new";
	textunder[1]="Photos.com. Your one source for images.";

	image[2]="http://www.tqlkg.com/image-537740-10282848";
	link[2]="http://www.anrdoezrs.net/click-537740-10282848";
	info[2]="Need more clipart than you can find here? Check out Clipart.com.";
	target[2]="_new";
	textunder[2]="For more clipart, check out Clipart.com.";
	
	image[3]="http://www.lduhtrp.net/image-537740-1105653";
	link[3]="http://www.anrdoezrs.net/click-537740-1105653";
	info[3]="PowWeb Web Hosting - only $7.77 per month.";
	target[3]="_new";
	textunder[3]="PowWeb Web Hosting - recommended by GifsNow.com.";

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