function lst(url,name) {this.name=name;	this.url=url}



var lst2=new Array();



lst2[0]= new lst("out.php?trader=spankingtgp.com","Spanking TGP");
lst2[1]= new lst("out.php?trader=spankingkino.com","Spanking Kino");
lst2[2]= new lst("out.php?trader=freespankingclips.net","Free Spanking Clips");
lst2[3]= new lst("out.php?trader=spankingmovs.com","Spanking Movs");
lst2[4]= new lst("out.php?trader=spanking7.com","Spanking7 TGP");
lst2[5]= new lst("out.php?trader=bdsmvideos.net","BDSM Videos Network");
lst2[6]= new lst("out.php?trader=freebdsmmgp.com","Free BDSM MGP");
lst2[7]= new lst("out.php?trader=spankingfreevideos.com","Spanking Free Videos");
lst2[8]= new lst("out.php?trader=spank-tgp.com","Spank-Tgp");
lst2[9]= new lst("out.php?trader=moviesofspanking.info","Movies Of Spanking");
lst2[10]= new lst("out.php?trader=bondage-sex-porn.com","Bondage Sex Porn");
lst2[11]= new lst("out.php?trader=qualityspanking.com","Quality Spanking");
lst2[12]= new lst("out.php?trader=hq-spanking.com","HQ-Spanking");
lst2[13]= new lst("out.php?trader=bdsm-vids.com","BDSM Vids");
lst2[14]= new lst("out.php?trader=bondagescape.com","BondageScape");
lst2[15]= new lst("out.php?trader=spankingvideotop.com","Spank Video Top");
lst2[16]= new lst("out.php?trader=freeteenspanking.com","Free Teen Spanking");
lst2[17]= new lst("out.php?trader=spankspankspank.com","Spank Spank Spank");
lst2[18]= new lst("out.php?trader=videos-spanking.com","Spanking Videos");
lst2[19]= new lst("out.php?trader=bdsm-clips.com","BDSM Clips");

lst2[20]= new lst("out.php?trader=xxxfetishvideos.com","XXX Fetishvideos");
lst2[21]= new lst("out.php?trader=freespankingtube.com","Free Spanking Tube");
lst2[22]= new lst("out.php?trader=womenspankingmen.net","Women Spanking Men");
lst2[23]= new lst("out.php?trader=yourspankingvideo.com","Your Spanking Video");
lst2[24]= new lst("out.php?trader=caningvideo.com","Caning Video");

lst2[25]= new lst("out.php?trader=thespanker.com","The Spanker");
lst2[26]= new lst("out.php?trader=freespankingvideos.net","Free Spanking Videos");
lst2[27]= new lst("out.php?trader=free-bdsm-movies.net","Free BDSM Movies");
lst2[28]= new lst("out.php?trader=sadismmovies.com","Sadism Movies");
lst2[29]= new lst("out.php?trader=bdsmfetish.net","BDSM Fetish");
lst2[30]= new lst("out.php?trader=corporalpunishments.com","Corporal Punishments");
lst2[31]= new lst("out.php?trader=movies-4-free.com","Movies 4 Free");
lst2[32]= new lst("out.php?trader=painforgirl.com","PainForGirl");
lst2[33]= new lst("out.php?trader=school-girl-spanking.com","School Girl Spanking");
lst2[34]= new lst("out.php?trader=x-spank.com","X-Spank TGP");
lst2[35]= new lst("out.php?trader=otk-spanking.net","Otk Spanking");


var out1="";

var out2="&link=";

var ah="<a 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)

}
