
              function copyright()
                  {
                            var fontcolour="#bb940b";
                            var fontsize="2";
                            var fontstyle="Comic Sans MS";
                            var underline="NO";
  //                          var underline="YES";




                            if(underline=="NO"){underline=" STYLE=\"text-decoration: none\" ";}
                            else{underline=" ";}
                            document.write("<FONT FACE=\""+fontstyle+"\" COLOR=\""+fontcolour+"\" SIZE=\""+fontsize+"\"> &copy Copyright 2000 -"+new Date().getFullYear()+"</FONT><A HREF=\"http://www.emissarytothegods.com/publish/en/publish.php5" TARGET=\"_BLANK\""+underline+"><FONT FACE=\""+fontstyle+"\" COLOR=\""+fontcolour+"\" SIZE=\""+fontsize+"\"> David Gough</FONT></A><FONT FACE=\""+fontstyle+"\" COLOR=\""+fontcolour+"\" SIZE=\""+fontsize+"\"> All rights reserved.</FONT>");
                  } 


