<!--

function random_imglink(){

var myimages=new Array()



myimages[1]="http://www.twistyscafe.com/galleries/twistys/t0001/twistys-veronika_symon-sunny_side_up-10-19-2006/08tn.jpg"

myimages[2]="http://www.twistyscafe.com/galleries/twistys/t0001/twistys_treat-andie_valentino-dress_shirt_dress_down-01-01-2008/15tn.jpg"

myimages[3]="http://www.twistyscafe.com/galleries/twistys/t0001/twistys-bobbi_billard-on_the_prowl-12-14-2006/12tn.jpg"

myimages[4]="http://www.twistyscafe.com/galleries/twistys/t0001/twistys-carol_goldnerova-double_d_pussy_plunge-06-18-2006/05tn.jpg"

//specify corresponding links below

var imagelinks=new Array()

imagelinks[1]="http://www.twistyscafe.com/galleries/twistys/t0001/twistys-veronika_symon-sunny_side_up-10-19-2006/join.htm"

imagelinks[2]="http://www.twistyscafe.com/galleries/twistys/t0001/twistys_treat-andie_valentino-dress_shirt_dress_down-01-01-2008/join.htm"

imagelinks[3]="http://www.twistyscafe.com/galleries/twistys/t0001/twistys-bobbi_billard-on_the_prowl-12-14-2006/join.htm"

imagelinks[4]="http://www.twistyscafe.com/galleries/twistys/t0001/twistys-carol_goldnerova-double_d_pussy_plunge-06-18-2006/join.htm"

var text=new Array()

text[1]="Veronika Symon"

text[2]="Andie Valentino"

text[3]="Bobbi Billard"

text[4]="Carol Goldnerova"

var description=new Array()

description[1]="Sunny Side Up"

description[2]="Dress Shirt Dress Down"

description[3]="On The Prowl"

description[4]="'DD' Pussy Plunge"

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

//-->
