function InsertCopyright()
{
   document.writeln("<p align=\"center\" style=\"margin-top: 0; margin-bottom: 0\"><font face=\"Arial\" size=\"2\" color=\"#B02C00\">Copyright © 2003-2012, My Game Company. All rights reserved.</font>");
}
function InsertCopyright2()
{
   document.writeln("<p align=\"center\" style=\"margin-top: 0; margin-bottom: 0\"><font face=\"Arial\" size=\"2\" color=\"#FFFFFF\">Copyright © 2003-2012, My Game Company. All rights reserved.</font>");
}

