function MakeArray(n) {
	this.length = n;
	for (var i = 1; i <= n; i++) {
	this[i] = 0 }
	return this
}

function getURL() {
	url = new MakeArray(100);
	numURLS = 30;
	url[0] = "<a href=\"http://www.whale-tail.com/\" target=\"_blank\">Free Porn</a>"
	url[1] = "<a href=\"http://www.sexyfunpics.com/\" target=\"_blank\">Free Porn</a>"
	url[2] = "<a href=\"http://www.gigagalleries.com/\" target=\"_blank\">Free Porn</a>"
	url[3] = "<a href=\"http://www.babecentrum.com/\" target=\"_blank\">Free Porn</a>"
	url[4] = "<a href=\"http://www.extrapost.com\" target=\"_blank\">Free Porn</a>"
	url[5] = "<a href=\"http://www.galleries4free.com\" target=\"_blank\">Free Porn</a>"
	url[6] = "<a href=\"http://www.babesmachine.com/\" target=\"_blank\">Free Porn</a>"
	url[7] = "<a href=\"http://www.baberoad.com\" target=\"_blank\">Free Porn</a>"
	url[8] = "<a href=\"http://www.pornstarsmachine.com\" target=\"_blank\">Free Porn</a>"
	url[9] = "<a href=\"http://www.selfshotbabes.com/\" target=\"_blank\">Free Porn</a>"
	url[10] = "<a href=\"http://www.butterflysearcher.com/\" target=\"_blank\">Free Porn</a>"
	url[11] = "<a href=\"http://www.sweetcollegegirls.com\" target=\"_blank\">Free Porn</a>"
	url[12] = "<a href=\"http://www.pinkpornstars.com\" target=\"_blank\">Free Porn</a>"
	url[13] = "<a href=\"http://www.babe-envy.com\" target=\"_blank\">Free Porn</a>"
	url[14] = "<a href=\"http://www.freegonzo.com/porn.php\" target=\"_blank\">Free Porn</a>"
	url[15] = "<a href=\"http://www.teenport.com\" target=\"_blank\">Free Porn</a>"
	url[16] = "<a href=\"http://www.girlsofdesire.org\" target=\"_blank\">Free Porn</a>"
	url[17] = "<a href=\"http://www.littletighties.com/\" target=\"_blank\">Free Porn</a>"
	url[18] = "<a href=\"http://www.peachesfantasy.com/\" target=\"_blank\">Free Porn</a>"
	url[19] = "<a href=\"http://www.nude.hu\" target=\"_blank\">Free Porn</a>"
	url[20] = "<a href=\"http://www.drunknipslips.com/blog/\" target=\"_blank\">Free Porn</a>"
	url[21] = "<a href=\"http://www.iwantmature.com\" target=\"_blank\">Free Porn</a>"
	url[22] = "<a href=\"http://www.longestlist.com\" target=\"_blank\">Free Porn</a>"
	url[23] = "<a href=\"http://budsbabes.net/\" target=\"_blank\">Free Porn</a>"
	url[24] = "<a href=\"http://www.scandalthumbs.com/\" target=\"_blank\">Free Porn</a>"
	url[25] = "<a href=\"http://www.thumbangels.com/\" target=\"_blank\">Free Porn</a>"
	url[26] = "<a href=\"http://erotic-port.hu/site/\" target=\"_blank\">Free Porn</a>"
	url[27] = "<a href=\"http://www.daisyteens.net/\" target=\"_blank\">Free Porn</a>"
	url[28] = "<a href=\"http://www.sweethotteens.com/\" target=\"_blank\">Free Porn</a>"
	url[29] = "<a href=\"http://www.girlfriendvids.net\" target=\"_blank\">Free Porn</a>"

	var now = new Date()
	var sec = now.getSeconds()
	return url[sec % numURLS];
}