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

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

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

footerwrite += '<br><br><br>';
footerwrite += 'The information on this page has been provided by IXIS Real EstateCapital, Inc.,an unaffiliated third party sponsor.  You should not consider the information on this page in connection with the acquisition of any securities offered by Morgan Stanley & Co. Incorporated or any of its affiliates unless the information on this page is specifically referenced in the free writing prospectus or prospectus supplement for such securities offering.';

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

footerwrite += '</tr>';
footerwrite += '</table>';


document.write(footerwrite);

