<!-- Begin SIDEBAR

// CHANGE ANY OF THESE VARIABLES TO "no" OR "yes" TO TURN AN OPTION OFF OR ON

// ONLY USE lowercase FOR ALL OPTIONS

var paragraph_1 	= "yes"		// SHOW THE 1ST PARAGRAPH
var paragraph_2 	= "yes"		// SHOW THE 2ND PARAGRAPH
var paragraph_3     = "yes"     // SHOW THE 3RD PARAGRAPH

var showRimage		= "yes"		// SHOW A RANDOM SIDEBAR IMAGE
var linkedR			// RANDOM IMAGE PAGE LINK
var showimage		= "no"		// SHOW A SMALL SIDEBAR IMAGE
var linked			// SIDEBAR IMAGE LINK

var spacing		= "20"		// ITEM SPACING (FOR TOP SPACING SEE .css FILE)

var RANspacing		= "2"		// UNDER IMAGE SPACING
var showdate		= "yes"		// SHOW THE DATE ON THE PAGE




// LEFT SIDEBAR DIV
document.write('<div id="sidebardiv">');
document.write('<center>');


// START DATE SCRIPT
   if (showdate == "yes") {

document.write('<center><div id="date-location" class="printhide">');
var d=new Date()
var weekday=new Array("Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday")
var monthname=new Array("January","February","March","April","May","June","July","August","September","October","November","December")
document.write("<span class=\"date-font\"><nobr>" + weekday[d.getDay()] + " ")
document.write(monthname[d.getMonth()] + " ")
document.write(d.getDate() + ". ")
document.write(d.getFullYear())
document.write("</nobr></span><br>")
document.write('</div></center>');
document.write('<img src="picts/spacer.gif" border="0" width="20" height="'+spacing+'" alt="image"><br>');
}





// START SIDEBAR AREA PARAGRAPH 1 EDIT THIS AREA

   if (paragraph_1 == "yes") {

document.write('<table cellpadding="3" cellspacing="0" border="0" class="sideboxwidth"><tr><td class="sidetitle">');


// START SIDE TEXT TITLE 1


document.write('Find Your Solutions Here!<br>');


document.write('</td></tr><tr><td class="sidetext">');


// START NOTE TEXT AREA 1 - EDIT THE NEXT LINE


document.write('Find <a href="solutions.html" class="sidelink">Solutions</a> to your learning needs by browsing providers by either "Treatment Types (modality)" or by your "Needs or Disorders". <br>');


document.write('<a href="solutions.html"><img border="0" width="146" height="26" src="picts/more-off.gif" onmouseover="this.src=\'picts/more-on.gif\'" onmouseout="this.src=\'picts/more-off.gif\'" alt="Click for more information" class="printhide"></a><br>');


document.write('</td></tr></table>');


document.write('<img src="picts/spacer.gif" border="0" width="20" height="'+spacing+'" alt="image"><br>');


}

// START SIDEBAR AREA PARAGRAPH 2 EDIT THIS AREA

   if (paragraph_2 == "yes") {

document.write('<table cellpadding="3" cellspacing="0" border="0" class="sideboxwidth"><tr><td class="sidetitle">');
// START NOTE TEXT AREA 2 - EDIT THE NEXT LINE

document.write('Stay Up-to-Date!<br>');

document.write('</td></tr><tr><td class="sidetext">');

document.write('See the <a href="events.html" class="sidelink">Calendar of Events</a> and stay current on what is happening in the Learning Solutions Community!<br>');


document.write('<a href="events.html"><img border="0" width="146" height="26" src="picts/more-off.gif" onmouseover="this.src=\'picts/more-on.gif\'" onmouseout="this.src=\'picts/more-off.gif\'" alt="Click for more information" class="printhide"></a><br>');


document.write('</td></tr></table>');


document.write('<img src="picts/spacer.gif" border="0" width="20" height="'+spacing+'" alt="image"><br>');


}
// END SIDEBAR AREA PARAGRAPH 3

