
<!-- Begin
// Set up the image files to be used.
var theImages = new Array() // do not change this
// To add more image files, continue with the
// pattern below, adding to the array.

theImages[0] = '558083'
theImages[1] = '538019'
theImages[2] = '517378'
theImages[3] = '529282'
theImages[4] = '538027'
theImages[5] = '482258'
theImages[6] = '511891'
theImages[7] = '415704'
theImages[8] = '483735'
theImages[9] = '511841'
theImages[10] = '510851'
theImages[11] = '461426'
theImages[12] = '619166'

// do not edit anything below this line

//var j = 0
var p = theImages.length;
//var preBuffer = new Array()
//for (i = 0; i < p; i++){
//   preBuffer[i] = new Image()
//   preBuffer[i].src = theImages[i]
//}
var whichImage = Math.round(Math.random()*(p-1));
function showImage(){
document.write('<A HREF="http://www.lrc.education.gov.ab.ca/pro/resources/item.htm?item-no='+theImages[whichImage]+'&allorwhat=ALL"><img src="/graphics/random/'+theImages[whichImage]+'.jpg" border="0" width="200" ALT="Click image to view Product Information"></A>');
}

//  End -->
