
<!-- Hide this script from old browsers --
/*
   */
  today = new Date()
    if(today.getMinutes() < 10){ 
        pad = "0"}
    else  
    pad = "";
  document.write    ;if((today.getHours() <=6) && (today.getHours() >=7)){
document.write("<LEFT>Good Morning!  Welcome to aPo-EvNeT.")
}
   if((today.getHours() >=7) && (today.getHours() <=8)){
document.write("<LEFT>Good Morning!  Welcome to aPo-EvNeT.")
}
   if((today.getHours() >=9) && (today.getHours() <=11)){
document.write("<LEFT>Good Morning!  Welcome to aPo-EvNeT.")
}
    if((today.getHours() >=12) && (today.getHours() <=13)){
document.write("<LEFT>Good Afternoon!  Welcome to aPo-EvNeT.")
} 
    if((today.getHours() >=14) && (today.getHours() <=17)){
document.write("<LEFT>Good Afternoon!  Welcome to aPo-EvNeT.")
}      
    if((today.getHours() >=18) && (today.getHours() <=19)){
document.write("<LEFT>Good Evening! Welcome to aPo-EvNeT.")
}
    if((today.getHours() >=20) && (today.getHours() <=21)){
document.write("<LEFT>Good Evening!  Welcome to aPo-EvNeT.")
}
    if((today.getHours() >=22) && (today.getHours() <=23)){
document.write("<LEFT>Good Evening!  Welcome to aPo-EvNeT.")
}
    if((today.getHours() >=23) && (today.getHours() <=0)){
document.write("<LEFT>Good Evening!  Welcome to aPo-EvNeT.")
}
    if((today.getHours() >=0) && (today.getHours() <=1)){
document.write("<LEFT>You're up late! Welcome to aPo-EvNeT.")
}
    if((today.getHours() >=2) && (today.getHours() <=3)){
document.write("<LEFT>Good Morning!  Welcome to aPo-EvNeT.")
}
   if((today.getHours() >=4) && (today.getHours() <=5)){
document.write("<LEFT>You're up early! Welcome to aPo-EvNeT.")
}
// -- End Hiding Here -->
