<!-- Hide from old browsers
// Copyright © 1999 Doug Popeney
// Created by Doug Popeney (easyjava@easyjavascipt.com)
// JavaScript Made Easy!! - http://www.easyjavascript.com

var imagenumber = 7;
var randomnumber = Math.random() ;
var rand1 = Math.round( (imagenumber-1) * randomnumber) + 1 ;
images = new Array
images[1] = "cake_sub-head"
images[2] = "candles_sub-head"
images[3] = "couple_sub-head"
images[4] = "girl_sub-head"
images[5] = "pedals_sub-head"
images[6] = "rings_sub-head"
images[7] = "shoes_sub-head"
var image = images[rand1]
// -- End Hiding Here -->
