<!-- Hide from old browsers

var imagenumber = 10 ;
var randomnumber = Math.random() ;
var rand1 = Math.round( (imagenumber-1) * randomnumber) + 1 ;
images = new Array
images[1] = "artimages/struzan_leia_400px.jpg"
images[2] = "artimages/andrews_spidey_400px.jpg"
images[3] = "artimages/leonardicloakdagger_400px.jpg"
images[4] = "artimages/brentanderson_bats_400px.jpg"
images[5] = "artimages/decarlo_laughs47_400px.jpg"
images[6] = "artimages/andrews_spidey_400px.jpg"
images[7] = "artimages/lee_uxm267pg22_404pix.jpg"
images[8] = "artimages/sienk-startrek.jpg"
images[9] = "artimages/sienk_electra_263pix_bw.jpg"
images[10] = "artimages/leeportaciowilliams_wolverinesketch_400px.jpg"

var image = images[rand1]
// -- End Hiding Here -->