function lst(url,name) {

	this.name=name;

	this.url=url

}



var lst2=new Array();



lst2[0]= new lst("out.php?trader=cumonfeet.net","Cum on Feet");
lst2[1]= new lst("out.php?trader=footfetishextreme.com","Foot Fetish eXtreme");
lst2[2]= new lst("out.php?trader=worshipfoot.com","Foot Worship");
lst2[3]= new lst("out.php?trader=femalesexyfeet.com","Female Sexy Feet");
lst2[4]= new lst("out.php?trader=trampling-femdom.com","Trampling Femdom");
lst2[5]= new lst("out.php?trader=hd-feet.com","HD Feet");
lst2[6]= new lst("out.php?trader=freefootfetishvids.com","Free Foot Fetish Vids");
lst2[7]= new lst("out.php?trader=russian-mistress.net","Russian Mistress");
lst2[8]= new lst("out.php?trader=footjob-movie.com","Footjob Movie");
lst2[9]= new lst("out.php?trader=footjobvideos.net","FootJob Videos");
lst2[10]= new lst("out.php?trader=femalefootslave.net","Female Foot Slave");
lst2[11]= new lst("out.php?trader=1footjob.com","1st Footjob");
lst2[12]= new lst("out.php?trader=lesbianfootdom.com","Lesbian Footdom");
lst2[13]= new lst("out.php?trader=lesbian-foot-fetish.com","Lesbian Foot Fetish");
lst2[14]= new lst("out.php?trader=footdom.org","Foot Domination TGP");
lst2[15]= new lst("out.php?trader=underfeet.biz","Under Feet");
lst2[16]= new lst("out.php?trader=footjobmovies.info","Foot Job Movies");
lst2[17]= new lst("out.php?trader=feetgalleries.net","Feet Galleries");
lst2[18]= new lst("out.php?trader=footdomina.net","Foot Domina");
lst2[19]= new lst("out.php?trader=trample.name","Trample");

lst2[20]= new lst("out.php?trader=sexyfeetfree.com","Sexy Feet Free");
lst2[21]= new lst("out.php?trader=footcuties.com","Foot Cuties . com");
lst2[22]= new lst("out.php?trader=footd.femdomstory.net","Foot Fetish Domination");
lst2[23]= new lst("out.php?trader=foot-videos.com","Foot Videos");
lst2[24]= new lst("out.php?trader=footmgp.com","Foot MGP");


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)

}
