
<!-- Hide from old browsers

var imagenumber = 4 ;
var randomnumber = Math.random() ;
var rand1 = Math.round( (imagenumber-1) * randomnumber) + 1 ;
images = new Array
images[1] = "radar"
images[2] = "highway"
images[3] = "plane"
images[4] = "ruins"
var image = images[rand1]

hrefa = new Array
hrefa[1] = "'"
hrefa[2] = "'"
hrefa[3] = "'"
hrefa[4] = "'"
var hrefa = hrefa[rand1]

hrefb = new Array
hrefb[1] = "','','"
hrefb[2] = "','','"
hrefb[3] = "','','"
hrefb[4] = "','','"
var hrefb = hrefb[rand1]

hrefc = new Array
hrefc[1] = "',1)"
hrefc[2] = "',1)"
hrefc[3] = "',1)"
hrefc[4] = "',1)"
var hrefc = hrefc[rand1]
// -- End Hiding Here -->