// SIGNATUR.JS

// Single line call to provide an automatic Date Stamp with a designer signature on a web page
// call the function as a generic JavaScript function and place it on the page where you want the Date Stamp
// From within the web page use the following call 
//               <SCRIPT src="../_SCRIPTS/SIGNATUR.JS" type=text/javascript></SCRIPT>


document.write('<p align=center><FONT SIZE=-1>');

document.write('Copyright &copy; 2004 - 2010 Stony Plain Cowboy Poetry. All rights reserved.<br>');

document.write('Design by <a href="http://www.werewolf.ca/" target="_blank">Werewolf Web Design Services</a><br>');

document.write('</FONT></p>');

// End of function
// Written by Werewolf Web Designs - www.werewolf.ca
 
