<!--

function random_imglink(){

var myimages=new Array()



myimages[1]="http://www.twistyscafe.com/galleries/twistys/t0001/twistys-kayden_kross-naughty_nympho-01-12-2007/17tn.jpg"

myimages[2]="http://www.twistyscafe.com/galleries/twistys/t0001/twistys-monika_vesela-naughty_monika-06-29-2008/09tn.jpg"

myimages[3]="http://www.twistyscafe.com/galleries/twistys/t0001/twistys_treat-shay_laren-bountiful_beauty-09-22-2006/07tn.jpg"

myimages[4]="http://www.twistyscafe.com/galleries/twistys/t0001/twistys_treat-bree_olsen-working_out-06-08-2007/07tn.jpg"

//specify corresponding links below

var imagelinks=new Array()

imagelinks[1]="http://www.twistyscafe.com/galleries/twistys/t0001/twistys-kayden_kross-naughty_nympho-01-12-2007/join.htm"

imagelinks[2]="http://www.twistyscafe.com/galleries/twistys/t0001/twistys-monika_vesela-naughty_monika-06-29-2008/join.htm"

imagelinks[3]="http://www.twistyscafe.com/galleries/twistys/t0001/twistys_treat-shay_laren-bountiful_beauty-09-22-2006/join.htm"

imagelinks[4]="http://www.twistyscafe.com/galleries/twistys/t0001/twistys_treat-bree_olsen-working_out-06-08-2007/join.htm"

var text=new Array()

text[1]="Kayden Kross"

text[2]="Monika Vesela"

text[3]="Shay Laren"

text[4]="Bree Olsen"

var description=new Array()

description[1]="Naughty Nympho"

description[2]="Naughty Monika"

description[3]="Bountiful Beauty"

description[4]="Working Out"

var ry=Math.floor(Math.random()*myimages.length)

if (ry==0)

ry=1

document.write('<a href='+'"'+imagelinks[ry]+'"'+'><img src="'+myimages[ry]+'" border=1><br><font size="3"><b>'+text[ry]+'</b></font></a><br><font size="2">'+description[ry]+'</font>')

}

random_imglink()

//-->
