<!--
var r_text = new Array ();


r_text[0] = "And if you carry on this way, <br> Things are better if I stay, <br> So long and goodnight, <br> So long and goodnight. <br> <br> - Helena, MCR";

r_text[1] = "If you were here I'd never have a fear, <br> So go on live your life, <br> But I miss you more than I did yesterday. <br> <br> - Give 'Em Hell Kid, MCR";

r_text[2] = "To the last parade, <br> When the parties fade, <br> And the choice you made, <br> To the End. <br> <br> - To The End, MCR";

r_text[3] = "Life is but a dream for the dead. <br> <br> - You Know What They Do To Guys Like Us In Prison, MCR";

r_text[4] = "Well if you wanted honesty, that's all you had to say. <br> I never want to let you down or have you go, it's better off this way. <br> <br> - I'm Not Okay, MCR ";

r_text[5] = "I'm not okay, <br> I'm not okay, <br> I'm not okay, <br> You wear me out. <br> <br> - I'm Not Okay, MCR";

r_text[6] = "If I died, we'd be together, <br> I can't always just forget her, <br> But she could try. <br> <br> - The Ghost of You, MCR";

r_text[7] = "I will avenge my ghost with every breath I take, <br> I'm coming back from the dead and I'll take you home with me, <br> I'm taking back the life you stole. <br> <br> - Its Not a Fashion Statement, Its a Death Wish, MCR ";

r_text[8] = "If you look in the mirror and don't like what you see, <br> You can find out firsthand what it's like to be me. <br> <br> - The End, MCR";

r_text[9] = "If I died, we'd be together, <br> I can't always just forget her, <br> But she could try. <br> <br> - The Ghost of You, MCR";

r_text[10] = "And if your heart stops beating, <br> I'll be hear wondering, <br> Did you get what you deserve? <br> <br> - Dead!, MCR";

r_text[11] = "I'm not really with you anymore, <br> I'm just a ghost, <br> So I can't hurt you anymore. <br> <br> - This is How I Disappear, MCR";

r_text[12] = "And though you're dead and gone believe me, <br> Your memory will carry on, <br> We'll carry on. <br> <br> - Welcome to the Black Parade, MCR";

r_text[13] = "When you go, <br> Would you have the guts to say, <br> 'I don't love you, <br> Like I loved you, <br> Yesterday'.<br> <br> - I Don't Love You, MCR";

r_text[14] = "You better run like the devil, <br> 'Cause they're never gonna leave you alone!<br> <br> - House of Wolves, MCR";

r_text[15] = "'Cause the hardest part of this is leaving you. <br> <br> - Cancer, MCR";

r_text[16] = "The hardest part is letting go of your dreams,<br> <br> - Sleep, MCR";

r_text[17] = "They said all teenagers scare the living shit out of me. <br> <br> - Teenagers, MCR";

r_text[18] = "I am not afraid to keep on living, <br> I am not afraid to walk this world alone, <br> Honey if you stay, I'll be forgiven, <br> Nothing you can stay can stop me going home. <br> <br> - Famous Last Words, MCR";

var i = Math.round(18*Math.random());

document.write(r_text[i]);

//-->


