/*
Created by:	
	Ariel Maioli (amaioli@itx.net)
Date:
	10/26/2009
Effect:
	This file contains the footer of all content pages.
	It should be run in the following way:
	<script type="text/javascript" src="http://www.ssrn.com/Include/Footer_Content.js"></script>
*/

<!--
document.write('<p align="center"><font face="Arial, Helvetica, sans-serif" size="2">');
document.write('&copy;&nbsp;'); /* Insert Copyright */
/* Insert Year	- Start */
thisYear=new Date();
document.write(thisYear.getUTCFullYear());
/* Insert Year	- End */
document.write('&nbsp;Social Science Electronic Publishing, Inc. All Rights Reserved.&nbsp;');
document.write('<a href="http://www.ssrn.com/update/general/ssrn_faq.html" target="_blank" title="SSRN\'s Database and Services (FAQ)">FAQ</a>&nbsp;&nbsp;');
document.write('<a href="http://www.ssrn.com/terms_of_use.html" target="_blank" title="Terms of Use">Terms of Use</a>&nbsp;&nbsp;');
document.write('<a href="http://www.ssrn.com/privacy_policy.html" target="_blank" title="Privacy Policy">Privacy Policy</a>&nbsp;&nbsp;');
document.write('<a href="http://www.ssrn.com/dmca_notice_policy.html" target="_blank" title="Copyright">Copyright</a>');
document.write('</font></p>');
//-->