function lst(url,name) { this.name=name; this.url=url }
var lst2=new Array();
lst2[0]= new lst("out.php?trader=bondagester.com","Bondagester");
lst2[1]= new lst("out.php?trader=bdsmmpegs.net","bdsm MPEGs");
lst2[2]= new lst("out.php?trader=movies-femdom.com","Femdom Movies");
lst2[3]= new lst("out.php?trader=lezdom.info","Lezdom Info");
lst2[4]= new lst("out.php?trader=absolutespanking.com","Absolute Spanking");
lst2[5]= new lst("out.php?trader=femdom-classic.com","Femdom Classic");
lst2[6]= new lst("out.php?trader=bondagescape.com","Bondage Scape");
lst2[7]= new lst("out.php?trader=free-spanking-movies.com","Free Spanking Movies");
lst2[8]= new lst("out.php?trader=bondagegalleries.net","Bondage Galleries");
lst2[9]= new lst("out.php?trader=bdsmforall.com","BDSM For All");
lst2[10]= new lst("out.php?trader=bdsmpornmovies.net","BDSM Porn Movies");
lst2[11]= new lst("out.php?trader=bondageteam.com","Bondage Team");
lst2[12]= new lst("out.php?trader=vipbdsmclips.com","Vip Bdsm Clips");
lst2[13]= new lst("out.php?trader=fem-dom-video.com","FemDom Video");
lst2[14]= new lst("out.php?trader=lesbianfootdom.com","Lesbian Footdom");
lst2[15]= new lst("out.php?trader=bdsmsexvids.com","BDSM Sex Vids");
lst2[16]= new lst("out.php?trader=x-spank.com","X Spank");
lst2[17]= new lst("out.php?trader=freefemdomvids.com","Free Femdom Vids");
lst2[18]= new lst("out.php?trader=facesitting-movies.com","Facesitting Movies");
lst2[19]= new lst("out.php?trader=femdomstrapon.org","Femdom Strapon");
lst2[20]= new lst("out.php?trader=fem-dom-humiliation.com","Femdom Humiliation");
lst2[21]= new lst("out.php?trader=freefemdom.org","Free Femdom");
lst2[22]= new lst("out.php?trader=free-femdom-videos.com","Free Femdom Videos");
lst2[23]= new lst("out.php?trader=lesbiansdomination.com","Lesbians Domination");
lst2[24]= new lst("out.php?trader=sadismmovies.com","Sadism Movies");
lst2[25]= new lst("out.php?trader=footworshiplesbian.com","Foot Worship Lesbian");
lst2[26]= new lst("out.php?trader=fem-dom-torture.com","FemDom Torture");
lst2[27]= new lst("out.php?trader=bdsmvideos4free.com","BDSM Videos For Free");
lst2[28]= new lst("out.php?trader=mature-spanking.com","Mature Spanking");
lst2[29]= new lst("out.php?trader=xxxfetishvideos.com","Fetishvideos");
lst2[30]= new lst("out.php?trader=redfetishpost.com","Red Fetish Post");
lst2[31]= new lst("out.php?trader=facesittinglesbian.com","Lesbian Facesitting");
lst2[32]= new lst("out.php?trader=lesbian-post.com","Lesbian Post");
lst2[33]= new lst("out.php?trader=freeteenspanking.com","Free Teen Spanking");
lst2[34]= new lst("out.php?trader=spankspankspank.com","Spank Spank Spank");
lst2[35]= new lst("out.php?trader=caningvideo.com","Caning Video");
lst2[36]= new lst("out.php?trader=bdsm.sexafraid.com","BDSM TGP");
lst2[37]= new lst("out.php?trader=brutaltgp.com","Brutal TGP");
lst2[38]= new lst("out.php?trader=bdsmkino.com","BDSM Kino");
lst2[39]= new lst("out.php?trader=bdsm-place.com","Bdsm Place");


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() {
var a=4,b=10;

var i,j,k;
var ik="<img src=images/pic.jpg class=ik>";

var p="<table border=0 cellspacing=0 cellpadding=0 class=trf>";

for (i=0;i<b;i++) {

	p+=tr;

	for (j=0;j<a;j++) {

		k=i+j*b;
		p+=td+ik+((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)

}