 function dateFormat(str)
 {
 	document.write(str.substr(0,str.length-9));
 }
