<!-- Begin Left Sidebar

// CHANGE VARIABLES TO "no" OR "yes" - ONLY USE lowercase FOR ALL OPTIONS




var spacing		= "1"		// NUDGE SIDEBAR DOWN
var showscroller	= "no"		// SHOW SIDEBAR SCROLLER




// COPYRIGHT 2011 © Allwebco Design Corporation
// Unauthorized use or sale of this script is strictly prohibited by law

// YOU DO NOT NEED TO EDIT BELOW THIS LINE


// NUDGE SPACER
document.write('<img src="picts/spacer.gif" height="'+spacing+'" width="10"><br>');


// SCROLLER
   if (showscroller == "yes") {
document.write('<table cellpadding="0" cellspacing="0" border="0" class="sideborder"><tr><td align="center">');
var Tscroll_path_to_files = 'scroller/'
function Tscroll_init (id) {
document.write('<iframe id="Tscr' + id + '" scrolling="no" frameborder="no" src="' + Tscroll_path_to_files + 'scroll.html?' + id + '" width="1" height="1"></iframe>');
}
Tscroll_init (0)
document.write('</td></tr></table>');
document.write('<br>');
}


// -- END -->
