
// ------------------------------------------------------------ 
// 
// 
//                      Sierra-design
// 
//                       Copyrighted
//                 All Rights Reserved
// 
//   ABSOLUTELY NO REPRODUCTION of the code contained in
//      this file and/or any element from this page is
//   permitted without written permission from Sierra design.
//   
//  
// 
// ------------------------------------------------------------ 



/* Styles */

if ((navigator.userAgent.indexOf("Win") != -1) || (navigator.userAgent.indexOf("Netscape6") != -1) || ((navigator.userAgent.indexOf("MSIE 5.0") != -1) && (navigator.userAgent.indexOf("Mac_PowerPC") != -1))){
document.write('<link rel="stylesheet" href="http://sierra-design.com/scripts/sd.css" type="text/css">');
} else {
document.write('<link rel="stylesheet" href="http://sierra-design.com/scripts/sd.css" type="text/css">');
	}



/* Copyright */

function copyrightDate(){
wriYr = new Date
var doYr = wriYr.getFullYear()
document.write("Copyright &#169 1999 - " + doYr + " Newton and Sons All Rights Reserved ")
}


