
<!-- Hide this script from old browsers --
/*
   */
  today = new Date()
    if(today.getMinutes() < 10){ 
        pad = "0"}
    else  
    pad = "";
  document.write    ;if((today.getHours() <=4) && (today.getHours() >=7)){
document.write("<FONT SIZE=3 color=red><LEFT>Magandang Umaga Po. Good Morning. </FONT>")
}
   if((today.getHours() >=6) && (today.getHours() <=8)){
document.write("<FONT SIZE=3 color=navy><LEFT>Magandang Umaga Po. Good Morning. </FONT>")
}
   if((today.getHours() >=9) && (today.getHours() <=11)){
document.write("<FONT SIZE=3 color=FF8C00><LEFT>Magandang Umaga Po. Good Morning. </FONT>")
}
    if((today.getHours() >=12) && (today.getHours() <=13)){
document.write("<FONT SIZE=3 color=violet><LEFT>Magandang Hapon Po. Good Afternoon. </FONT>")
} 
    if((today.getHours() >=14) && (today.getHours() <=17)){
document.write("<FONT SIZE=3 color=magenta><LEFT>Magandang Hapon Po. Good Afternoon. </FONT>")
}      
    if((today.getHours() >=18) && (today.getHours() <=19)){
document.write("<FONT SIZE=3 color=FF4500><LEFT>Magandang Gabi Po. Good Evening. </FONT>")
}
    if((today.getHours() >=20) && (today.getHours() <=21)){
document.write("<FONT SIZE=3 color=4682B4><LEFT>Magandang Gabi Po. Good Evening. </FONT>")
}
    if((today.getHours() >=22) && (today.getHours() <=23)){
document.write("<FONT SIZE=3 color=FF00FF><LEFT>Magandang Gabi Po. Good Evening. </FONT>")
}
    if((today.getHours() >=0) && (today.getHours() <=1)){
document.write("<FONT SIZE=3 color=green><LEFT>You're up late, My Friend. </FONT>")
}
    if((today.getHours() >=2) && (today.getHours() <=3)){
document.write("<FONT SIZE=3 color=magenta><LEFT>You're up late, Night Crawler.</FONT>")
}
   if((today.getHours() >=4) && (today.getHours() <=5)){
document.write("<FONT SIZE=3 color=FF1493><LEFT>Wow You're up early!</FONT>")
}
// -- End Hiding Here -->