// START SIDEBAR AREA PARAGRAPH 3 EDIT THIS AREA

   if (paragraph_2 == "yes") {

document.write('<table cellpadding="3" cellspacing="0" border="0" class="sideboxwidth"><tr><td class="sidetitle">');
// START NOTE TEXT AREA 3 - EDIT THE NEXT LINE

document.write('Keep the information coming!<br>');

document.write('</td></tr><tr><td class="sidetext">');

document.write('Sign up for our <a href="newsletter.html" class="sidelink">e-newsletter</a> and stay up-to-date on events, announcements and new information concerning learning needs.<br>');


document.write('<a href="newsletter.html"><img border="0" width="146" height="26" src="picts/more-off.gif" onmouseover="this.src=\'picts/more-on.gif\'" onmouseout="this.src=\'picts/more-off.gif\'" alt="Click for more information" class="printhide"></a><br>');


document.write('</td></tr></table>');


document.write('<img src="picts/spacer.gif" border="0" width="20" height="'+spacing+'" alt="image"><br>');


}
// END SIDEBAR AREA PARAGRAPH 3




// START SIDEBAR AREA PARAGRAPH 4 EDIT THIS AREA

   if (paragraph_3 == "no") {

document.write('<table cellpadding="3" cellspacing="0" border="0" class="sideboxwidth"><tr><td class="sidetitle">');


// START SIDE TEXT TITLE 4


document.write('Meet our Sponsors!<br>');


document.write('</td></tr><tr><td class="sidetext">');


// START NOTE TEXT AREA 3 - EDIT THE NEXT LINE


document.write('Say "Howdy" to our <a href="sponsors.html" class="sidelink">Sponsors!</a> Thank you for bringing LSN to our community.<br>');


document.write('<a href="sponsors.html"><img border="0" width="146" height="26" src="picts/more-off.gif" onmouseover="this.src=\'picts/more-on.gif\'" onmouseout="this.src=\'picts/more-off.gif\'" alt="Click for more information" class="printhide"></a><br>');


document.write('</td></tr></table>');


document.write('<img src="picts/spacer.gif" border="0" width="20" height="'+spacing+'" alt="image"><br>');

}
// END SIDEBAR AREA PARAGRAPH 4




// SMALL RANDOM PICTURE AREA
   if (showRimage == "yes") {

var twox = "<img src=\"picts/";
var thrx = " border=\"0\" width=\"150\" height=\"150\" class=\"bordersSB\">";
var forx = "";
var img = "";

forx += Math.floor(Math.random()*12);
img = forx;
if (img == "0") {
document.write(twox+ 'sidebar-1.jpg"' +thrx);
}
if (img == "1") {
document.write(twox+ 'sidebar-2.jpg"' +thrx);
}
if (img == "2") {
document.write(twox+ 'sidebar-3.jpg"' +thrx);
}
if (img == "3") {
document.write(twox+ 'sidebar-4.jpg"' +thrx);
}
if (img == "4") {
document.write(twox+ 'sidebar-5.jpg"' +thrx);
}
if (img == "5") {
document.write(twox+ 'sidebar-6.jpg"' +thrx);
}
if (img == "6") {
document.write(twox+ 'sidebar-7.jpg"' +thrx);
}
if (img == "7") {
document.write(twox+ 'sidebar-8.jpg"' +thrx);
}
if (img == "8") {
document.write(twox+ 'sidebar-9.jpg"' +thrx);
}
if (img == "9") {
document.write(twox+ 'sidebar-10.jpg"' +thrx);
}
if (img == "10") {
document.write(twox+ 'sidebar-11.jpg"' +thrx);
}
if (img == "11") {
document.write(twox+ 'sidebar-12.jpg"' +thrx);
}
document.write('</a><br>');
document.write('<img src="picts/spacer.gif" border="0" width="20" height="'+RANspacing+'" alt="image"><br>');
}


// SMALL PICTURE AREA
   if (showimage == "yes") {
document.write('<a href="index.html"><img src="picts/sidebar.jpg" border="0" width="150" class="bordersSB"></a><br>');
document.write('<img src="picts/spacer.gif" border="0" width="20" height="'+spacing+'" alt="image"><br>');
}
document.write('</center>');

document.write('</div>');


// -- END -->