function writeFooter(){
var strFooter='';
strFooter+='<div id="navarea2">';
strFooter+='	<a name="footProducts" href="/products/products.aspx" title="Products">Products<\/a> | ';
strFooter+='	<a name="footClaimCenter" href="/claim_center/claimCenter.html" title="Claim Center">Claim Center<\/a> | ';
strFooter+='	<a name="footCustomerService" href="/customer_service/customerService.html" title="Customer Service">Customer Service<\/a> | ';
strFooter+='	<a name="footAboutUs" href="/about_us/aboutUs.html" title="About Us">About Us<\/a> | ';
strFooter+='	<a name="footCareers" href="/about_us/careers/jobOpportunities.aspx" title="Careers">Careers<\/a> | ';
strFooter+='	<a name="footContactUs" href="#" onClick="javascript:Director.directRequest(\'ContactUs\');" title="Contact Us">Contact Us<\/a>';
strFooter+='<br \/>';
strFooter+='	<a name="footSpanish" href="/about_us/amica_advantage/lasVentajasdeAmica.html" title="La ventaja de Amica">La ventaja de Amica<\/a> | ';
strFooter+='	<a name="footStructuredSettlements" href="#" onClick="javascript:Director.directRequest(\'StructuredSettlements\');" title="Structured Settlements">Structured Settlements<\/a> | ';
strFooter+='	<a name="footSitemap" href="/customer_service/sitemap.html" title="Sitemap">Sitemap<\/a> | ';
strFooter+='	<a name="footPrivacy" href="javascript:popcase(\'/about_us/privacy/privacyPolicy.html\')">Privacy<\/a>';
strFooter+='<\/div>';
strFooter+='<div id="navarea3">';
strFooter+='<ul>';
strFooter+='	<li>Copyright &#169 2009 Amica, 100 Amica Way, Lincoln, RI. 02865<\/li>';
strFooter+='<\/ul>';
strFooter+='<\/div>';
document.write(strFooter);
}
writeFooter();

function popcase(url, name){
	var newWin
	newWin = window.open(url,name,"screenX=90,screenY=90,top=90,left=90, ,width=550,height=500,scrollbars=yes,resizable=no");
	newWin.focus();
}
