<!-- Begin

// CHANGE ANY OF THESE VARIABLES TO "no" OR "yes" TO TURN AN OPTION OFF OR ON

// ONLY USE lowercase FOR ALL OPTIONS




var showimage		= "yes"		// SHOW A SIDEBAR IMAGE

var topspacing		= "10"		// NUDGE SIDEBAR DOWN
var sidewidth		= "180"		// SIDEBAR WIDTH





// NUDGE SPACER
document.write('<img src="../picts/spacer.gif" height="'+topspacing+'" width="'+sidewidth+'"><br>');


document.write('<table cellpadding="5" cellspacing="10" border="0" class="sidebartext-right"><tr><td>');



// SMALL PICTURE AREA

   if (showimage == "yes") {

document.write('<br><center>');
document.write('<img src="../picts/sidebar-right.jpg" style="cursor:pointer;cursor:hand" onclick= "window.open(\'http://server.livechatinc.net/licence/1009273/open_chat.cgi?groups=0\'+\'&s=1&lang=en&dc=\'+escape(document.cookie+\';l=\'+document.location+\';r=\'+document.referer+\';s=\'+typeof lc_session),\'Chat_1009273\', \'width=604,height=247,resizable=no,scrollbars=no,status=1\');"/></a><br>');
document.write('</center>');
document.write('<br><br>');
}




document.write('</td></tr></table>');


// -- END -->
