// JavaScript Document
var quotes = new Array;
quotes.push("hello, sleepyhead");
quotes.push("welcome to HQX");
quotes.push("grow your giraffe ears");
quotes.push("you've found hogaboom.org");
quotes.push("im in ur nighttime<br>sleepin in ur grazz");
document.write(quotes[(Math.floor(Math.random() * quotes.length))]);