function copyright()
{
   document.writeln("<table class=\"Main_Page\" width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">");
      document.writeln("<tr>");
         document.writeln("<td>\&nbsp;</td>");
         document.writeln("<td colspan=\"6\" align=\"center\"><p class=\"Bottom_Link\"><br>\&copy; REM Gallery, 2010</p></td>");
         document.writeln("<td>\&nbsp;</td>");
      document.writeln("</tr>");
   document.writeln("</table>");
}

