// Begin Left Sidebar // CHANGE VARIABLES TO "no" OR "yes" - ONLY USE lowercase FOR ALL OPTIONS var showscroller = "yes" // SHOW SIDEBAR SCROLLER // COPYRIGHT 2014 © Allwebco Design Corporation // Unauthorized use or sale of this script is strictly prohibited by law // YOU DO NOT NEED TO EDIT BELOW THIS LINE // SCROLLER if (showscroller == "yes") { document.write('
'); var Tscroll_path_to_files = 'scroller/' function Tscroll_init (id) { document.write(''); } Tscroll_init (0) document.write('
'); }