<!--
			var r_text = new Array ();
			r_text[0] = "&#147;I laugh in the face of Death... Maybe not laugh; more like a snicker... A quiet snicker, and I wouldn't do it directly in Death's face so, it's more like a quiet snicker behind Death's back.&#148;<br />~ <i>Hali</i>";
			r_text[1] = "&#147;Mom. I sit next to a dragon in Cooking class. What if he decides to <i>eat me!</i> &#148;<br />~ <i>Kris Andersen - Fairy Tale</i>";
			r_text[2] = "&#147;Dragons are overly stereotyped. Do I look like the kinda guy to kidnap girls and hoarde mountains of treasure?...Okay, don't answer that one.&#148;<br />~ <i>Ryu Kasai - Fairy Tale</i>";
			r_text[3] = "&#147;Staff! I am a <i>staff!</i>&#148;<br /> ~ <i>Prophecy AKA &#147Prof&#148;</i>";
			r_text[4] = "&#147;We envied the gods. For that we were punished.&#148;<br /> ~ <i>Aerrie - Snow</i>";
			r_text[5] = "&#147;I had to be on time, right?&#148; he replied. &#147;It was either I starve and look presentable, or I eat and come in my pajamas. I made a compromise.&#148;<br /> ~ <i>Wilykai Wilson - Forsaken Game</i>";
			r_text[6] = "&#147;O Fiend of all Fiends, you may fix [your door] now. I believe we are done destroying your house for a time.&#148;<br /> ~ <i>Real - Patchwork</i>";
			r_text[7] = "&#147;Ah, but mademoiselle, this barbarian is naught but a foolish bard, intent on robbing the hearts of fair maidens. I could do nothing but defend these poor, young damsels in distress!&#148;<br /> ~ <i>Real (refering to Wilykai) - Patchwork</i>";
			var i = Math.round(7*Math.random());

			document.write(r_text[i]);

			//-->