<!-- Begin SIDEBAR

// ONLY USE lowercase FOR ALL OPTIONS
var showRimage		= "yes"		// SHOW A RANDOM SIDEBAR IMAGE
var linkedR		= "index.html"	// RANDOM IMAGE PAGE LINK

// SIDEBAR LOCTION CODE - YOU CAN EDIT TOP OR L/R LOCATION
// document.write('<div id="sidebarleft">');
// document.write('<span class="printonly"><img src="images/spacer.gif" width="10" height="50" class="printonly"></span><br>');

// SMALL RANDOM PICTURE AREA
if (showRimage == "yes") {

	// document.write('<br><center>');
	
	var twox = "<img style=\"float: right; \" src=\"images/";
	var thrx = " border=\"0\" class=\"bordersUR\">";
	var forx = "";
	var img = "";
	
	forx += Math.floor(Math.random()*22);
	img = forx;
	if (img == "0") {
	document.write(twox+ 'upperright-01.jpg"' +thrx);
	}
	if (img == "1") {
	document.write(twox+ 'upperright-02.jpg"' +thrx);
	}
	if (img == "2") {
	document.write(twox+ 'upperright-03.jpg"' +thrx);
	}
	if (img == "3") {
	document.write(twox+ 'upperright-04.jpg"' +thrx);
	}
	if (img == "4") {
	document.write(twox+ 'upperright-05.jpg"' +thrx);
	}
	if (img == "5") {
	document.write(twox+ 'upperright-06.jpg"' +thrx);
	}
	if (img == "6") {
	document.write(twox+ 'upperright-07.jpg"' +thrx);
	}
	if (img == "7") {
	document.write(twox+ 'upperright-08.jpg"' +thrx);
	}
	if (img == "8") {
	document.write(twox+ 'upperright-09.jpg"' +thrx);
	}
	if (img == "9") {
	document.write(twox+ 'upperright-10.jpg"' +thrx);
	}
	if (img == "10") {
	document.write(twox+ 'upperright-11.jpg"' +thrx);
	}
	if (img == "11") {
	document.write(twox+ 'upperright-12.jpg"' +thrx);
	}
	if (img == "12") {
	document.write(twox+ 'upperright-13.jpg"' +thrx);
	}
	if (img == "13") {
	document.write(twox+ 'upperright-14.jpg"' +thrx);
	}
	if (img == "14") {
	document.write(twox+ 'upperright-15.jpg"' +thrx);
	}
	if (img == "15") {
	document.write(twox+ 'upperright-16.jpg"' +thrx);
	}
	if (img == "16") {
	document.write(twox+ 'upperright-17.jpg"' +thrx);
	}
	if (img == "17") {
	document.write(twox+ 'upperright-18.jpg"' +thrx);
	}
	if (img == "18") {
	document.write(twox+ 'upperright-19.jpg"' +thrx);
	}
	if (img == "19") {
	document.write(twox+ 'upperright-20.jpg"' +thrx);
	}
	if (img == "20") {
	document.write(twox+ 'upperright-21.jpg"' +thrx);
	}
	if (img == "21") {
	document.write(twox+ 'upperright-22.jpg"' +thrx);
	}
	// document.write('</a><br>');
	// document.write('<br><br>');
	// document.write('</center>');
	
	}

// document.write('</div>');
// -- END -->

