var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="@tomgreenlive thanks! This IS the Tom green that made "Freddy Got Fingered" right? Btw you were tha bomb in "Road Trip", yo
";
arnews[0] += "@tomgreenlive thanks! This IS the Tom green that made \"Freddy Got Fingered\" right? Btw you were tha bomb in \"Road Trip\", yo -";
arnews[0] += "
";
arnews[1]="Sam Houston: @tomgreenlive I believe in you Tom Green. You can get to a million followers!
";
arnews[1] += "@";
arnews[1] += "
";
arnews[2]="Peter Cooper: @steve_breen It has to be noted that I also find farts, Jackass, and Tom Green funny :-)
";
arnews[2] += "@";
arnews[2] += "
";
arnews[3]="Sue Murphy: Wait. I just retweeted wise and serious advice from Tom Green. (checks own forehead for fever).
";
arnews[3] += "Wait. I just retweeted wise and serious advice from Tom Green. (checks own forehead for fever).";
arnews[3] += "
";
arnews[4]="Angela Poe: Tom GREEN that's who!! :) RT @tomgreenlive: Who? Who is great? RT @dj1988xxy: @tomgreenlive Why so much hate towards great artist?
";
arnews[4] += "Tom GREEN that's who!! :) RT @";
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("