 function showdate(){
 var today=new Date();
 date=today.getDate();
 month=today.getMonth();
 month=month+1;
 if(month<=9) month="0"+month;
 year=today.getYear();
 document.write(year,"年",month,"月",date,"日");
 }
 
function favor(){
window.external.addFavorite('http://cdsf.org.cn','中国体育舞蹈联合会')
}