");
}
function DateBox(namestr,valuestr)
{ var now = new Date();
var year = now.getYear();
var month = now.getMonth()+1;
var date = now.getDate();
if (valuestr=="")
{
valuestr=year+"-"+month+"-"+date;
}
document.write("
");
}
function DateBox3(namestr,valuestr)
{ //var now = new Date();
// var year = now.getYear();
//var month = now.getMonth()+1;
// var date = now.getDate();
// if (valuestr==""){
//valuestr=year+"-"+month+"-"+date;}
document.write("
");
}
function DateBox2(namestr,valuestr)
{ var now = new Date();
var year = now.getYear();
var month = now.getMonth()+1;
var date = now.getDate();
if (valuestr==""){
valuestr=year+"-"+month+"-"+date;}
document.write("
");
}
function DateBox1(namestr,valuestr)
{ //var now = new Date();
// var year = now.getYear();
//var month = now.getMonth()+1;
// var date = now.getDate();
// if (valuestr==""){
//valuestr=year+"-"+month+"-"+date;}
document.write("
");
}
//-->