<!-- Hide from old browsers


var imagenumber = 4;
var randomnumber = Math.random() ;
var rand1 = Math.round( (imagenumber-1) * randomnumber) + 1 ;
images = new Array
images[1] = "images/home/rotate1.jpg"
images[2] = "images/home/rotate3.jpg"
images[3] = "images/home/rotate4.jpg"
images[4] = "images/home/rotate5.jpg"

var image = images[rand1]

links = new Array
links[1] = "contact.php"
links[2] = "decs.php"
links[3] = "decs.php"
links[4] = "permit_compliance.php"

var link = links[rand1]
// -- End Hiding Here -->
