<!-- Hide from old browsers


var imagenumber = 5 ;
var randomnumber = Math.random() ;
var rand1 = Math.round( (imagenumber-1) * randomnumber) + 1 ;
images = new Array
images[1] = "images/index/index_recycle_1.jpg" 
images[2] = "images/index/index_recycle_2.jpg" 
images[3] = "images/index/index_recycle_3.jpg" 
images[4] = "images/index/index_recycle_4.jpg" 
images[5] = "images/index/index_recycle_5.jpg" 

var image = images[rand1]

links = new Array
links[1] = "recycle.php"
links[2] = "recycle.php"
links[3] = "recycle.php"
links[4] = "recycle.php"
links[5] = "recycle.php"
var link = links[rand1] 

// -- End Hiding Here -->
