function lst(url,name) {

	this.name=name;

	this.url=url

}



var lst2=new Array();



lst2[0]= new lst("out.php?trader=1footjob.com","1st Footjob");
lst2[1]= new lst("out.php?trader=hotfootjobpictures.com","Hot Footjob Pics");
lst2[2]= new lst("out.php?trader=footjobcountry.com","Footjob Country");
lst2[3]= new lst("out.php?trader=free-feet.net","Free Feet");
lst2[4]= new lst("out.php?trader=girlsfeetgalleries.net","Girls Feet Galleries");
lst2[5]= new lst("out.php?trader=barefeet.ws","Bare Feet");
lst2[6]= new lst("out.php?trader=footjobfree.net","Foot Job Free");
lst2[7]= new lst("out.php?trader=footfetishdaily.net","Foot Fetish Daily");
lst2[8]= new lst("out.php?trader=1footfetish.net","Foot Fetish");
lst2[9]= new lst("out.php?trader=foot-fetish-movies.net","Foot Fetish Movies");
lst2[10]= new lst("out.php?trader=footdominations.com","Foot Domination");
lst2[11]= new lst("out.php?trader=freefootfetishgalleries.com","Free Foot Fetish Galleries");
lst2[12]= new lst("out.php?trader=videofootjobs.com","Video Footjobs");
lst2[13]= new lst("out.php?trader=f00tfetish.com","Foot Fetish Videos");
lst2[14]= new lst("out.php?trader=feetfetishtgp.com","Feet Fetish TGP");
lst2[15]= new lst("out.php?trader=femalefeetworship.net","Female Feet Worship");
lst2[16]= new lst("out.php?trader=freefootfetishvids.com","Free Foot Fetish Vids");
lst2[17]= new lst("out.php?trader=footjob.bz","FOOTJOB.bz");
lst2[18]= new lst("out.php?trader=footfetish-tgp.com","Foot Fetish TGP");
lst2[19]= new lst("out.php?trader=jen-tgp.info","Jen TGP");

lst2[20]= new lst("out.php?trader=footfetishpure.com","Foot Fetish Pure");
lst2[21]= new lst("out.php?trader=bestfeetlinks.com","Best Feet Links");
lst2[22]= new lst("out.php?trader=footjobs50.com","Foot Jobs");
lst2[23]= new lst("out.php?trader=sexyfeetvideos.com","Sexy Feet Videos");
lst2[24]= new lst("out.php?trader=footfetishfix.com","FootFetishFix");


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)

}

