<!-- Standard variable definitions for web site
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
// This file is included for Global setings and it requires monthly changing
// as well as changing whenever the site has changed (upDated var)
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
// Modified 01/01/12 JS

var cpRight = "1991 - 2012"; 	// copyright year variable



// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
// the following function inserts the copyright year--requires changing yearly
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 

 function insertCpyRight (){
    document.write("&#169; " +cpRight);
   
  }
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 



