var footerInd = ""
var mydate=new Date()
var year=mydate.getYear()

footerInd = '<table cellpadding="0" cellspacing="0" border="0" width="968">'
footerInd += '<tr>'
footerInd += '<td class="100%" colspan="2">'
footerInd += '<div id="FooterGrad"></div>'
footerInd += '</td>'
footerInd += '</tr>'
footerInd += '<tr>'
footerInd += '<td colspan="2"><img src="img/clear.gif" width="1" height="5" alt="" border="0"></td>'
footerInd += '</tr>'
footerInd += '<tr>'
footerInd += '<td><img src="img/clear.gif" width="10" height="1" alt="" border="0"></td>'
footerInd += '<td width="958" class="date">'
footerInd += '<div class="date">&nbsp;</div>'
footerInd += 'The Global Wealth Management Group of Morgan Stanley & Co. Incorporated and the Smith Barney division of Citigroup Global Markets Inc. have combined into Morgan Stanley Smith Barney LLC, a new investment adviser and broker-dealer registered with the Securities and Exchange Commission.'
footerInd += '<div class="date">&nbsp;</div>'
footerInd += 'In general, references to Morgan Stanley in this section of the site should be read as Morgan Stanley Smith Barney; however, some services will continue to be provided by Morgan Stanley & Co. Incorporated. Click here to read the <a href="/Stmnt_of_Responsibility.pdf">Statement of Responsibilities</a>, which explains the respective roles and functions of Morgan Stanley and Morgan Stanley Smith Barney.'
footerInd += '<div class="date">&nbsp;</div>'					
footerInd += 'The information and services provided on the website are intended for persons in the U.S. only. Non-U.S. persons are directed to our <A HREF="http://www.morganstanley.com/global_presence.html" TARGET="_disclaim">Global Offices</a> page.'
footerInd += '<div class="date">&nbsp;</div>'
footerInd += '&copy;&nbsp;' + year + ' Morgan Stanley Smith Barney LLC, <a href="http://www.sipc.org/">member SIPC</a>. All rights reserved.'
footerInd += '<div class="date">&nbsp;</div>'
footerInd += '</td>'
footerInd += '</tr>'
footerInd += '<tr><td colspan="2"><img src="img/clear.gif" width="1" height="5" alt="" border="0"></td></tr>'
footerInd += '<tr><td width="958" class="date" align="center" colspan="2">'
footerInd += '<a href="http://www.morganstanley.com/privacy_pledge.html" class="FooterLink">Privacy</a> | '
footerInd += '<a href="'+imgpref+'customerservice/termsofuse/" class="FooterLink">Terms of Use</a> | '
footerInd += '<a href="'+imgpref+'customerservice/disclosures/" class="FooterLink">Disclosures</a> | '
footerInd += '<a class="l9" href="http://www.morganstanley.com/about/ir/shareholder/morganstanley_co_inc.pdf" target=_blank>Morgan Stanley & Co. Incorporated Financial Statement</a>'
footerInd += '</td></tr>'
footerInd += '<tr><td colspan="2">'
footerInd += '<img src="img/clear.gif" width="1" height="5" alt="" border="0">'
footerInd += '</td></tr>'
footerInd += '<tr><td width="958" class="date" align="center" colspan="2">'
footerInd += '</td></tr>'
footerInd += '<tr><td colspan="2">'
footerInd += '<img src="img/clear.gif" width="1" height="30" alt="" border="0">'
footerInd += '</td></tr>'
footerInd += '</table>'
//footerInd += '<a href="http://www.morganstanley.com/about/ir/shareholder/morganstanley_dw_inc.pdf" class="FooterLink">Morgan Stanley DW Inc. Financial Statement</A> | '
document.write(footerInd)