
function datum()
{
text = new Array();
text = "2012-01-07";
document.write(text);
}

