function showtime() {
	setInterval("sj.innerHTML=new Date().toLocaleString()+'&nbsp;&nbsp;'+'星期'+'日一二三四五六'.charAt(new Date().getDay());",200);
}