<!--

var imagenumber = 5 ;
var randomnumber = Math.random() ;
var rand1 = Math.round( (imagenumber-1) * randomnumber) + 1 ;
images = new Array
images[1] = "images/random_images/all_occassion/chocolates_of_vermont.jpg"
images[2] = "images/random_images/all_occassion/lake_champlain_select.jpg"
images[3] = "images/random_images/all_occassion/special_gifts_baskets.jpg"
images[4] = "images/random_images/all_occassion/5_star_bars.jpg"
images[5] = "images/random_images/all_occassion/signature_bars.jpg"
var image = images[rand1]

links = new Array
links[1] = "dept.aspx?pn_DeptID=8"
links[2] = "dept.aspx?pn_DeptID=15"
links[3] = "dept.aspx?pn_DeptID=12"
links[4] = "dept.aspx?pn_DeptID=9"
links[5] = "dept.aspx?pn_DeptID=16"
var link = links[rand1]

var imagenumber = 10 ;
var randomnumber = Math.random() ;
var rand1 = Math.round( (imagenumber-1) * randomnumber) + 1 ;
images = new Array
images[1] = "images/random_images/quotes/quote_1.gif"
images[2] = "images/random_images/quotes/quote_2.gif"
images[3] = "images/random_images/quotes/quote_3.gif"
images[4] = "images/random_images/quotes/quote_4.gif"
images[5] = "images/random_images/quotes/quote_5.gif"
images[6] = "images/random_images/quotes/quote_6.gif"
images[7] = "images/random_images/quotes/quote_7.gif"
images[8] = "images/random_images/quotes/quote_8.gif"
images[9] = "images/random_images/quotes/quote_9.gif"
images[10] = "images/random_images/quotes/quote_10.gif"
var quote = images[rand1]

//-->