<!-- // Begin Sidebar



// CHANGE ANY OF THESE VARIABLES TO "no" OR "yes" TO TURN AN OPTION OFF OR ON
// ONLY USE lowercase FOR ALL OPTIONS
// NOTE: If you use a ' add a slash before it like this \'






var paragraph_1 	= "no"			// SHOW TEXT PARAGRAPH 1
var paragraph_2 	= "yes"			// SHOW TEXT PARAGRAPH 2
var boxwidth		= "150"			// WIDTH OF THE TEXT BOX
var showimage		= "yes"			// SHOW A SMALL SIDEBAR IMAGE
var linked			= "news.htm"	// SIDEBAR IMAGE LINK
var sidewidth		= "161"			// WIDTH OF THE LEFT SIDEBAR
var bottomspace		= "10"			// SIDEBAR BOTTOM SPACE
var nudge			= "10"			// NUDGE SIDEBAR DOWN
var printnudge		= "25"			// NUDGE SIDEBAR DOWN (for printing only)


document.write('<div id="sidebar" class="menu-layer">');
document.write('<table cellpadding="0" cellspacing="0" border="0" width="'+sidewidth+'">');
document.write('<tr><td align="center">');
document.write('<img src="picts/spacer.gif" height="'+nudge+'" width="5"><br>');
document.write('<span class="printonly"><img src="picts/spacer.gif" height="'+printnudge+'" width="5"></span>');








// 1 TEXT AREA BEGIN ==================================================================================     1 TEXT AREA


   if (paragraph_1 == "yes") {

document.write('<table cellpadding="5" cellspacing="0" border="0" width="'+boxwidth+'"><tr><td class="sidetexttitle">');



// TITLE

document.write('Today\'s Features &ndash;<BR>&nbsp;&nbsp;&nbsp;Get Superb<BR>&nbsp;&nbsp;&nbsp;Insights On:');



// TEXT

document.write('</td></tr><tr><td class="sidetext">');

document.write('<br><img src="picts/1000.jpg" class="bordersSB"><br><br><img src="picts/1005.jpg" class="bordersSB"><br><br>');
			   

// MORE  ----- more links to joel.html temporary

document.write('&nbsp;&nbsp;<a href="joel.html"><img src="picts/more-off.jpg" vspace="6" border="0" onmouseover="this.src=\'picts/more-on.jpg\'" onmouseout="this.src=\'picts/more-off.jpg\'"></a><br>');

document.write('</td></tr></table>');
}

// 1 TEXT AREA END ===================================================================================    1 TEXT AREA 















// PICTURE     "SHOWIMAGE"     BEGIN     =========================================================================    PICTURE     "SHOWIMAGE"

   if (showimage == "yes") {
document.write('<br>');
document.write('<a href="'+linked+'"><img src="picts/js-webinars-148x134.jpg" border="0" width="148" height="134" class="bordersSB"></a><br><br>');

}

// PICTURE     "SHOWIMAGE"     ===================================================================================    PICTURE     "SHOWIMAGE"














// 2 TEXT AREA BEGIN ==================================================================================     2 TEXT AREA


   if (paragraph_2 == "yes") {

document.write('<table cellpadding="5" cellspacing="0" border="0" width="'+boxwidth+'"><tr><td class="sidetexttitle">');



// TITLE

document.write('Your Breakthrough<br>In Productivity:<br>');



// TEXT

document.write('</td></tr><tr><td class="sidetext">');

document.write('<BR>&nbsp;&nbsp;For years, Joel Stock has taught large and small organizations how to unite workforce moral, cause productivity to skyrocket, and to succeed on time &hellip; every time.<br><br>&nbsp;&nbsp;You see, just like medicine or denstistry, management and leadership skills can be learned but they can\'t be taught by anyone on the sidelines. They must come from one who has had hands-on responsibility. And that is exaclty why Joel has been so successful &mdash; he has first hand knowledge that can be put to use by you &hellip; not some time in the future, but now!<br><br>&nbsp;&nbsp;You can have in-person tutoring or detailed instructions for all of your organization.<br><br>&nbsp;&nbsp;Learn more now.<br><br>');



// MORE  ----- more links to joel.html temporary

document.write('&nbsp;&nbsp;<a href="about.htm"><img src="picts/more-off.jpg" vspace="6" border="0" onmouseover="this.src=\'picts/more-on.jpg\'" onmouseout="this.src=\'picts/more-off.jpg\'"></a><br>');

document.write('</td></tr></table><BR>');
}



// 2 TEXT AREA END ==================================================================================     2 TEXT AREA

document.write('</td></tr></table>');
document.write('</div>');
document.write('<br>');
document.write('<div id="sidebar-spacer">');
document.write('<img src="picts/spacer.gif" height="'+bottomspace+'" width="'+sidewidth+'"><br>');
document.write('</div>');
















//  End -->