var HTMLstr;
var curDate=new Date();
var curYear;
curYear=curDate.getFullYear();

HTMLstr = "&nbsp<br><font size=1>&copy 2002-" + curYear + " ERISA Expertise LLC &nbsp;All Rights Reserved<BR>";
HTMLstr = HTMLstr+"<a target=_parent cy></a></font>";
document.write(HTMLstr);
