
function renderCopyRight()
{
	document.writeln("<tr>  ");
	document.writeln("<td height=\"9\">");
	document.writeln("<table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" bgcolor=\"#6487DC\">");
	document.writeln("<tr>");
	document.writeln("<td height=\"0\" class=\"top_text\">Copyright 2003-2008, Community Museums. All rights reserved</td>");
	document.writeln("</tr>");
	document.writeln("</table>");
	document.writeln("</td>");
	document.writeln("</tr>");
}

renderCopyRight();