// JavaScript Document
<!-- This script and many more are available free online at -->

<!-- The JavaScript Source!! http://javascript.internet.com -->
<!-- Begin

document.write("<font face=Arial, Helvetica, sans-serif color=#2A2A00 size=2><b>")

day = new Date()

hr = day.getHours()

if (hr == 1)

document.write("Good morning, Climber!")

if (hr == 2)

document.write("Hey, The bars must be closed!")

if (hr == 3)

document.write("Hey, Stop looking at the routes and get some sleep!")

if (hr == 4)

document.write("Gettin' up early for the crag?")

if (hr == 5)

document.write("Whoa! It's daylight get out and climb!")

if (hr == 6)

document.write("Hey, isn't it way too early to be using your computer?")

if ((hr == 7) || (hr == 8) || (hr == 9) || (hr == 10))

document.write("Good Morning, Climber!")

if (hr == 11)

document.write("NOON ... Shouldn't you be climbing?")

if (hr == 12)

document.write("Time to get outside and climb!")

if (hr == 14)

document.write("Looking for Afternoon Route Beta?")

if ((hr == 13) || (hr == 15) || (hr == 16))

document.write("Good Afternoon, Climber!")

if ((hr == 17) || (hr == 18) || (hr == 19) || (hr == 20) || (hr == 21) || (hr == 22))

document.write("Good Evening, Climber! <br> Welcome to prime time on the web!")

if (hr == 23)

document.write("Aren't you sleepy yet?")

if (hr == 0)

document.write("Go to bed and dream about your next big climb!")

document.write("</font><b>")

// End -->

