<!-- The script below automatically updates the copyright year for all pages of the web site -->
<!-- Begin
function write_date() 
{ 
var thetime=new Date(); 
var nyear=thetime.getYear(); 
if (nyear<=99) 
 nyear= "19"+nyear; 
if ((nyear>99) && (nyear<2000)) 
nyear+=1900; 
document.write('&	Northern Pride 2004-' + nyear); 
} 
// End -->
