var AY=((new Date()).getFullYear());
var yy=1900;if (document.all) yy=0;
function initArray() {this.length = initArray.arguments.length
         for (var i = 0; i < this.length; i++)
         this[i+1] = initArray.arguments[i]}
var TAGArray = new initArray("Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday");var MONArray = new initArray("January","February","March","April","May","June","July","August","September","October","November","December");var LastModDate = new Date(this.document.lastModified);var D=TAGArray[(LastModDate.getDay()+1)]+", ";var D1=LastModDate.getDate()+". ";var D2=MONArray[(LastModDate.getMonth()+1)]+" ";var D3=(LastModDate.getYear()+ yy);var a = "Last updated " +D+D1+D2+D3+ ". <br>";document.write("<center><table BORDER=0 COLS=1 WIDTH='80%'><tr>");document.writeln ("<td class='foot1'ALIGN='CENTER'>"+a+"&copy; Copyright 1999-"+AY+" by Fotowatch. All rights reserved.<br>");var tempL = new String(document.location);var start;var end;var newLocation = new String();start = tempL.indexOf("//") + 2;newLocation = tempL.substring(start,tempL.length);newLocation = newLocation.substring(0,newLocation.indexOf("/"));document.write(newLocation+"<BR>");var wm = "webmaster";var ws = "fotowatch.com";document.write("URL: " + unescape(document.URL)+"</td></tr></table></center>");document.write("<br><font size=1 face=\"Arial\"><center class='lnkbl'><b>If you have comments or questions about this web site, please send e-mail to <a href=\"mailto:"+ wm + '@' + ws + "\">" + wm + '@' + ws + "</a></b></center></font>\n");
