// JavaScript Document

// CopyRight code

function copyrightDate(){
wriYr = new Date
var doYr = wriYr.getFullYear()
document.write(doYr)
}


/* Add this text to the HTML page
All content copyright 
<SCRIPT type="text/javascript">
		  <!--
		  copyrightDate()
		  //-->
		  </SCRIPT> . All rights reserved.

*/
