var lastUpdate = "February 5, 2010"

var copyRight = "Copyright &copy; 2010 Chicago North Chinese School. All rights reserved."



function footer() {

 document.write('<HR WIDTH="750" SIZE="1" ALIGN="CENTER" COLOR="#999999" NOSHADE>' +

								'<div CLASS="copyRight">' +

								copyRight +

								'<BR>Last update on ' +

								lastUpdate +

								'.</div>' +
								
								'<div style="text-align: right; margin-top: -30px;"><a href="http://www.facebook.com/group.php?gid=136400452011&ref=ts" target="_blank"><img src="../images/icon_facebook_footer.png" border=0></a>' +
								
								' <span style="text-decoration: underline; position: relative; top: -10px; margin-right: 20px;"><a href="http://www.facebook.com/group.php?gid=136400452011&ref=ts" target="_blank" style="color: #666666">facebook</a></span><div>')

}

function footerIndex() {

 document.write('<SPAN CLASS="copyRight">' +

								copyRight +

								'<BR>' +

								' Last update on ' +

								lastUpdate +

								'.' +
								
								'<BR>' +

								'<BR>' +

								'<a href="http://www.facebook.com/group.php?gid=136400452011&ref=ts" target="_blank"><img src="images/icon_facebook_footer_32x32.png" border=0></a>' +
								
								' <span style="text-decoration: underline; position: relative; top: -10px; margin-right: 20px;"><a href="http://www.facebook.com/group.php?gid=136400452011&ref=ts" target="_blank" style="color: #666666">facebook</a></span>' +
								
								'</SPAN>')

}

