function writeFooter(){

var amicadate=new Date() 
var amicayear=amicadate.getYear() 

var amicadate=new Date()
var amicayear=amicadate.getYear()
if (amicayear < 1000) amicayear+=1900

var strFooter='';
strFooter+='<div id="navarea2">';
strFooter+='	<a href="/products/products.aspx" title="Products">Products<\/a> | ';
strFooter+='	<a href="/claim_center/claimCenter.html" title="Claim Center">Claim Center<\/a> | ';
strFooter+='	<a href="/customer_service/customerService.html" title="Customer Service">Customer Service<\/a> | ';
strFooter+='	<a href="/about_us/aboutUs.html" title="About Us">About Us<\/a> | ';
strFooter+='	<a href="/about_us/careers/jobOpportunities.aspx" title="Careers">Careers<\/a> | ';
strFooter+='	<a href="#" onClick="javascript:Director.directRequest(\'ContactUs\');" title="Contact Us">Contact Us<\/a>';
strFooter+='<br \/>';
strFooter+='	<a href="/about_us/amica_advantage/lasVentajasdeAmica.html" title="La ventaja de Amica">La ventaja de Amica<\/a> | ';
strFooter+='	<a href="#" onClick="javascript:Director.directRequest(\'StructuredSettlements\');" title="Structured Settlements">Structured Settlements<\/a> | ';
strFooter+='	<a href="/customer_service/sitemap.html" title="Sitemap">Sitemap<\/a> | ';
strFooter+='	<a href="javascript:popcase(\'/about_us/privacy/privacyPolicy.html\')">Privacy<\/a>';
strFooter+='<\/div>';
strFooter+='<div id="navarea3">';
strFooter+='<ul>';
strFooter+='	<li>Copyright &#169 ' + amicayear + ' 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();
}

function advisorpopcase(url, name){
	var newWin
	newWin = window.open(url,name,"screenX=50,screenY=50,top=50,left=50, ,width=985,height=795,scrollbars=yes,resizable=yes");
	newWin.focus();
}
