

//<script language="JavaScript">
//<!-- HIDE FROM OTHER BROWSERS

function quoteList(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z,aa,bb,cc,dd,ee,ff,gg,hh,ii,jj,kk,ll,mm,nn,oo,pp,qq,rr,ss,tt,uu,vv,ww,xx,yy,zz)
{
// DEFINE NINE-ELEMENT OBJECT
this[0] = a;
this[1] = b;
this[2] = c;
this[3] = d;
this[4] = e;
this[5] = f;
this[6] = g;
this[7] = h;
this[8] = i;
this[9] = j;
this[10] = k;
this[11] = l;
this[12] = m;
this[13] = n;
this[14] = o;
this[15] = p;
this[16] = q;
this[17] = r;
this[18] = s;
this[19] = t;
this[20] = u;
this[21] = v;
this[22] = w;
this[23] = x;
this[24] = y;
this[25] = z;
this[26] = aa;
this[27] = bb;
this[28] = cc;
this[29] = dd;
this[30] = ee;
this[31] = ff;
this[32] = gg;
this[33] = hh;
this[34] = ii;
this[35] = jj;
this[36] = kk;
this[37] = ll;
this[38] = mm;
this[39] = nn;
this[40] = oo;
this[41] = pp;
this[42] = qq;
this[43] = rr;
this[44] = ss;
this[45] = tt;
this[46] = uu;
this[47] = vv;
this[48] = ww;
this[49] = xx;
this[50] = yy;
this[51] = zz;
}

function selectQuote(list)
{
// SELECT RANDOM TEXT
var quote = Math.floor(Math.random() * 52);

// WRITE TEXT
document.writeln(list[quote] + "<BR>");
}

// DEFINE SELECTION LIST
choices = new quoteList
("....i'm not paranoid..get out of my head","....my computer is talking about me","...jealous guys","....the sea will someday inundate us","...the whole room is looking at me","...my neighbor is psychic","......you're invading my computer","....i am god","..I fear that all the webcams of the world are being recorded and monitored by the CIA","....why do they all hate me?","......dead souls are watching me","......i'm not wearing clean underwear","..i fear fear","...my flatmate is trying to get rid of me","......they are reading my mail.......i know they are",".....they had me before i existed so they are always ahead of me","..........space aliens replaced the paperboy","....spikes dripping blood blocking passage","....doctors who make mistakes",".....if i dont donate to the DEA when they call they will monitor my house for drugs","....everything is just a false temporary conviction..","..soft sensual slime as it oozes between my toes",".....i am a fake","..........the police are watching me",".....I am a sick melancholic pervert",".....people who sing in the street",".....my computer is talking about me","..........foam and dust and unerasable little beatles everywhere",".....malevolent spiders spying","..i'll never have sex again",".....someone is always watching me when i am alone",".....everyone around me is humouring me and they're running out of patience",".....dark and crazy","..secret eye in the elevator",".....cockroaches in bed laying eggs in my crevices",".....my heart is dead",".....my dead grandma sees me masturbating",".....i'll never become holy",".....i stink from my mouth",".....everybody is sucking on my intellect",".....i wanna be crazy","......the government is constantly upgrading its record on me",".....why do they all hate me?",".....long nights",".....losing my religion",".....zelda doesnt love me","...my asthma is killing me","..drug induced people laughing at me.....the whole club turning against me to humilliate me",".....all cars are driven by the police",".....i think the beer i am drinking has been at 7-11 too long","..not being beautiful",".....scotland yard is watching");

// STOP HIDING FROM OTHER BROWSERS -->
//</script>
//<script language="JavaScript">
//<!-- HIDE FROM OTHER BROWSERS



selectQuote(choices);
selectQuote(choices);
selectQuote(choices);


// STOP HIDING FROM OTHER BROWSERS -->
//</script>


