
//Enter the amount of quotes you are using.
var quotnum = "15";

//In between the " "; enter in your message. Remember not to use double
//quote (") in your message. You may use a single quote (').

var sds = new Array(1000);
sds[0]="I keep eating these chicken caesar salads from the Peter Street Deli by my work. Why? Why do I do this? It's not even a deli and I have serious suspicions about the 'chicken'. Everything is deep fried and it all smells the same. Hot and sour soup? Smells like feet. Garden salad? Deep fried and smells like feet. And I always tip. I don't tip often, but always there. Why! On the good side, I do like their booths. They are good for reading. And at least their washroom is clean.<br><br><div align=center><hr width=100 size=1 color=Fuchsia></div><br>";
sds[1]="<a href='http://goaustralia.about.com/library/uccan4.htm' target='_blank'>Australian cuisine</a> scares me.<br><br><div align=center><hr width=100 size=1 color=Fuchsia></div><br>";
sds[2]="I have recently read the Dalemark Quartet series written by <a href='diana.html'>Diana Wynne Jones</a>. She is my most favorite author. =)<br><br><div align=center><hr width=100 size=1 color=Fuchsia></div><br>";
sds[3]="<font color=aqua>[Success: 19, Roll: 97]</font> You step forward, grasping your iron axe in one hand tightly and lifting it above your head, before striking downwards in a powerful blow aimed at a thug! Critical Hit! A thug teeters from a solid strike to his forehead.<br><br><div align=center><hr width=100 size=1 color=Fuchsia></div><br>";
sds[4]="'Her mouth opened and shut like a beautiful blonde fish.'<br><br><i>- End of the String (Suspense starring Stacy Harris)</i><br><br><div align=center><hr width=100 size=1 color=Fuchsia></div><br>";
sds[5]="(About New Years Eve 2003)<br><br><font color=lime><b>M e l a t o n i n says:</b></font><br>going out tonight?<br><font color=aqua><b>rocket girl says:</b></font><br>nah<br><font color=aqua><b>rocket girl says:</b></font><br>you?<br><font color=lime><b>M e l a t o n i n says:</b></font><br>nope..  been out for a little drink (singular)<br>staying in now<br><font color=aqua><b>rocket girl says:</b></font><br>awh<br><font color=aqua><b>rocket girl says:</b></font><br>no company?<br><font color=lime><b>M e l a t o n i n says:</b></font><br>no<br><font color=lime><b>M e l a t o n i n says:</b></font><br>but then, who needs people when you got stuff<br><font color=aqua><b>rocket girl says:</b></font><br>ROFL<br><font color=aqua><b>rocket girl says:</b></font><br>True<br><br><div align=center><hr width=100 size=1 color=Fuchsia></div><br>";
sds[6]="I once said...<br><br><div align=center><hr width=100 size=1 color=Fuchsia></div><br>";
sds[7]="<font color=lime><b>c1h8e2shire:</b></font><br>Im carefree<br><font color=lime><b>c1h8e2shire:</b></font><br>just like the gum<br><br><div align=center><hr width=100 size=1 color=Fuchsia></div><br>";
sds[8]="I am a nobody, nobody is perfect, therefore I am perfect.<br><br><small><i>- The Javascript site where I got this script from.</i></small><br><br><div align=center><hr width=100 size=1 color=Fuchsia></div><br>";
sds[9]="<font color=Yellow>Laci Peterson</font> - Posted Friday, April 18, 2003 - 9:20 PM EDT by <font color=lime>Klopinator</font><br><br>Does anyone care about this bitch anyway? How many people died in Iraq this month, and Laci Peterson is on top of the headlines! Fuck her!<br><br><div align=center><hr width=100 size=1 color=Fuchsia></div><br>";
sds[10]="There was a math puzzle here, but I got sick of looking at it. :-/<br><br>Freaking math!<br><br><div align=center><hr width=100 size=1 color=Fuchsia></div><br>";
sds[11]="Ever notice that people who spend money on beer, cigarettes, and lottery tickets are always complaining about being broke and not feeling well?<br><br><small><i>- The Javascript site where I got this script from.</i></small><br><br><div align=center><hr width=100 size=1 color=Fuchsia></div><br>";
sds[12]="<font color=lime>Kalis thinks aloud:</font> kidnapping just leads to jail, not much of a workout in jail.<br><br><font color=lime>Manbear thinks aloud:</font> *cough* no comment.<br><br><div align=center><hr width=100 size=1 color=Fuchsia></div><br>";
sds[13]="<font color=lime>Yakkee thinks aloud:</font> Melo, you mind if I name a dog after you?<br><font color=lime>Melo thinks aloud:</font> you mind if your name reminds me of puking?<br><font color=lime>Yakkee thinks aloud:</font> no not really.<br><font color=lime>Melo thinks aloud:</font> well i mind<br><font color=lime>You think aloud:</font> thats hilarious.<br><br><div align=center><hr width=100 size=1 color=Fuchsia></div><br>";
sds[14]="I joined the gym by my work. All and all it was a good move, but I'm feeling muscles that I didn't know I had. Pilates so far is my favourite. After just one class I felt a difference. I highly recommend it.<br><br><div align=center><hr width=100 size=1 color=Fuchsia></div><br>";
sds[15]="I hate how Dictionary.com has a pop up once you hit 'Look it up'. To avoid this I use Mozilla's Firebird (or FireFox) to block the pops I come across. <a href='http://www.mozilla.org/products/firefox/' target='_blank'>Get it!</a><br><br><div align=center><hr width=100 size=1 color=Fuchsia></div><br>";


var arandomn=Math.random() * quotnum;
arandomn=Math.round(arandomn);
var daquote =sds[arandomn];

 document.write("<font face='Verdana, Arial, san-serif' size='2' color='White'>"+daquote+"</font>");



