function lst(url,name) {

	this.name=name;

	this.url=url

}



var lst2=new Array();



lst2[0]= new lst("out.php?trader=hqbdsm.com","HQ BDSM");
lst2[1]= new lst("out.php?trader=bdsmmpegs.net","bdsm MPEGs");
lst2[2]= new lst("out.php?trader=bdsmvideopost.com","BDSM Video Post");
lst2[3]= new lst("out.php?trader=bdsmfreevideos.com","BDSM Free Videos");
lst2[4]= new lst("out.php?trader=bdsm-free-videos.com","BDSM Free Videos");
lst2[5]= new lst("out.php?trader=freebdsmmgp.com","Free BDSM MGP");
lst2[6]= new lst("out.php?trader=vipbdsmclips.com","Vip BDSM Clips");
lst2[7]= new lst("out.php?trader=brutaltgp.com","Brutal TGP");
lst2[8]= new lst("out.php?trader=bdsmgang.com","Bdsm Gang movies");
lst2[9]= new lst("out.php?trader=bondageview.com","Bondage View");
lst2[10]= new lst("out.php?trader=free-spanking-movies.com","Free Spanking Movies");
lst2[11]= new lst("out.php?trader=free-bdsm-movies.net","Free BDSM Movies");
lst2[12]= new lst("out.php?trader=spankspankspank.com","Spank Spank Spank");
lst2[13]= new lst("out.php?trader=bdsmview.com","BDSM View");
lst2[14]= new lst("out.php?trader=sadostyle.com","Sado Style");
lst2[15]= new lst("out.php?trader=bdsmhardclips.com","BDSM Hard Clips");
lst2[16]= new lst("out.php?trader=bdsmqueens.com","BDSM Queens");
lst2[17]= new lst("out.php?trader=bdsmbank.com","BDSM Bank");
lst2[18]= new lst("out.php?trader=bdsmfetishgalleries.com","BDSM Fetish Galleries");
lst2[19]= new lst("out.php?trader=bdsm-cage.com","BDSM Cage");

lst2[20]= new lst("out.php?trader=bdsmsexvids.com","BDSM Sex Vids");
lst2[21]= new lst("out.php?trader=bdsm-place.com","BDSM Place");
lst2[22]= new lst("out.php?trader=painmovies.com","Pain Movies");
lst2[23]= new lst("out.php?trader=fuckedinbondage.com","Fucked in Bondage");
lst2[24]= new lst("out.php?trader=bdsmfreevids.com","BDSM Free Vids");


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)

}
