<!--//

//Enter the amount of quotes you are using.
var quotnum = "47";

//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]="brought to you";
sds[1]="posted on";
sds[2]="published on";
sds[3]="uploaded on";
sds[4]="spawned on";
sds[5]="created on";
sds[6]="birthed";
sds[7]="made";
sds[8]="made whole";
sds[9]="typed up";
sds[10]="appeared on";
sds[11]="showed up";
sds[12]="contributed on";
sds[13]="generated";
sds[14]="written";
sds[15]="fathomed";
sds[16]="thought up";
sds[17]="introduced";
sds[18]="added";
sds[19]="grown";
sds[20]="issued";
sds[21]="transcribed";
sds[22]="composed";
sds[23]="formulated";
sds[24]="imagined";
sds[25]="originated";
sds[26]="established";
sds[27]="envisioned";
sds[28]="realized";
sds[29]="envisaged";
sds[30]="unleashed";
sds[31]="put here";
sds[32]="updated";
sds[33]="just in, this";
sds[34]="brought about";
sds[35]="logged";
sds[36]="observed";
sds[37]="conceieved";
sds[38]="began existance";
sds[39]="activated";
sds[40]="thumbed";
sds[41]="contrived";
sds[42]="started life";
sds[43]="culled on";
sds[44]="devised";
sds[45]="placed here";
sds[46]="dreamt up";
sds[47]="pushed";
sds[48]="<A HREF='http://www.theonion.com/'>America's Finest News Source</a>";
sds[49]="<A HREF='lan/index.html'>Spring Break Lan 2003</a> is over.  The aftermath?";
sds[50]="<em>This place needs more actual content.  Let's begin.</em>";
sds[51]="<A HREF='http://www.everything2.com/index.pl?node_id=1391199'>On the humorous nature of peanut butter (idea)</A>";
sds[52]="<A HREF='http://www.everything2.com/index.pl?node_id=1364177'>My life goal, unfulfilled (idea)</A>";
sds[53]="<A HREF='http://www.everything2.com/index.pl?node_id=1454007'>Best...Drink...EVER (thing)</A>";
sds[54]="<A HREF='http://www.everything2.com/index.pl?node_id=668028'>The guy who may as well already be dead and therefore doesn't care about the consequences of his actions and is able to move with perfect freedom for the remainder of what will likely be a tragically short life (person)</a>";
sds[55]="<A HREF='http://www.everything2.com/index.pl?node_id=1454410'>Somewhere, there's a universe with your name on it, spelled out in consecutive constellations (place)</a>";
sds[56]="<A HREF='http://www.everything2.com/index.pl?node_id=1313586'>Caught between yes and maybe (idea)</a>";
sds[57]="<A HREF='http://www.everything2.com/index.pl?node_id=1310610'?Terrible things men say to women they're supposed to love (thing)</a>";
sds[58]="";
sds[59]="";
sds[60]="";
sds[61]="";
sds[62]="";
sds[63]="";
sds[64]="";
sds[65]="";
sds[66]="";
sds[67]="";
sds[68]="";
sds[69]="";
sds[70]="";
sds[71]="";
sds[72]="";
sds[73]="";
sds[74]="";
sds[75]="";
sds[76]="";
sds[77]="";
sds[78]="";
sds[79]="";
sds[80]="";
sds[81]="";
sds[82]="";
sds[83]="";
sds[84]="";
sds[85]="";
sds[86]="";
sds[87]="";
sds[88]="";
sds[89]="";
sds[90]="";
sds[91]="";
sds[92]="";
sds[93]="";
sds[94]="";
sds[95]="";
sds[96]="";
sds[97]="";
sds[98]="";
sds[99]="";
sds[100]="";

var arandomn=Math.random() * quotnum;
arandomn=Math.round(arandomn);
var daquote =sds[arandomn];

 document.write(daquote);

//-->
