function lst(url,name) {

	this.name=name;

	this.url=url

}

var lst2=new Array();

lst2[0]= new lst("out.php?trader=latexsite.net","Latex Site");
lst2[1]= new lst("out.php?trader=latex-post.com","Latex Post");
lst2[2]= new lst("out.php?trader=latex-fantasies.com","Latex Fantasies");
lst2[3]= new lst("out.php?trader=freelesbianstrapon.com","Free Lesbian Strapon");
lst2[4]= new lst("out.php?trader=lezdom.info","Lezdom Info");
lst2[5]= new lst("out.php?trader=shedrivemecrazy.com","She Drive Me Crazy");
lst2[6]= new lst("out.php?trader=bondage-sex-porn.com","Bondage Sex Porn");
lst2[7]= new lst("out.php?trader=latexandnylon.com","Latex and Nylon");
lst2[8]= new lst("out.php?trader=lesbianbondagefree.com","Lesbian Bondage");
lst2[9]= new lst("out.php?trader=free-bdsm-movies.net","Free BDSM Movies");
lst2[10]= new lst("out.php?trader=femdomlatex.com","Femdom Latex");
lst2[11]= new lst("out.php?trader=bth.deepme.com","Bound. Tormented. Humiliated.");
lst2[12]= new lst("out.php?trader=nastylatex.com","Nasty Latex");
lst2[13]= new lst("out.php?trader=leathermansion.com","Leather Mansion");
lst2[14]= new lst("out.php?trader=freefemdom.org","Free Femdom & Latex");
lst2[15]= new lst("out.php?trader=bondagescape.com","BONDAGESCAPE");
lst2[16]= new lst("out.php?trader=latex-dream.com","Latex Dream");
lst2[17]= new lst("out.php?trader=fetish-domme.com","Fetish Domme");
lst2[18]= new lst("out.php?trader=spankingtgp.com","Free Spanking TGP");
lst2[19]= new lst("out.php?trader=latexsexpics.com","Latex Sex Pics");

lst2[20]= new lst("out.php?trader=bootbitches.com","BootBitches");
lst2[21]= new lst("out.php?trader=freebdsm.org","Free BDSM");
lst2[22]= new lst("out.php?trader=triple-bbb.com","Triple BBB");
lst2[23]= new lst("out.php?trader=ledertraeume.com","Lederträume");
lst2[24]= new lst("out.php?trader=code-fetish.com","Code Fetish");


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 top2(a,b) {

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=i+j*b;

		p+=td+(k+1)+". "+ah+out1+lst2[k].url+out2+na+k+r+lst2[k].name+a2+td2

		}

	p+=tr2

	}

p+=t2;

document.write(p)

}
