<SCRIPT LANGUAGE="Javascript">
today = new Date()
if ((today.getHours() >=4) && (today.getHours() <=12)){
document.write("Good Morning. Have a rush job for the afternoon? We can handle it!")
}
if ((today.getHours() >12) && (today.getHours() <=18)){
document.write("Good afternoon. We can get that print job ready by tomorrow morning.")
}
if ((today.getHours() >18) && (today.getHours() <=23)){
document.write("Good evening. We will be here all night if you need us!")
}
if ((today.getHours() >=0) && (today.getHours() <4)){
document.write("Yes, we are working at this hour!")
}</SCRIPT>
Here is the actual page: http://w3.tvi.cc.nm....kyhawk/cp132/j2

New Topic/Question
Reply



MultiQuote




|