// JavaScript Document function rollerCoster(id) { var txts = new Array(6);//Make a few Jokes - Ha Ha Ha txts[0] = "

\"Dr.

Isabelle Cherney, PhD
Psychology Professor
Director, Honors Program

\"Dr.

Isabelle Cherney, PhD
Psychology Professor
Director, Honors Program

"; txts[1] = "
  • Engineers think that equations approximate the real world.
  • Scientists think that the real world approximates equations.
  • Mathematicians are unable to make the connection.
"; txts[2] = "Q: How many Republicans does it take to screw in a light bulb?
A: Four hundred and seventy one:
"; txts[3] = "Error Messages and their Meanings...

It says: \"Press Any Key\"
It means: \"Press any key you like but I'm not moving.\"

It says: \"Please Wait....\"
It means: \"... Indefinitely.\"

It says: \"Directory does not exist....\"
It means: \".... any more. Whoops.\"

It says: 'Please insert disk 11'
It means: 'Because I know darn well there are only 10 disks.'"; txts[4] = "Pentium: redefining mathematics


Intel inside, Idiot Outside"; txts[5] = "You Know You've Been On The Computer Too Long When..."; document.getElementById("jokearea").innerHTML = txts[id]; }