<!-- begin
// 	JavaScript Document - Banner Rotator
function adArray() {
	for (i=0; i*2<adArray.arguments.length; i++) {
	this[i] = new Object();
	this[i].src = adArray.arguments[i*2];
	this[i].href = adArray.arguments[i*2+1];
	}
	this.length = i;
	}
function getAdNum() {
	dat = new Date();
	dat = (dat.getTime()+"").charAt(8);
	if (dat.length == 1)
	ad_num = dat%ads.length;
	else
	ad_num = 0;
	return ad_num;
	}
	var ads = new adArray(
	"http://www.html-protector.com/encrypt/images/banner4.gif","http://www.html-protector.com/?afl=8887",
	"http://ads.friendfinder.com/banners/ff/valentines/ff_468x60_01.gif","http://friendfinder.com/go/p56647",
	"http://www.prankplace.com/images/banner3.gif","http://www.prankplace.com/cgi-bin/a.pl?prankpl&amp;1709",
	"http://www.stormpay.com/banners/SPbanner468x60sb.gif","http://www.stormpay.com/?117996",
	"http://images.paypal.com/en_US/i/bnr/paypal_mrb_banner.gif","https://www.paypal.com/row/mrb/pal=4FR4PGM84WL3S"
	);
	var ad_num = getAdNum();
	document.write('<a target="_blank" href="'+ads[ad_num].href+'"><img src="'+ads[ad_num].src+'"'+'width="468" height="60" border="1" name=js_ad>');
	link_num = document.links.length-1;
	function rotateSponsor() {
	 if (document.images) {
	ad_num = (ad_num+1)%ads.length;
	document.js_ad.src = ads[ad_num].src;
	document.links[link_num].href = ads[ad_num].href;
	setTimeout("rotateSponsor()",7000);
	}
	}
	setTimeout("rotateSponsor()",100);
// 	end -->
