var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Catherine Haines: And now in this episode it's Wentworth Miller! Yaaay!
";
arnews[0] += "And now in this episode it's Wentworth Miller! Yaaay!";
arnews[0] += "
";
arnews[1]="Sk4tz: Wentworth Miller (3)
";
arnews[1] += "Wentworth Miller (3) -";
arnews[1] += "
";
arnews[2]="adventuregirl: RT @macauusa "off 2meet Prison Break's Wentworth Miller w/ @alywalansky @lunaticatlarge @adventuregirl +Charles who needs Twittr!"-C U THER!
";
arnews[2] += "RT @";
arnews[2] += "
";
arnews[3]="Aly Walansky: RT @macauusa off to meet Prison Break's Wentworth Miller w/ @alywalansky @lunaticatlarge @adventuregirl (& Twitter-less Charles!), then GP!
";
arnews[3] += "RT @";
arnews[3] += "
";
arnews[4]="adventuregirl: RT @LunaticAtLarge "@adventuregirl askd Wentworth Miller if he'd tried Macau African chickn @alywalansky & I crackd up he lookd confused"
";
arnews[4] += "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("