function lst(url,name) {

	this.name=name;

	this.url=url

}



var lst2=new Array();



lst2[0]= new lst("out.php?trader=altteengirl.com","Alt Teen Girl");
lst2[1]= new lst("out.php?trader=redfetishpost.com","Red Fetish Post");
lst2[2]= new lst("out.php?trader=emopunkgothicgirls.com","Emo Punk Gothic Girls");
lst2[3]= new lst("out.php?trader=emonu.com","Nude Emo");
lst2[4]= new lst("out.php?trader=sluttygoth.com","Slutty Goth");
lst2[5]= new lst("out.php?trader=alttop.com","Alt Top");
lst2[6]= new lst("out.php?trader=fetishgrrl.com","Fetish Girl");
lst2[7]= new lst("out.php?trader=alttgp.com","Alt TGP");
lst2[8]= new lst("out.php?trader=oh-mygoth.com","Oh My Goth");
lst2[9]= new lst("out.php?trader=sexgothictgp.com","Sex Gothic TGP");
lst2[10]= new lst("out.php?trader=gothgirlsporn.com","Goth Girls Porn");
lst2[11]= new lst("out.php?trader=latexz.femdomstory.net","Free Latex Pictures");
lst2[12]= new lst("out.php?trader=rubbersextgp.com","Rubber Sex TGP");
lst2[13]= new lst("out.php?trader=vulgarangels.com","Vulgar Angels");
lst2[14]= new lst("out.php?trader=goth-kittens.com","Goth Kittens");
lst2[15]= new lst("out.php?trader=shedrivemecrazy.com","She Drive Me Crazy");
lst2[16]= new lst("out.php?trader=punkchix.com","Punkchix");
lst2[17]= new lst("out.php?trader=bizarre.femdomstory.net","Bizarre Femdom");
lst2[18]= new lst("out.php?trader=hardgothicgirls.com","Hardgothicgirls");
lst2[19]= new lst("out.php?trader=freefootfetishvids.com","Free Foot Fetish Vids");

lst2[20]= new lst("out.php?trader=lady-domina.com","Lady Domina");
lst2[21]= new lst("out.php?trader=lesbian-post.com","Lesbian Post");
lst2[22]= new lst("out.php?trader=nastygoths.com","Nasty Goths");
lst2[23]= new lst("out.php?trader=kinkygothsluts.com","Kinky Goth Sluts");
lst2[24]= new lst("out.php?trader=deviantbeauties.com","Deviant Beauties");
lst2[25]= new lst("out.php?trader=emogirlsz.com","Emo Girls");
lst2[26]= new lst("out.php?trader=gunsnposes.com","Gunsnposes");
lst2[27]= new lst("out.php?trader=altchickerotica.com","Alt Chick Erotica");
lst2[28]= new lst("out.php?trader=latexstory.com","Latex Story");
lst2[29]= new lst("out.php?trader=pornemopics.com","Porn Emo Pics");


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)

}

