var dir = '';

if (level == 1) { dir = '../'; }
else if (level == 2) { dir = '../../'; }
else if (level == 3) { dir = '../../../'; }
else if (level == 4) { dir = '../../../../'; }

var footercon = ''
footercon += '	<table width="960px" border="0" align="center" cellpadding="0" cellspacing="0">'
footercon += '  <tr>'
footercon += '   <td><img src="img/clear.gif" width="1" height="5" alt="" border="0"></td>'
footercon += '  </tr>'
footercon += '  <tr align="left">'
footercon += '    <td width="960" class="date2"><img src="img/clear.gif" width="12" height="1" alt="" border="0"><a href="/about/careers/disability_access.html" class="FooterLink2">Disability Access</a> | <a href="/terms.html" class="FooterLink2">Terms of Use</a> | <a href="/about/careers/equal_empl.html" class="FooterLink2">Equal Employment Opportunity</a> | <a href="/about/careers/data_privacy.html" class="FooterLink2"> Data Privacy </a>| &copy; 2009 Morgan Stanley. All rights reserved. </td>'
footercon += '  </tr>'
footercon += '  <tr>'
footercon += '    <td><img src="img/clear.gif" width="1" height="5" alt="" border="0"></td>'
footercon += '  </tr>'
footercon += '</table>'

document.write(footercon)
