var d=new Date();var hour=d.getHours();
if(hour < 12)
{document.write("Good Morning<br>from Calvert County Maryland!");
}
else if(hour < 18)
{document.write("Good Afternoon<br>from Calvert County Maryland!");
}
else
{document.write("Good Evening<br>from Calvert County Maryland!");}



