var guestphotos=new Array()
var guestphotoslink=new Array()
var guestwhich=0

guestphotos[0]="./guests/jsmith/images/003_2.png"
guestphotos[1]="./guests/jsmith/images/006_2.png"
guestphotos[2]="./guests/jsmith/images/frometherea_3.png"
guestphotos[3]="./guests/jsmith/images/recon2_3.png"

guestphotoslink[0]="./guests/jsmith/biography.php"
guestphotoslink[1]="./guests/jsmith/biography.php"
guestphotoslink[2]="./guests/jsmith/biography.php"
guestphotoslink[3]="./guests/jsmith/biography.php"

function guesttransport(){
window.location=guestphotoslink[guestwhich]
}

document.write('<a href="javascript:guesttransport()">')
document.write('<img src="'+guestphotos[0]+'" name="guestphotoslider" border="2" alt="Contemporary figurative art">')
document.write('\<\/a\>')
