
/* --- --- ---
   PROGRAM: 		wdc4seis@bj_footer.js
   PROGRAMMER: 		Zou Liye (zouly)
   FUNCTION: 		WDC4SEIS@BJ footer information
   HOME PAGE: 		WDC4SEIS@BJ
   WEB SERVER: 		http://www.csndmc.ac.cn (http://210.72.96.165)
   DB SERVER: 		http://www.csndmc.ac.cn (http://210.72.96.165)
   CREATION: 		2008/04/20
   UPDATE: 		2008/04/20
*/



var webServer = 'http://www.csndmc.ac.cn';   // Web server
var pagePath = 'wdc4seis@bj';    // Path where the web pages are saved

var today = new Date ();
var thisYear = today.getFullYear ();
var startYear = 2004;   // Year of building the WDC4SEIS@BJ web site
var endYear = thisYear;   // This year

// Web pages
document.open ();

document.write ('  <hr size="3" color="#5151A2" /> ' + '\n');
if (endYear > startYear)
  {document.write (startYear + '~' + endYear);
  }
 else
  {document.write (startYear);
  }
// document.write ('  &nbsp;&nbsp;&nbsp;Copyrighted & produced by <a href="' + webServer + '/' + pagePath + '/intro/cenc/intro.jsp" target="_top">China Earthquake Networks Center (CENC)</a>. ' + '\n');
document.write ('  &nbsp;&nbsp;&nbsp;Copyrighted & produced by China Earthquake Networks Center (CENC). ' + '\n');
document.write ('  &nbsp;&nbsp;&nbsp;All rights reserved. <br/> ' + '\n');
document.write ('  <span> ' + '\n');
document.write ('    <a href="' + webServer + '/' + pagePath + '/intro/cenc/intro.jsp" target="_top"> ' + '\n');
document.write ('      <img src="' + webServer + '/' + pagePath + '/images/cenc.gif" border="0" alt="China Earthquake Networks Center (CENC) "/> ' + '\n');
document.write ('    </a> ' + '\n');
document.write ('  </span> ' + '\n');

document.close ();
// End of the web pages



// EOF script wdc4seis@bj_footer.js



