var displayFooter = '<table width="100%"> \n' +	
							'<tr><td height="40"></td></tr>	\n' +
							'<tr><td bgcolor="#CCCCCC" height="1" width="450"></td></tr> \n' +
							'<tr><td height="3"></td></tr> \n' +
							'<tr><td align="right" class="featuresnormal">Copyright 1996-2010 XL Group plc, <i>All rights reserved</i><font color="#CCCCCC">|</font> \n' +
								'<a class="normal_link" href="http://www.xlgroup.com/xlg/xlg/xlcsubnav.jsp?lobbyname=legal" target="new">Legal Notices</a>  \n' +
								'<font color="#CCCCCC">|</font> <a class="normal_link" href="http://www.xlgroup.com/xlg/xlg/xlcsubnav.jsp?lobbyname=privacy" target="new">Privacy</a> \n' +
								'</td> \n' +
							'</tr> \n' +
							'<tr><td height="20"></td></tr> \n' +
						'</table>';
document.write(displayFooter);
