function lst(url,name) {

	this.name=name;

	this.url=url

}



var lst2=new Array();



lst2[0]= new lst("out.php?trader=cutiesover30.com","Cuties Over30");
lst2[1]= new lst("out.php?trader=cum-shots-video.com","CumShots Video");
lst2[2]= new lst("out.php?trader=allmilfmovies.com","All Milf Movies");
lst2[3]= new lst("out.php?trader=101milf.com","Milf Movies MGP");
lst2[4]= new lst("out.php?trader=milfsex.tv","MILF Sex");
lst2[5]= new lst("out.php?trader=mature-moms.biz","Mature Moms");
lst2[6]= new lst("out.php?trader=cfnm-videos.com","CFNM Videos");
lst2[7]= new lst("out.php?trader=cheatingwivesclips.com","Cheating Wives Clips");
lst2[8]= new lst("out.php?trader=handjob-handjob.com","Handjob Handjob");
lst2[9]= new lst("out.php?trader=momson.tv","Momson TV");
lst2[10]= new lst("out.php?trader=mothafucka.tv","Mothafucka TV");
lst2[11]= new lst("out.php?trader=swingerfuckclips.com","Swinger Fuck Clips");
lst2[12]= new lst("out.php?trader=wivespornmovies.com","Wives Porn Movies");
lst2[13]= new lst("out.php?trader=handjob.kinkest.com","Kinkiest Handjob");
lst2[14]= new lst("out.php?trader=easymaturewomen.com","Easy Mature Women");
lst2[15]= new lst("out.php?trader=hand-job-video.com","Hand Job Video");
lst2[16]= new lst("out.php?trader=babelcompany.com","MILF Porn Movies");
lst2[17]= new lst("out.php?trader=milfyfilms.com","Milfy Films");
lst2[18]= new lst("out.php?trader=swingerspartymovies.com","Swingers Party Movies");
lst2[19]= new lst("out.php?trader=milflessonsmovies.com","MILF Lessons Movies");

lst2[20]= new lst("out.php?trader=dizzyclips.com","Dizzy Clips");
lst2[21]= new lst("out.php?trader=cumshot100.com","CumShot 100");
lst2[22]= new lst("out.php?trader=xxxphotocontest.com","XXX Photo Contest");
lst2[23]= new lst("out.php?trader=milfpornshots.com","MILF Porn Shots");
lst2[24]= new lst("out.php?trader=ilovematuremilfs.com","I Love Mature Milfs");


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)

}