<!-- Begin

// CHANGE ANY OF THESE VARIABLES FOR THE SIDEBAR AREA



var imagewidth		= "75"		// WIDTH OF THE SIDEBAR IMAGES
var imageheight		= "75"		// HEIGHT OF THE SIDEBAR IMAGES
var sidealign		= "center"	// ALIGN SIDEBAR - left | center | right
var pageheight		= "150"		// CHANGE TOTAL HEIGHT OF ALL PAGES



document.write('<table cellpadding="0" cellspacing="0" border="0" width="100%"><tr><td align="'+sidealign+'" valign="top">');



// document.write('<img src="picts/discography.gif" width="121" height="60" border="0">');



document.write('<br>');

document.write('<img src="images/sidebar1.png" width="'+imagewidth+'" height="'+imageheight+'" border="0" class="Galborder"><br>');

document.write('<br>');

document.write('<img src="images/sidebar4.png" width="'+imagewidth+'" height="'+imageheight+'" border="0" class="Galborder"><br>');

document.write('<br>');

document.write('<img src="images/sidebar3.png" width="'+imagewidth+'" height="'+imageheight+'" border="0" class="Galborder"><br>');

document.write('<br>');

document.write('<img src="images/sidebar2.png" width="'+imagewidth+'" height="'+imageheight+'" border="0" class="Galborder">');

document.write('<br><br><br>');

document.write('<a href="http://www.facebook.com/gleeottawa" target="_blank"><img src="images/facebook.png" width="40" height="40" alt="Facebook" title="Glee Ottawa on Facebook" border="0"></a>');

document.write('</td></tr></table>');



// PAGE SPACER

document.write('<img src="picts/spacer.gif" border="0" width="2" height="'+pageheight+'"><br>');




//  End -->
