How To Blog: Add Vertical Navigation Menu In Blog with Hover St...: In previous Article I told you about Vertical Navigation Menu with hover fader and animated effects. In this Article i will tell you abo...
<pre class='brush:js;'>
<script type="text/javascript">
var d = new Date();
var time = d.getHours();
if (time < 10) {
document.write("<b>Good morning</b>");
} else {
document.write("<b>Good day</b>");
}
</script>
pre>