<style>
.shd {border-top-width: 1px;
border-top-style: solid;
border-top-color:white;
border-left-width: 1px;
border-left-style: solid;
border-left-color:skyblue;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: blue;
border-right-width: 1px;
border-right-style: solid;
border-right-color:yellow;
color:white ;font:9pt Verdana;
background-color: black}
.shd2 { color:red ;font:9pt Verdana; }
.shd3 { color:orange ;font:9pt Verdana; }
.shd4 { color:green ;font:9pt Verdana; }
</style>
<script language="JavaScript"></script>
function greeting(){
var today = new Date();
var hrs = today.getHours();
document.writeln("<TABLE width=220 cellSpacing=2 cellPadding=2 class=shd>");
document.write("<tr><td COLSPAN=7 align=center class=shd>¸÷λºÃ£º");
if (hrs < 6)
document.write("(Early) Morning");
else if (hrs < 12)
document.write("Ô糿£¡");
else if (hrs <= 18)
document.write("Îç°²£¡");
else
document.write("Íí°²£¡");
document.writeln("<tr><td CO