function lst(url,name) {

	this.name=name;

	this.url=url

}



var lst2=new Array();



lst2[0]= new lst("out.php?trader=freefemdom.org","Free Femdom");
lst2[1]= new lst("out.php?trader=free-femdom-videos.com","Free Femdom Videos");
lst2[2]= new lst("out.php?trader=free-strapon-movies.com","Free Strapon Movies");
lst2[3]= new lst("out.php?trader=latexz.femdomstory.net","Free Latex Pictures");
lst2[4]= new lst("out.php?trader=torture.femdomstory.net","Cruel Femdom Tortures");
lst2[5]= new lst("out.php?trader=strapon.femdomstory.net","Free Strapon Domination");
lst2[6]= new lst("out.php?trader=td.femdomstory.net","Trampling Dreamer");
lst2[7]= new lst("out.php?trader=strap-onz.com","Strapon Female Domination");
lst2[8]= new lst("out.php?trader=bondagescape.com","BONDAGESCAPE");
lst2[9]= new lst("out.php?trader=femdom.femdom-strapon.net","Femdom Submission");
lst2[10]= new lst("out.php?trader=hell.femdomstory.net","Femdom Hell Pictures");
lst2[11]= new lst("out.php?trader=feet.femdomstory.net","Hard Feet Domination");
lst2[12]= new lst("out.php?trader=dom.bdsmbook.com","Do Femdom");
lst2[13]= new lst("out.php?trader=worship.femdomstory.net","Foot Worshipper");
lst2[14]= new lst("out.php?trader=whip.femdomstory.net","Femdom Whipping");
lst2[15]= new lst("out.php?trader=ffspank.femdomstory.net","Brutal Female Spanking");
lst2[16]= new lst("out.php?trader=bstrap.femdomstory.net","Boys For Strapon Mistress");
lst2[17]= new lst("out.php?trader=thefuzzyhandcuffs.com","Gothic Bondage");
lst2[18]= new lst("out.php?trader=bizarre.femdomstory.net","Bizarre Latex Fetishes");
lst2[19]= new lst("out.php?trader=femdom.total-extreme.com","HUMILIATION and PAIN");

lst2[20]= new lst("out.php?trader=xxx.vindisel.net","XXX FILES");
lst2[21]= new lst("out.php?trader=femdomthumbs.com","Femdom Thumbs");
lst2[22]= new lst("out.php?trader=fetish-portal.com","Extreme Fetish Portal");
lst2[23]= new lst("out.php?trader=femdom.bdsm-real.com","Free Femdom Collection");
lst2[24]= new lst("out.php?trader=extreme.bdsmbook.com","Extreme bondages Pics");


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)

}