var imageFiles_9x_9 = new Array();
imageFiles_9x_9['0'] = new Array ('_images/9x_Link_to_Kent_Valley_Hockey.gif', '_images/9x_Link_to_Kent_Valley_HockeyMouseover.gif');

function image_on_9x_9 (position) {
   var doc = eval("document.image9x_9" + position);
   doc.src = imageFiles_9x_9[position][1];
}

function image_off_9x_9 (position) {
   var doc = eval("document.image9x_9" + position);
   doc.src = imageFiles_9x_9[position][0];
}

