var today = new Date();
var theWeekDay = today.getDay() + 1;
var theMonth = today.getMonth() + 1;
var theDay = today.getDate();
var theYear = today.getFullYear();
var theHours = today.getHours();
var theMins = today.getMinutes();
if (theMins < 10) {theMins = "0" + theMins};
var theSecs = today.getSeconds();
if (theSecs < 10) {theSecs = "0" + theSecs};

if (theWeekDay == 1) {theWeekDay = "Sunday"; }
if (theWeekDay == 2) {theWeekDay = "Monday"; }
if (theWeekDay == 3) {theWeekDay = "Tuesday"; }
if (theWeekDay == 4) {theWeekDay = "Wednesday"; }
if (theWeekDay == 5) {theWeekDay = "Thursday"; }
if (theWeekDay == 6) {theWeekDay = "Friday"; }
if (theWeekDay == 7) {theWeekDay = "Saturday"; }

if (theMonth == 1) {theMonth = "January"; }
if (theMonth == 2) {theMonth = "February"; }
if (theMonth == 3) {theMonth = "March"; }
if (theMonth == 4) {theMonth = "April"; }
if (theMonth == 5) {theMonth = "May"; }
if (theMonth == 6) {theMonth = "June"; }
if (theMonth == 7) {theMonth = "July"; }
if (theMonth == 8) {theMonth = "August"; }
if (theMonth == 9) {theMonth = "September"; }
if (theMonth == 10) {theMonth = "October"; }
if (theMonth == 11) {theMonth = "November"; }
if (theMonth == 12) {theMonth = "December"; }
	
var days = new Array(8);
days[1] = "Sunday";
days[2] = "Monday";
days[3] = "Tuesday";
days[4] = "Wednesday";
days[5] = "Thursday";
days[6] = "Friday";
days[7] = "Saturday";
var months = new Array(13);
months[1] = "January";
months[2] = "February";
months[3] = "March";
months[4] = "April";
months[5] = "May";
months[6] = "June";
months[7] = "July";
months[8] = "August";
months[9] = "September";
months[10] = "October";
months[11] = "November";
months[12] = "December";
var dateObj = new Date(document.lastModified);
var wday = days[dateObj.getDay() + 1];
var lmonth = months[dateObj.getMonth() + 1];
var date = dateObj.getDate();
var fyear = dateObj.getFullYear();
var Hours = dateObj.getHours();
var Mins = dateObj.getMinutes();
if (Mins < 10) {Mins = "0" + Mins};
var Secs = dateObj.getSeconds();
if (Secs < 10) {Secs = "0" + Secs};
function copyWrite() {

document.write('<center><b><p><font size="1" face="Verdana"><a href="http://www.freemasons-freemasonry.com/dequincey_rosicrucians_freemasons.html" target="_top">HISTORICO-CRITICAL INQUIRY INTO THE ORIGIN OF THE ROSICRUCIANS AND THE FREE-MASONS<BR>INDEX of the BOOK</a> <BR><BR> <a href="http://www.freemasons-freemasonry.com" target="_top">PSRFM Main Index Page</a> | <a href="http://www.freemasons-freemasonry.com/abcindex.html" target="_top">Alphabetical Index</a> | <a href="http://www.freemasons-freemasonry.com/new.html" target="_top">What is New</a> | <a href="http://www.freemasons-freemasonry.com/scholars.html" target="_top">Papers of Eminent Masonic Scholars</a> <br> <a href="http://www.freemasons-freemasonry.com/indexit.html" target="_top">Indice Saggi in Italiano</a> | <a href="http://www.freemasons-freemasonry.com/indexfrancaise.html" target="_top">Index des Essais en Langue Française</a> <br> <a href="http://www.freemasons-freemasonry.com/indicesportugues.html" target="_top">Índices Monografias em Português</a> | <a href="http://www.freemasons-freemasonry.com/indiceespanol.html" target="_top">Índice de Planchas Masonicas en Español</a> </font></p></b>');

document.write('<center><b><p><font size="1" face="Verdana"><A HREF="support.html"><IMG SRC="animgif/psbanner.gif" WIDTH="300" HEIGHT="40" BORDER="0" ALT="psbanner.gif "><br>Please, support P-S Review of FM.<br>CLICK HERE to add our banner to your website</A> </font></p></b>');

document.write("<div align=center><b>Copyright &copy; 1996 - " + theYear + " &copy; - PIETRE-STONES REVIEW OF FREEMASONRY - All rights reserved</b><br>No part of this website may be reproduced, downloaded, stored, or transmitted in any form or<br>by any means, without prior permission in writing from the copyright proprietor.<br><br> Today is " + theWeekDay + "&nbsp; " +theMonth + " " + theDay + ", " + theYear  + " " + theHours + ":" + theMins + ":" + theSecs + " <br> Last modified on " + wday + ", " + lmonth + " " + date + ", " + fyear + " " + Hours + ":" + Mins + ":" + Secs + "</div>");

document.write("<div align=center><SCRIPT LANGUAGE='JavaScript' SRC='http://lnx.freemasons-freemasonry.com/stats/php-stats.js.php'></SCRIPT></div>");

document.write("<div align=center><NOSCRIPT LANGUAGE='JavaScript' SRC='http://lnx.freemasons-freemasonry.com/stats/php-stats.php' border='0' alt=''></NOSCRIPT></div>");

document.write("<div align=center><font size='1' face='verdana'>Website optimized for Microsoft Explorer 6.0+. Best view with a screen resolution of 1024x768 pixels.</font></div>");

document.write("<div align=center><font size='1' face='verdana'>Visitors currently online:<SCRIPT LANGUAGE='JavaScript' SRC='http://lnx.freemasons-freemasonry.com/stats/view_stats.js.php?mode=0&style=0&digits=2'></SCRIPT></font></div>");

}

