/* This JavaScript (Random Quotes) developed by Scott Clark
The Source is available at http://www.clarksco.com/blog/
Copyright 2005 Clark Consulting */

var num_of_quotes = 28;
quotes = Math.floor (num_of_quotes * Math.random());

if (quotes==0) {
title="";
body="I'm broken, yet we're still burning";
}

if (quotes==1) {
title="";
body="Look around they'll find your ashes";
}

if (quotes==2) {
title="";
body="You smashed my heart with your words";
}

if (quotes==3) {
title="";
body="Distorted, crushed and hazy eyed";
}

if (quotes==4) {
title="";
body="She smokes like an amethyst";
}

if (quotes==5) {
title="";
body="And now I'm, falling faster than I'd like to be";
}

if (quotes==6) {
title="";
body="You will never make me break down again";
}

if (quotes==7) {
title="";
body="Until the lightning strikes your heart";
}

if (quotes==8) {
title="";
body="Cause I know something that you'll never know";
}

if (quotes==9) {
title="";
body="And you, You amaze us all with the hope that you bring";
}

if (quotes==10) {
title="";
body="We need each other like flower pots and dirt seven years we spent growing from the earth";
}

if (quotes==11) {
title="";
body="So bring out the deathcar and we'll drive tonight";
}

if (quotes==12) {
title="";
body="You know we don't have all the time world to make the floods seem still";
}

if (quotes==13) {
title="";
body="How can you sit and look so calm when everything printed here is always full of shit we have become desenseitized cause nothing we see in here makes any sense at all";
}

if (quotes==14) {
title="";
body="You cheat reflections in all your inpurities";
}

if (quotes==15) {
title="";
body="When there's no room in hell the dead will walk the earth";
}

if (quotes==16) {
title="";
body="My shadow grabbed me by the feet and grew much taller than I have";
}

if (quotes==17) {
title="";
body="We are the ghosts and we will fight over earth";
}

if (quotes==18) {
title="";
body="You and I will never make it out of here alive";
}

if (quotes==19) {
title="";
body="In other words You make me Fucking sick";
}

if (quotes==20) {
title="";
body="I have a large Schlong! haha";
}
if (quotes==21) {
title="";
body="It's amazing every time you save me from another day inside my head.";
}
if (quotes==22) {
title="";
body="Are we a race of animals who beg, steal and chew on the bones that are left from the people who cared?";
}
if (quotes==23) {
title="";
body="Go further and breathe under water with ease";
}
if (quotes==24) {
title="";
body="You should just call your mothers out, they'd be so proud of you";
}
if (quotes==25) {
title="";
body="Stop believing your precious and just take another hit from me";
}
if (quotes==26) {
title="";
body="Cause I’ll give the world to you, and I mean it";
}
if (quotes==27) {
title="";
body="I have found a place to belong and you should know";
}
if (quotes==28) {
title="";
body="Just smile like the idiot you are and swim";
}


document.write('<div align=left>');
document.write('<strong>' + title + '</strong><br>');
document.write('<font face="Verdana" size="1">' + body + '</font>');
document.write('</div>');

