/*var t1='2008-5-22';
var t2='2008-7-23';
document.writeln("当前交通违法记录日期是从");
document.writeln (" " + t1 + " 至 " + t2 + "的数据。");
*/