// JavaScript Document

<!--
var image = new Array();

image[0] = 'images/hz/hz_bam.jpg' ;
image[1] = 'images/hz/HZ_moi01a.jpg'  ;
image[2] = 'images/hz/HZ_moi02.jpg' ;
image[3] = 'images/hz/hz_maple2.jpg' ;
image[4] = 'images/hz/hz_mats2.jpg' ;
image[5] = 'images/hz/HZ_moi02.jpg' ;
image[6] = 'images/hz/HZ_moi05.jpg';
image[7] = 'images/hz/hz_pink.jpg' ;
image[8] = 'images/hz/hz_plu.jpg' ;
image[9] = 'images/hz/HZ_moi09.jpg' ;
image[10] = 'images/hz/hz_moi03.jpg' ;
image[11] = 'images/hz/HZ_moi04.jpg' ;
image[12] = 'images/hz/HZ_moi10.jpg' ;
image[13] = 'images/hz/HZ_moi12.jpg' ;
image[14] = 'images/hz/HZ_moi07.jpg' ;
image[15] = 'images/hz/hz_moi08.jpg' ;
image[16] = 'images/hz/HZ_moi11.jpg' ;



var index = Math.floor(Math.random() * image.length);
document.write('<style type="text/css"> td.title { background-image: url('+ image[index] +') } </style>');

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
//-->

