	function SideBar(Link) {
var now = new Date();
var digit = now.getMinutes() % 10;

  document.write('<CENTER>');
  if (Link == null) {
     document.write('<img src="ToastmastersLogoColor-Small.gif" border="0" width="231" height="202" alt="" align="middle" alt="Toastmasters Logo">');
  }
  else {
     document.write('<A HREF="' + Link + '">'
     + '  <img src="ToastmastersLogoColor-Small.gif" border="0" width="231" height="202" alt="" align="middle" alt="Toastmasters Logo">'
     + '  </A>');
  }
  document.write(' </CENTER>'
	+ ' <B><Div align="right">'
	+ ' <FONT COLOR="#FFFFFF" FACE="arial" SIZE="+1">WHERE '
	+ ' <FONT COLOR="#F4E287" FACE="arial" SIZE="+1">LEADERS '
	+ ' <FONT COLOR="#FFFFFF" FACE="arial" SIZE="+1">ARE MADE'
  + ' </Div><HR>'
  + ' <FONT COLOR="#FFFFFF" FACE="arial" SIZE="+2">ONE STATE STREET<BR>'
  + ' TOASTMASTERS<BR>Club &#160;#6613</Font>'
  + ' </B><br>'
  + ' <FONT COLOR="#FFFFFF" FACE="arial" SIZE="+1">Making Effective Communications and Leadership a reality since September 10, 1990</FONT>'
  + ' <HR>'
  + ' <FONT COLOR="#FFFFFF" FACE="arial" SIZE="+2">We Meet:<BR>'
  + ' Every Wednesday,<BR>From 11:45 to 12:50</FONT>'
  + ' <HR>'
  + ' <FONT COLOR="#FFFFFF" FACE="arial" SIZE="+2">Meeting Location:<BR>'
  + ' &nbsp;City-View Room,<br>&nbsp;Floor 5</FONT><BR>'
  + ' <HR>'
  + ' <FONT COLOR="#FFFFFF" FACE="arial" SIZE="+2"> Address:<BR>'
  + ' One State Street<BR>Hartford, CT 06103-3100</FONT>'
  + ' <HR>'
  + ' <FONT COLOR="#FFFFFF" FACE="arial" SIZE="+2"> Contact and Information Line<BR>'
  + ' 860.722.5209</FONT><HR><Table><Tr valign="top"><td>');
	
	switch (digit) {
    case 1: 
    case 3: 
    case 5: 
    case 7: result = 'BadSpeech'; break;
    case 2:
    case 6: result = 'CorporateAppeal'; break;
    case 4:
    case 8: result = 'PersonalGrowth'; break;
    case 9:
    case 0: result = 'TheExecution'; break;
		default: result = 'PersonalGrowth';
}
  document.write('<A HREF="http://www.osst.us/' + result + '.wmv">'
  + ' <img src="http://www.osst.us/' + result + '.jpg" border="0" width="129" height="103" align="middle" alt="Video">'
  + ' </A></td><td>&#160;</td><td><Font COLOR="#FFFFFF" FACE="arial">Watch our short video.&#160;&#160;Just click on the picture.'
	+ '</Font></td></tr></Table><BR><BR>');
return true
}
