function lst(url,name) {

	this.name=name;

	this.url=url

}



var lst2=new Array();



lst2[0]= new lst("out.php?trader=handejac.com","Hand E jaC");
lst2[1]= new lst("out.php?trader=handjobonly.com","Hand Job Only");
lst2[2]= new lst("out.php?trader=ultimatehandjob.com","Ultimate Handjob");
lst2[3]= new lst("out.php?trader=handjobfreemovies.com","Handjob Free Movies");
lst2[4]= new lst("out.php?trader=handjob-handjob.com","Handjob Handjob");
lst2[5]= new lst("out.php?trader=livehandjob.com","Live Handjob");
lst2[6]= new lst("out.php?trader=jerkingmovies.com","Jerking Movies");
lst2[7]= new lst("out.php?trader=cfnmhandjobvideos.com","CFNM Handjob Videos");
lst2[8]= new lst("out.php?trader=best-handjob.com","Best HandJob");
lst2[9]= new lst("out.php?trader=amateurpornoclips.com","Amateur Porno");
lst2[10]= new lst("out.php?trader=1sthandjob.com","1st Handjob");
lst2[11]= new lst("out.php?trader=candyshandjobs.com","Candys Handjob Movies");
lst2[12]= new lst("out.php?trader=loadsahandjobs.com","Free Handjob Movies");
lst2[13]= new lst("out.php?trader=hd-cfnm.com","HD CFNM");
lst2[14]= new lst("out.php?trader=fantasy-handjob.com","Fantasy Handjob");
lst2[15]= new lst("out.php?trader=howtohandjob.com","How To HandJob");
lst2[16]= new lst("out.php?trader=cfnm-handjobs.com","CFNM HandJobs");
lst2[17]= new lst("out.php?trader=cfnmfriends.com","CFNM Friends");
lst2[18]= new lst("out.php?trader=handjobfreevideos.com","Handjob Free Videos");
lst2[19]= new lst("out.php?trader=privatepornfreeclips.com","Private Porn Free Clips");

lst2[20]= new lst("out.php?trader=truehomemade.com","True Homemade");
lst2[21]= new lst("out.php?trader=hottesthandjobs.com","Hottest Handjobs");
lst2[22]= new lst("out.php?trader=postedbyamateurs.com","Posted by Amateurs");
lst2[23]= new lst("out.php?trader=handjobgold.com","Handjob Gold");



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)

}

function te(k) {
document.write((lst2[k].url=='')?'':(ah+out1+lst2[k].url+out2+na+k+r+lst2[k].name+a2))
}