function outbottom()
{
var currdate = new Date()
var curryear = currdate.getYear();
if(curryear<2003) curryear =2003;

document.write('Copyright(C) 2000－'+curryear+' 北京四中网校</td>');
}