// JavaScript Document
// 01/26/2007 WL

var footer_html = '';

footer_html  = '<div style="MARGIN-TOP: 17px; MARGIN-BOTTOM: 15px;"><div style ="BORDER-RIGHT: #cccdcb 1px solid; BORDER-TOP: #cccdcb 1px solid; PADDING-LEFT: 10px;  PADDING-BOTTOM: 5px; BORDER-LEFT: #cccdcb 1px solid; WIDTH: 738px; BORDER-BOTTOM: #cccdcb 1px solid; HEIGHT: 65px; TEXT-ALIGN: left">';
footer_html += '<table width="748" border="0" cellpadding="0" cellspacing="0" id="Table4">';
footer_html += '<tr>';
footer_html += '<td class="footer1_text_grey" valign="top">';
footer_html += '<a class="footer1_text_grey" href="http://www.avaya.com/gcm/master-usa/en-us/corporate/corporate.htm">Corporate</a> |';
footer_html += ' <a class="footer1_text_grey" href="http://www.avaya.com/gcm/master-usa/en-us/corporate/pressroom/index.htm">Press Room</a> | ';
//footer_html += '<a class="footer1_text_grey" href="http://investors.avaya.com/" target="_blank">Investors</a> | ';
footer_html += '<a class="footer1_text_grey" href="http://www.avaya.com/gcm/master-usa/en-us/corporate/labs/lab.htm">Avaya Labs</a> | ';
footer_html += '<a class="footer1_text_grey" href="http://www.avaya.com/gcm/master-usa/en-us/partnerecosystem/index.htm">Ecosystem</a> | ';
footer_html += '<a class="footer1_text_grey" href="http://www.avaya.com/gcm/master-usa/en-us/corporate/careers/careers.htm">Careers</a> | ';
footer_html += '<a class="footer1_text_grey" href="http://www.avaya.com/gcm/master-usa/en-us/system/sitemap.htm">Site Map</a></td>';
footer_html += '<td rowspan="2" class="footer_logo"><!--footer logo--></td>';
footer_html += '</tr><tr>';
footer_html += '<td class="footer1_text_grey" valign="bottom"><br/><span align="bottom"><a class="footer1_text_grey" href="http://www.avaya.com/gcm/master-usa/en-us/includedcontent/termsofuse.htm">Terms of Use</a> |';
footer_html += ' <a class="footer1_text_grey" href="http://www.avaya.com/gcm/master-usa/en-us/includedcontent/privacy.htm">Privacy</a> &copy;2009 Avaya Inc.</span></td>';
footer_html += '</tr>';
footer_html += '</table>';
footer_html += '</div></div>';

document.write(footer_html);
