// ================ // ORIGINAL VERSION // ================ // Code author: Eric Lam // Author's contact: Eric@PhyZeek // Code month/year: January 2008 // ============ // THIS VERSION // ============ // Code author: Eric Lam // Author's contact: Eric@PhyZeek // Code date/month/year: 23 February 2008 // Version/Milestone: Web Edition GOLD (1.000.000) // Build Number: 230208-1800 document.write('You are here:'); // var YourDate = new Date(); // var YourHour = YourDate.getHours(); // function Get_Sal(){ // if(YourHour <= 11){Sal = "morning..."} // if(YourHour >= 12) {Sal = "afternoon..."} // if(YourHour >= 18) {Sal = "evening..."} // return Sal; // } // document.write('Good '+ Get_Sal() + ' ' // + 'for the latest news and events entry, please click'); // // document.write('Latest news:');