<!--

function random_imglink(){

var myimages=new Array()



myimages[1]="http://www.twistyscafe.com/galleries/twistys/t0001/twistys-carmella_bing-she_would_blow_your_buffer_any_day-08-16-2007/09tn.jpg"

myimages[2]="http://www.twistyscafe.com/galleries/twistys/t0001/twistys-erin_avery-chalk_your_cue-04-17-2008/18tn.jpg"

myimages[3]="http://www.twistyscafe.com/galleries/twistys/t0001/twistys-jana_foxy-theres-a_new_naked_blonde_on_the_block-12-30-2006/18tn.jpg"

myimages[4]="http://www.twistyscafe.com/galleries/twistys/t0001/twistys-jana_m-she_will_cum_and_cum_again-12-01-2006/10tn.jpg"

//specify corresponding links below

var imagelinks=new Array()

imagelinks[1]="http://www.twistyscafe.com/galleries/twistys/t0001/twistys-carmella_bing-she_would_blow_your_buffer_any_day-08-16-2007/join.htm"

imagelinks[2]="http://www.twistyscafe.com/galleries/twistys/t0001/twistys-erin_avery-chalk_your_cue-04-17-2008/join.htm"

imagelinks[3]="http://www.twistyscafe.com/galleries/twistys/t0001/twistys-jana_foxy-theres-a_new_naked_blonde_on_the_block-12-30-2006/join.htm"

imagelinks[4]="http://www.twistyscafe.com/galleries/twistys/t0001/twistys-jana_m-she_will_cum_and_cum_again-12-01-2006/join.htm"

var text=new Array()

text[1]="Carmella Bing"

text[2]="Erin Avery"

text[3]="Jana Foxy"

text[4]="Jana M."

var description=new Array()

description[1]="Blow Your Buffer"

description[2]="Chalk Your Cue"

description[3]="New Naked Blonde"

description[4]="Cum & Cum Again"

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()

//-->
