// Copyright 2006 by Lexiteria LLC. 
//for more information please contact contact(at)lexiteria(dot)com

 today = new Date()
var header = (customDateString(today)).italics()
header += "<br /> <br />Good ";
header += dayPart(today) + " to you all!";
document.write(header)