// JavaScript Document
<!-- Hide from old browsers

var imagenumber = 13 ;
var randomnumber = Math.random() ;
var rand1 = Math.round( (imagenumber-1) * randomnumber) + 1 ;
images = new Array
images[1] = "images/randompreview2b.jpg" 
images[2] = "images/randompreview3b.jpg" 
images[3] = "images/randompreview4b.jpg" 
images[4] = "images/randompreview5b.jpg" 
images[5] = "images/randompreview6b.jpg" 
images[6] = "images/randompreview7b.jpg" 
images[7] = "images/randompreview8b.jpg" 
images[8] = "images/randompreview9b.jpg" 
images[9] = "images/randompreview10b.jpg" 
images[10] = "images/randompreview11b.jpg"
images[11] = "images/randompreview12b.jpg" 
images[12] = "images/randompreview13b.jpg" 
images[13] = "images/randompreview14b.jpg" 
var image = images[rand1]

links = new Array
links[1] = "randomizer2b.shtml"  
links[2] = "randomizer3b.shtml" 
links[3] = "randomizer4b.shtml"  
links[4] = "randomizer5b.shtml" 
links[5] = "randomizer6b.shtml" 
links[6] = "randomizer7b.shtml" 
links[7] = "randomizer8b.shtml" 
links[8] = "randomizer9b.shtml" 
links[9] = "randomizer10b.shtml" 
links[10] = "randomizer11b.shtml" 
links[11] = "randomizer12b.shtml" 
links[12] = "randomizer13b.shtml"
links[13] = "randomizer14b.shtml"
var link = links[rand1]

// -- End Hiding Here -->