<!-- Modified from earlier scripts by Mark A. Foster, Ph.D. 
document.write("It is now ");
document.write(Date()+".") 
function greeting()
{
var today = new Date();
var hrs = today.getHours();
document.writeln(" ");
document.write("<span style='color:#8b4513;font-size:19px;font-weight:bold;font-family:arial,helvetica'>");
if (hrs < 6)
document.write("<span style='font-style:italic'>Subtext</span> is produced by <a target='_top' href='http://fosterservices.com/' style='font-style:italic' title='Mark A. Foster Services'>Mark A. Foster Services</a>&trade;, a sole proprietorship of <a target='_top' href='http://www.markfoster.net/' style='font-style:italic' title='The MarkFoster.NETwork'>The MarkFoster.NETwork</a>&trade;. I hope you are enjoying the late night hours.");
else if (hrs < 12)
document.write("<span style='font-style:italic'>Subtext</span> is produced by <a target='_top' href='http://fosterservices.com/' style='font-style:italic' title='Mark A. Foster Services'>Mark A. Foster Services</a>&trade;, a sole proprietorship of <a target='_top' href='http://www.markfoster.net/' style='font-style:italic' title='The MarkFoster.NETwork'>The MarkFoster.NETwork</a>&trade;. How are you this fine morning?");
else if (hrs < 14)
document.write("<span style='font-style:italic'>Subtext</span> is produced by <a target='_top' href='http://fosterservices.com/' style='font-style:italic' title='Mark A. Foster Services'>Mark A. Foster Services</a>&trade;, a sole proprietorship of <a target='_top' href='http://www.markfoster.net/' style='font-style:italic' title='The MarkFoster.NETwork'>The MarkFoster.NETwork</a>&trade;. I hope that you are having a very pleasant early afternoon.");
else if (hrs < 17) document.write("<span style='font-style:italic'>Subtext</span> is produced by <a target='_top' href='http://fosterservices.com/' style='font-style:italic' title='Mark A. Foster Services'>Mark A. Foster Services</a>&trade;, a sole proprietorship of <a target='_top' href='http://www.markfoster.net/' style='font-style:italic' title='The MarkFoster.NETwork'>The MarkFoster.NETwork</a>&trade;. I hope that you are having a very pleasant late afternoon.");
else
document.write("<span style='font-style:italic'>Subtext</span> is produced by <a target='_top' href='http://fosterservices.com/' style='font-style:italic' title='Mark A. Foster Services'>Mark A. Foster Services</a>&trade;, a sole proprietorship of <a target='_top' href='http://www.markfoster.net/' style='font-style:italic' title='The MarkFoster.NETwork'>The MarkFoster.NETwork</a>&trade;. I hope that you are having a restful and relaxing evening.</span>");
} 
greeting();
// End -->
