
<!--
// Copyright 2003 by jsCode.com
// Source: jsCode.com
// Author: etLux
var theImagesjamboree = new Array()
theImagesjamboree[0] = 'CS01'
theImagesjamboree[1] = 'CS02'
theImagesjamboree[2] = 'CS03'
theImagesjamboree[3] = 'CS04'
theImagesjamboree[4] = 'CS05'
theImagesjamboree[5] = 'CL01'
theImagesjamboree[6] = 'CL02'
theImagesjamboree[7] = 'CL03'
theImagesjamboree[8] = 'CL04'
theImagesjamboree[9] = 'CL05'
theImagesjamboree[10] = 'TL01'
theImagesjamboree[11] = 'TL02'
theImagesjamboree[12] = 'WSL01'
theImagesjamboree[13] = 'WSS01'
var j = 0
var p = theImagesjamboree.length;
var preBuffer = new Array()
for (i = 0; i < p; i++){
   preBuffer[i] = new Image()
   preBuffer[i].src = theImagesjamboree[i]
}
var whichImage = Math.round(Math.random()*(p-1));
function showImagejamboree(){
document.write('<a href="images/'+theImagesjamboree[whichImage]+'_big.jpg" rel="lightbox"><img src="images/'+theImagesjamboree[whichImage]+'.gif" border="0" class="pic_right"></a>');
}
//-->


