<!--

function random_imglink(){

var myimages=new Array()



myimages[1]="http://www.twistyscafe.com/galleries/twistys/t0001/twistys-addison_rose-strolling_up_addison_ave-01-16-2007/06tn.jpg"

myimages[2]="http://www.twistyscafe.com/galleries/twistys/t0001/twistys-boroka_borres-innocent_pussy_playing-08-01-2006/03tn.jpg"

myimages[3]="http://www.twistyscafe.com/galleries/twistys/t0001/twistys-sandy_summers-sandy_saves_the_day-04-28-2008/08tn.jpg"

myimages[4]="http://www.twistyscafe.com/galleries/twistys/t0001/twistys_treat-sandee_westgate-sweet_sandee_eye_candy-10-01-2006/06tn.jpg"

//specify corresponding links below

var imagelinks=new Array()

imagelinks[1]="http://www.twistyscafe.com/galleries/twistys/t0001/twistys-addison_rose-strolling_up_addison_ave-01-16-2007/join.htm"

imagelinks[2]="http://www.twistyscafe.com/galleries/twistys/t0001/twistys-boroka_borres-innocent_pussy_playing-08-01-2006/join.htm"

imagelinks[3]="http://www.twistyscafe.com/galleries/twistys/t0001/twistys-sandy_summers-sandy_saves_the_day-04-28-2008/join.htm"

imagelinks[4]="http://www.twistyscafe.com/galleries/twistys/t0001/twistys_treat-sandee_westgate-sweet_sandee_eye_candy-10-01-2006/join.htm"

var text=new Array()

text[1]="Addison Rose"

text[2]="Boroka"

text[3]="Sandy Summers"

text[4]="Sandee Westgate"

var description=new Array()

description[1]="Up Addison Avenue"

description[2]="Innocent Pussy Playing"

description[3]="Saves The Day"

description[4]="Sandee Eye Candy"

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

//-->
