function lst(url,name) {

	this.name=name;

	this.url=url

}



var lst2=new Array();



lst2[0]= new lst("out.php?trader=spankspankspank.com","Spank Spank Spank");
lst2[1]= new lst("out.php?trader=caningvideo.com","Caning Video");
lst2[2]= new lst("out.php?trader=punishedchick.com","Punished Chick");
lst2[3]= new lst("out.php?trader=freespanked.com","Spanked");
lst2[4]= new lst("out.php?trader=paddling.name","Paddling");
lst2[5]= new lst("out.php?trader=spankingtgp.com","Spanking Tgp");
lst2[6]= new lst("out.php?trader=lesbiansspanking.com","Lesbian Spanking");
lst2[7]= new lst("out.php?trader=womenspankingmen.net","Women Spanking Men");
lst2[8]= new lst("out.php?trader=spankingslave.com","Spanking Slave");
lst2[9]= new lst("out.php?trader=freespankingtube.com","Free Spanking Tube");
lst2[10]= new lst("out.php?trader=babelcompany.com","Spanking Porn Movies");
lst2[11]= new lst("out.php?trader=punishmentvideo.com","Punishment Video");
lst2[12]= new lst("out.php?trader=free-bdsm-movies.net","Free BDSM Movies");
lst2[13]= new lst("out.php?trader=fetishvideotop.com","Free Spanking Galleries");
lst2[14]= new lst("out.php?trader=girlsspankgirl.com","Girls Spank Girls");
lst2[15]= new lst("out.php?trader=bdsm-cage.com","BDSM Cage");
lst2[16]= new lst("out.php?trader=6bondage.com","Sex Bondage Videos");
lst2[17]= new lst("out.php?trader=free-spanking-movies.com","Free Spanking Movies");
lst2[18]= new lst("out.php?trader=mature-spanking.com","Mature Spanking");
lst2[19]= new lst("out.php?trader=thespanker.com","The Spanker");

lst2[20]= new lst("out.php?trader=ant.bdsmbook.com","Free Spanking Archive");
lst2[21]= new lst("out.php?trader=spanking-gals.com","Spanking Gals");
lst2[22]= new lst("out.php?trader=brutaltgp.com","Brutal TGP");
lst2[23]= new lst("out.php?trader=slapsher.com","Slaps Her");
lst2[24]= new lst("out.php?trader=freeteenspanking.com","Free Teen Spanking");
lst2[25]= new lst("out.php?trader=cherryredreport.com","Cherry Red Report");
lst2[26]= new lst("out.php?trader=spank.bdsmbook.com","Only Free Spanking");
lst2[27]= new lst("out.php?trader=spanking-screen.com","Spanking Screen");
lst2[28]= new lst("out.php?trader=spankinglist.com","Spanking List");
lst2[29]= new lst("out.php?trader=punish.bdsmbook.com","Punishment Porn");


var out1="";

var out2="&link=";

var ah="<a class=ag href=";

var a2="</a>";

var tr="<tr>";

var tr2="</tr>";

var td="<td>";

var td2="</td>";

var r=">";

var t2="</table>";

var na="frombest";



function top3(a,b,n) {

var i,j,k;

var p="<table border=0 cellspacing=0 cellpadding=0>";

for (i=0;i<b;i++) {

	p+=tr;

	for (j=0;j<a;j++) {

		k=n+i+j*b;

		p+=td+((lst2[k].url=='')?'':((k+1)+". "+ah+out1+lst2[k].url+out2+na+k+r+lst2[k].name+a2))+td2

		}

	p+=tr2

	}

p+=t2;

document.write(p)

}

function te(k) {
document.write((lst2[k].url=='')?'':(ah+out1+lst2[k].url+out2+na+k+r+lst2[k].name+a2))
}
