﻿document.writeln('<div class="footpad">Copyright &copy;2003-2010 <a href="mailto:webmaster@cpwschool.com">California Photographic Workshops</a>. All rights reserved.' )
document.writeln('<br />')
document.writeln('<b>Title:</b> ' + self.document.title)

/*
Last Modified Date script (by Candy)
For this and 100's more scripts, visit http://javascriptkit.com
Simply add the below into the <body> section of your page:
*/
var dayArray = new Array("Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday");
var monthArray = new Array("January","February","March","April","May","June","July","August","September","October","November","December");
var lastUpdate = new Date(document.lastModified);
var modifiedyear=lastUpdate.getYear()
if (modifiedyear<1000)
modifiedyear+=1900
document.write("<br>")
document.write("<b>Updated: </b>");
document.write(lastUpdate.getMonth()+1 + '/' + lastUpdate.getDate() + '/' + modifiedyear+ ' ')
document.write("</div>")