document.write("<div id='footer'>");
	document.write("<table width='100%'>");
		document.write("<tr>");
			document.write("<img src='../images/bar.gif' width='100%'' height='5' />");
      document.write("<td class='left'>");
		  document.write("Library Association of Singapore <br />");
			document.write("c/o National Library Board <br />");
			document.write("100 Victoria Street #14-01 <br />");
			document.write("Singapore 188064 <br />");
			document.write("All rights reserved. <br />");
			document.write("</td>");
			document.write("<td class='right'>");
			document.write("This site is best viewed at a minimum screen resolution of 800 x 600, with<br /> ");
			document.write("Firefox 1.5+ or Internet Explorer 6.0+ with Javascript enabled.");
			document.write("</td>");
		document.write("</tr>");
	document.write("</table>");
document.write("</div>");
