<!--

//var Now= new Date();
//var mhour=Now.getHours();
//var words = new Array();
//var x = (mhour)%24;

var Now= new Date();
var mHour=Now.getHours(); // 0-23 hour into day
var mMonth=Now.getMonth(); // 0-11 month into year
var mDate = Now.getDate(); // 0-30 day into month

var words = new Array();
var x = mHour+mMonth+mDate;

words[0] = "The great tragedy of science.";
words[1] = "Consult the Book of Armaments.";
words[2] = "We'll sneak into your night and fill your head with *break;*.";
words[3] = "Part of the autonomous collective.";
words[4] = "Now 100% organic.";
words[5] = "Shifting the paradigm outside the box.";
words[6] = "Yes, the 'f' is supposed to be lowercase. It's stylish.";
words[7] = "As unique as everywhere else.";
words[8] = "1.799x10^12 furlongs per fortnight";
words[9] = "Vos teneo quare!";
words[10] = "The site responsible for bursting the tech bubble.";
words[11] = "Now with 20% more empty fluff.";
words[12] = "Come see the violence inherent in the system.";
words[13] = "Forgetting to update since 1996.";
words[14] = "Abandon all hope ye who have entered cyberspace.";
words[15] = "Moving at the speed of time!";
words[16] = "Almost as exciting as Vermont.";
words[17] = "You don't frighten us, English pig-dog!";
words[18] = "A man should know his limits.";
words[19] = "Pie Jesu domine, dona eis requiem.";
words[20] = "The denial of reality.";
words[21] = "Some things are better off forgotten.";
words[22] = "Don't force it; get a larger hammer.";
words[23] = "The world will end in 5 minutes. Please log out...";
words[24] = "A journey down the path of indiscretions.";
//words[25] = "";
//words[26] = "";
//words[27] = "";
//words[28] = "";
//words[29] = "";
//words[30] = "";
//words[31] = "";
//words[32] = "";
//words[33] = "";
//words[34] = "";
//words[35] = "";
//words[36] = "";
//words[37] = "";
//words[38] = "";
//words[39] = "";
//words[40] = "";
//words[41] = "";
//words[42] = "";
//words[43] = "";
//words[44] = "";
//words[45] = "";
//words[46] = "";
//words[47] = "";
//words[48] = "";
//words[49] = "";
//words[50] = "";
//words[51] = "";
//words[52] = "";
//words[53] = "";
//words[54] = "";
//words[55] = "";
//words[56] = "";
//words[57] = "";
//words[58] = "";
//words[59] = "";
//words[60] = "";
//words[61] = "";
//words[62] = "";
//words[63] = "";
//words[64] = "";
phrases = words.length - 1;
while(x > phrases){
	x = x - phrases;
}


document.write(words[x]);
//-->
