
var r_text = new Array ();
r_text[0] = "Engineered to raise hell ***** ";
r_text[1] = "33296007452 ***** ";
r_text[2] = "Funny what you can be scared of - Max ***** ";
r_text[3] = "The only thing necessary for the triumph of evil, is for good men to do nothing  ***** ";
r_text[4] = "Fear accomplishes nothing - Lydecker ***** ";
r_text[5] = "What the mind can conceive, the body can achieve - Max ***** ";
r_text[6] = "If you accept the situation you're an active participant of making things worse - Logan ***** ";
r_text[7] = "They say you cant raise the dead, but if you are prepared to go through a little hell, maybe you can - Max ***** ";
r_text[8] = "I'm nothing but trouble. I'm poison. - Max ***** ";
r_text[9] = "Do not attempt to adjust your set. This is a Streaming Freedom Video bulletin. The cable hack will last exactly 60 seconds. It cannot be traced, it cannot be stopped and it is the only free voice left in the city  - Eyes Only ***** ";
r_text[10] = "Girls kick ass. Says so on the T-shirt - Max ***** ";
r_text[11] = "The bitch is back - Max ***** ";
r_text[12] = "I never pictured you as the married type. You're more the lone warrior. You know - windmills, armour - Max  ***** ";
r_text[13] = "Isn't it against the superhero code to use your powers to take advantage of we mere mortals? - Logan ***** ";
r_text[14] = "You shouldn't leave your window open if you don't want visitors - Zack ***** ";
r_text[15] = "If you die on me, I'll kick your ass - Max ***** ";
r_text[16] = "Don't hold up the war on my account - Max ***** ";
r_text[17] = "The world will still be broken in the morning - Logan ***** ";
r_text[18] = "You don't have to tell me to be afraid. I'm already there - Max ***** ";
r_text[19] = "How do I look in red? - Max ***** ";
r_text[20] = "Donald Lydecker, wherever you are, you can kiss my genetically-engineered ass! - Max ***** ";
r_text[21] = "Sometimes it seems like it happened to someone else - like maybe it was a story I heard. Even though I know what happened, sometimes I can't help feeling that she's not really gone - that she's still out there. And I just hope she's okay.. - Logan ***** ";
r_text[22] = "Today I'm proud to be a freak. And today we're gonna make a stand, right here. Who's with me? - Max ***** ";
r_text[23] = "Somebody out there just doesn't want me to be happy - Max ***** ";
r_text[24] = "What you need is strength of mind, willpower and character - Lydecker ***** ";
r_text[25] = "You know, only a bored, rich, liberal, white guy would piss away a fortune to prove he wasn't a bored, rich, liberal, white guy - Max ***** ";
r_text[26] = "You have nothing to be sorry for . . . or ashamed of. Cause I know who you are - Logan ***** ";
r_text[27] = "Logan . . . you've got nothing to be sorry for or ashamed of. It's never been about you being able to walk, not for me - Max ***** ";
r_text[28] = "Fight them, Maxie. Promise me you'll fight them. X5/599. I've got a heart for you - Zack ***** ";

var i = Math.round(28*Math.random());

//document.write(r_text[i]);
texte2 = r_text[i];
//texte2 = 'essai.... blabla - ';
x = texte2.length-1;
place = 0;
function defilStat()
{
if (place == texte2.length)
{
place = 0;
}
if (place <= x)
{
texteDef = texte2.substring((texte2.length-(x-place)),texte2.length) + texte2.substring(0,place);
place++;
}
window.status = texteDef;
tempo22 = setTimeout("defilStat()", 150);
}





