//Include the following line in the head of any html doc you want to use the year in
//<SCRIPT type="text/javascript" LANGUAGE="JavaScript" src="stuff.js"></SCRIPT>

//Current Year
//Include the code below to write the current year in a html document
//<SCRIPT LANGUAGE="JavaScript">document.write(currentYear);</SCRIPT>

var currentYear = '2009';