function getback()
{
	history.back();
}

function gothere()
{
	location = "http://www.usanetmarketing.com/adpayments.htm";
}

function openit(url, title, options)
{
	window.open(url, title, options);
}


function openitfull(url)
{
	window.open(url);
}

var a = new Array(21);

a[0] = "deadlyfemales.com/cgi-bin/df/in.cgi?id=Delbert";
a[1] = "mixed-wrestling.org";
a[2] = "christinerocks.com";
a[3] = "ladyfist.com";
a[4] = "mutinywrestling.com";
a[5] = "strongchicks.blogspot.com";
a[6] = "wrestling-movies.net/female/index.html";
a[7] = "BellyPunishment.com";
a[8] = "massivemusclewrestling.com";
a[9] = "amazonia-mixed-wrestling.com";
a[10] = "nudewrestlingleague.com";
a[11] = "womansworldvideo.com";
a[12] = "mixedwrestlinguk.com";
a[13] = "seakingsfemfight.com";
a[14] = "ringwomenvideo.com";
a[15] = "wwmw.net";
a[16] = "afrikanadventure.com";
a[17] = "best100catfights.com";
a[18] = "sexyfemalewrestling.com";
a[19] = "eurowrestlers.com";
a[20] = "wrestlinglounge.com";
a[21] = "athena2.net";



function openByNum(url)
{
	var address = "http://www." + a[url];
	window.open(address);
}
