var imagenumber = 9 ;

var randomnumber = Math.random() ;

var rand1 = Math.round( (imagenumber-1) * randomnumber) + 1 ;

images = new Array

images[1] = "/images/homepromo_dog2006.gif"

images[2] = "/images/homepromo_frog.gif"

images[3] = "/images/homepromo_pigs.gif"

images[4] = "/images/homepromo_ox.gif"

images[5] = "/images/homepromo_rabbit.gif"

images[6] = "/images/homepromo_tigerrat.gif"

images[7] = "/images/homepromo_puppy.gif"

images[8] = "/images/homepromo_monkeys.gif"

images[9] = "/images/homepromo_rooster.gif"


var image = images[rand1]



links = new Array

links[1] = "/cards/index.html"

links[2] = "/cards/index.html"

links[3] = "/cards/index.html"

links[4] = "/cards/index.html"

links[5] = "/cards/index.html"

links[6] = "/cards/index.html"

links[7] = "/cards/index.html"

links[8] = "/cards/index.html"

links[9] = "/cards/index.html"

var link = links[rand1]



