var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="I'm younger than that now: New American Nobody show with a deathly ill Jon Peter Lewis! Check it out! http://tinyurl.com/cldd65 featuring Chris Sligh! ZOMG!!!!111
";
arnews[0] += "New American Nobody show with a deathly ill Jon Peter Lewis! Check it out!";
arnews[0] += "
";
arnews[1]="l05: Chris Sligh - first audition. American Idol
";
arnews[1] += "Chris Sligh - first audition. American Idol -";
arnews[1] += "
";
arnews[2]="l05: Chris Sligh - first audition. American Idol
";
arnews[2] += "Chris Sligh - first audition. American Idol -";
arnews[2] += "
";
arnews[3]="jasonwhitehorn: @ChrisSligh "This message brought to you by Apple...and Chris Sligh." lol
";
arnews[3] += "@";
arnews[3] += "
";
arnews[4]="Tatiane Pires: Empty me of the selfishness inside/ Every vain ambition/ .../ And any foolish thing my heart holds to http://bit.ly/1j2j9D
";
arnews[4] += "Empty me of the selfishness inside/ Every vain ambition/ .../ And any foolish thing my heart holds to";
arnews[4] += "
";
totcount = 5;
if (rnd) {
for (x=0;x<=100;x++) {
y=Math.round(Math.random()*totcount-0.5);
z=x%totcount;
tval=arnews[y];
arnews[y] = arnews[z];
arnews[z] = tval;
}
}
for (x=0;x<=(totcount-1);x++) {
document.write(arnews[x]);
if (x != (totcount-1) ) document.write("
"); }
document.write("