var footerwrite = '';


footerwrite += '<table cellpadding="0" cellspacing="0" border="0">';
footerwrite += '<tr>';
footerwrite += '<td><img src="'+dirname+'img/clear.gif" width=24 height=36 alt="" border="0"></td>';
footerwrite += '<td valign="bottom" class="black">';

// copyfooter_inst.js
footerwrite += 'The services described on this web site may not be available in all jurisdictions or to all persons.<br>For further detail, please see our <a href="http://www.morganstanley.com/terms.html">Terms of Use</a>.<br>';

// copyfooter.js
footerwrite += '&copy; 2007 Morgan Stanley';

footerwrite += ' | <A class="blacklink" href="../'+dirname+'privacy_pledge.html">Privacy</a>';

footerwrite += ' | <A class="blacklink" href="../'+dirname+'terms.html">Terms of Use</a>';

footerwrite += ' | <A class="blacklink" href="../'+dirname+'patriotactdisclosure.html" class="blacklink">Patriot Act Disclosure</a>';

footerwrite += '<br><img src="'+dirname+'img/clear.gif" width=585 height=10 alt="" border="0"></td>';
footerwrite += '</tr>';
footerwrite += '</table>';


document.write(footerwrite);
