function lst(url,name) {

	this.name=name;

	this.url=url

}



var lst2=new Array();



lst2[0]= new lst("out.php?trader=latexheat.com","Latex Heat");
lst2[1]= new lst("out.php?trader=latexfreefetish.com","Latex Free Fetish");
lst2[2]= new lst("out.php?trader=shinygirlz.com","Shiny Girlz");
lst2[3]= new lst("out.php?trader=latexgothic.com","Latex & Gothic Sluts");
lst2[4]= new lst("out.php?trader=borninlatex.com","Born In Latex");
lst2[5]= new lst("out.php?trader=latex-fantasies.com","Latex Fantasies");
lst2[6]= new lst("out.php?trader=fivestarfetish.com","Five Star Fetish");
lst2[7]= new lst("out.php?trader=latexpornworld.com","Free Latex Porn");
lst2[8]= new lst("out.php?trader=kink4tube.com","Kink 4 Tube");
lst2[9]= new lst("out.php?trader=lezdom.info","Lezdom Info");
lst2[10]= new lst("out.php?trader=latex-tgp.com","Latex TGP");
lst2[11]= new lst("out.php?trader=latexnrubber.com","Latex-n-Rubber");
lst2[12]= new lst("out.php?trader=maskederotica.com","Masked Erotica");
lst2[13]= new lst("out.php?trader=rubber-tgp.com","Rubber TGP");
lst2[14]= new lst("out.php?trader=latexz.femdomstory.net","Free Latex Pictures");
lst2[15]= new lst("out.php?trader=pornrubber.com","Porn Rubber");
lst2[16]= new lst("out.php?trader=latexbondagetgp.com","Latex Bondage TGP");
lst2[17]= new lst("out.php?trader=latex-bitches.com","Latex Bitches");
lst2[18]= new lst("out.php?trader=burninglatex.com","Burning Latex");
lst2[19]= new lst("out.php?trader=rubbersextgp.com","Rubber Sex TGP");

lst2[20]= new lst("out.php?trader=bizarre.femdomstory.net","Bizarre Latex Fetishes");
lst2[21]= new lst("out.php?trader=free-femdom-videos.com","Free Femdom Videos");
lst2[22]= new lst("out.php?trader=lady-domina.com","Lady Domina");
lst2[23]= new lst("out.php?trader=leatherpassion.nl","Leather Passion.nl ");
lst2[24]= new lst("out.php?trader=rubberandlatex.com","Rubber and latex");


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)

}

function top1(a,b) {

var p="<table border=0 cellspacing=0 cellpadding=0><tr>";

for (var i=a; i<=b; i++) {

	p+=td+ah+out1+lst2[i].url+out2+na+i+r+lst2[i].name+a2+td2;

	}

p+=tr2+t2;

document.write(p)

}

