var d = new Date();
document.write('<table border="0" cellspacing="0" cellpadding="0" width="100%">')
document.write('  <tr>')
document.write('    <td width="100%" valign="middle" align="center"><font size="2"><a href="default.asp">Home</a>')
document.write('    | <a href="ProdAps.asp">Product Applications</a> | <a href="IndAppr.asp">Industry')
document.write('    Approvals</a> | <a href="ProdInfo.asp">Product Information</a><br>')
document.write('    <a href="EnvSafe.asp">Environment &amp; Safety</a> | <a href="Order.asp">Ordering &amp;')
document.write('    Technical</a> | <a href="request.asp">Request Information</a> <br>')
document.write('    <a href="http://www.solutia.com/pages/corporate/legal.asp" target="_blank">Legal</a> | ' )
document.write('    <a href="http://www.solutia.com/pages/corporate/legal/privacy.asp" target="_blank">Privacy Policy</a> | ' )
document.write('    <a href="http://investor.solutia.com/phoenix.zhtml?c=88803&p=irol-homeProfile" target="_blank">Solutia Overview</a><br> ' )
document.write('    </font></td>')
document.write('  </tr>')
document.write('</table>')
document.write('<br>')
document.write('<table border="0" cellspacing="0" cellpadding="4" width="100%">')
document.write('  <tr>')
document.write('    <td width="100%" valign="top" align="left"><font size="1">')
document.write('    <a href="http://www.solutia.com/"" target="_blank"><img src="images/solutia_logo.gif" alt="Solutia" style="float:right" border="0" /></a> ')
document.write('     &copy; ' + d.getFullYear() + ' <a href="http://www.solutia.com/"" target="_blank">Solutia Inc.</a> Trademarks may be in italics.<br>')
document.write('     * As used herein, &reg; denotes registered trademark status in the U.S. only; registration status in other geographies may be different.')
document.write('	  </font></td>')
document.write('  </tr>')
document.write('</table>')

