var myDate = new Date();
var yr=myDate.getYear();
var mh=myDate.getMonth()+1;
var da=myDate.getDate();
myDate.getDay();
myDate.getTime(); 
myDate.getHours(); 
myDate.getMinutes(); 
myDate.toLocaleDateString();
var mytime=myDate.toLocaleTimeString(); 
myDate.toLocaleString( );  
var dates = yr+"年"+mh+"月"+da+"日";
var oDate = new Date();
var w = '星期' + '日一二三四五六'.substr(oDate.getDay(),1);
document.write('<div id="head_link" style="border-bottom:1px solid #CCCCCC; padding-bottom:5px; margin-bottom:10px; padding-top:10px;">');
document.write('<div style="float:left; width:auto;"><img src="/images/class/dian.gif">&nbsp;'+dates+' '+w+'</div>');
document.write('<div style="float:right; width:auto;">');

document.write('<a href="/">网站首页</a>&nbsp;|&nbsp;');
document.write('<a href="/plus/heightsearch.php">高级搜索</a>&nbsp;|&nbsp;');
document.write('<a href="/plus/sitemap.html">网站地图</a>&nbsp;|&nbsp;');
document.write('<a href="/plus/rssmap.html">RSS订阅</a>&nbsp;|&nbsp;'); 
document.write('【<a href="#" onclick=\'this.style.behavior=&quot;url(#default#homepage)&quot;;this.setHomePage(&quot;http://www.chuguo78.com/&quot;)\''); 
document.write('target="_self" language="javascript">设为首页</a>】【<a onClick="window.external.addFavorite(\'http://www.chuguo78.com\',\'出国之窗－您迈出国门，走向世界的窗口！\')" target="_self" href="#">加入收藏</a>】');
document.write('</div>');
document.write('</div>');


