// sDate is used to display the date which is located at the bottom of the helpcenter
// sCookieName is the name of the cookie - recommended add 1 to the cookie name sequence whenever
// a new news item is updated - this makes the date appear in Red
// sCookieExpires is set to 720 -> 24*30 days 
sDate = "January 2006";
sCookieName ='Em_news4';
sCookieExpires ="720" ; 

document.write('<img border="0" src="/emeetings/images/nav_hon.gif">');
document.write('<table cellpadding="0" cellspacing="0" border="0" background="">');
document.write('<tr><td colspan="2"><font color="#FFFFFF" size="1" face="Arial"><img src="/images/spacer.gif" width="1" height="5"></font></td></tr>');

document.write('<tr>');
document.write('<td align="left" valign="top"><img src="/images/menuselect.gif" width="16" height="12"></td>');
document.write('<td align="left" valign="top" width="130"><a href="home.html"><font face="Arial" size="1" color="#ffffff">eMEETINGS HOME</font></a></td>');
document.write('</tr>');
document.write('<tr><td colspan="2"><img src="/images/spacer.gif" width="1" height="5"></td></tr>');

document.write('<tr>');
document.write('<td align="left" valign="top"><img src="/images/menuselect.gif" width="16" height="12"></td>');
document.write('<td align="left" valign="top" width="130"><a href="https://www.livemeeting.com/cc/honeywell" target="_blank"><font face="Arial" color="#FFFFFF" size="1">ATTEND/PRESENT AN eMEETING</font></a></td>');
document.write('</tr>');
document.write('<tr><td colspan="2"><img src="/images/spacer.gif" width="1" height="5"></td></tr>');

document.write('<tr>');
document.write('<td align="left" valign="top"><img src="/images/menuselect.gif" width="16" height="12"></td>');
document.write('<td align="left" valign="top" width="130"><a href="https://www.livemeeting.com/cc/honeywell/loginPage" target="_blank"><font face="Arial" color="#FFFFFF" size="1">ORGANIZE/SCHEDULE AN eMEETING</font></a></td>');
document.write('</tr>');
document.write('<tr><td colspan="2"><img src="/images/spacer.gif" width="1" height="5"></td></tr>');

document.write('<tr>');
document.write('<td align="left" valign="top"><img src="/images/menuselect.gif" width="16" height="12"></td>');
document.write('<td align="left" valign="top" width="130" height="16"><a href="/emeetings/learn.html"><font face="Arial" color="#FFFFFF" size="1">eMEETINGS LEARNING CENTER</font></a></td>');
document.write('</tr>');
document.write('<tr><td colspan="2"><img src="/images/spacer.gif" width="1" height="5"></td></tr>');

document.write('<tr>');
document.write('<td align="left" valign="top"><img src="/images/menuselect.gif" width="16" height="12"></td>');
document.write('<td align="left" valign="top" width="130" height="16"><a href="reference.html"><font face="Arial" color="#FFFFFF" size="1">REFERENCE MATERIAL</font></a></td>');
document.write('</tr>');
document.write('<tr><td colspan="2"><img src="/images/spacer.gif" width="1" height="5"></td></tr>');

document.write('<tr>');
//document.write('<td align="left" valign="top"><img src="/images/menuselect.gif" width="16" height="12"></td>');
//document.write('<td align="left" valign="top" width="130" height="16"><a href="netmeeting.html"><font face="Arial" color="#FFFFFF" size="1">NETMEETING</font></a></td>');
//document.write('</tr>');
document.write('<tr><td align="left" valign="top" colspan=2><img src="/images/spacer.gif" width="1" height="15"></td></tr>');

document.write('</table><p>');
