function lst(url,name) {

	this.name=name;

	this.url=url

}



var lst2=new Array();



lst2[0]= new lst("out.php?trader=lady-domina.com","Lady Domina");
lst2[1]= new lst("out.php?trader=hd-femdom.com","HD Femdom");
lst2[2]= new lst("out.php?trader=brutaltgp.com","Brutal TGP");
lst2[3]= new lst("out.php?trader=femdomrecording.com","Femdom Recording");
lst2[4]= new lst("out.php?trader=onlyfemdomsex.com","Femdom Sex");
lst2[5]= new lst("out.php?trader=femdom-arena.com","Femdom Arena");
lst2[6]= new lst("out.php?trader=spankingtgp.com","Spanking Tgp");
lst2[7]= new lst("out.php?trader=freefemdomvids.com","Free Femdom Vids");
lst2[8]= new lst("out.php?trader=bondagescape.com","BONDAGESCAPE");
lst2[9]= new lst("out.php?trader=free-strapon-movies.com","Free Strapon Movies");
lst2[10]= new lst("out.php?trader=fem-dom-humiliation.com","Femdom Humiliation");
lst2[11]= new lst("out.php?trader=strap-onz.com","Strapon Female Domination");
lst2[12]= new lst("out.php?trader=lezdom.info","Lezdom Info");
lst2[13]= new lst("out.php?trader=straponstory.com","Strapon Story");
lst2[14]= new lst("out.php?trader=footdom.org","Foot Domination");
lst2[15]= new lst("out.php?trader=pussy-worship.com","Pussy Worship");
lst2[16]= new lst("out.php?trader=whip.femdomstory.net","Femdom Whipping");
lst2[17]= new lst("out.php?trader=femdom-tube.com","Femdom Tube");
lst2[18]= new lst("out.php?trader=facesitting100.com","Facesitting 100");
lst2[19]= new lst("out.php?trader=facesit.org","Facesitting");

lst2[20]= new lst("out.php?trader=tgp.femdomutopia.com","FemDom Utopia TGP");
lst2[21]= new lst("out.php?trader=strapontgp.com","Strapon TGP");
lst2[22]= new lst("out.php?trader=bondage-sex-porn.com","Bondage Sex Porn");
lst2[23]= new lst("out.php?trader=td.femdomstory.net","Trampling Dreamer");
lst2[24]= new lst("out.php?trader=latexz.femdomstory.net","Free Latex Pictures");


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+((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)

}
