
today=(new Date()).toString();
idx = today.lastIndexOf(" ");			
document.write(today.substring(0, today.lastIndexOf(" ", idx-6)) + ", " + today.substring(idx));
