var footerText = "";
var d=new Date();
var year=d.getFullYear();
footerText += "<table bgcolor='#c0cad8' border='0' cellpadding='0' cellspacing='0' width='992' class='footer' height='25' id='Table7'>";
footerText += "	<tr valign='Middle'>";
footerText += "		<td id='leftMargin'><img src='/images/spacer.gif' alt='' width='21' height='1'></td>";
footerText += "		<td id='copyright'>&copy; ";
footerText += year;
footerText += " RegenceRx. All rights reserved.</td>";
footerText += "		<td id='privacyCell' align='left' width='740'>&nbsp; &nbsp; &nbsp;<a href='http://www.regence.com/legal/ethics-and-compliance.jsp' target='_blank'>Regence Ethics</a><font color='Gray'> &nbsp;|&nbsp; </font><a href='http://www.regence.com/legal/fraud-and-abuse.jsp'>Fight Fraud</a><font color='Gray'> &nbsp;|&nbsp; </font><a href='/privacy.html'>Privacy Policy</a></td>";
footerText += "	</tr>";
footerText += "</table>";
	
document.write(footerText);