var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Chris: there's a combo RT @phVegas: SPOTTED: Marie Osmond & Jerry Springer in the Extra Lounge! They're signing autographs & taking pictures
";
arnews[0] += "there's a combo RT @";
arnews[0] += "
";
arnews[1]="I favorited a YouTube video -- Marie Osmond On "The View" http://www.youtube.com/watch?v=F1eHjFnboFU&feature=autoshare_twitter
";
arnews[1] += "I favorited a YouTube video -- Marie Osmond On \"The View\"";
arnews[1] += "
";
arnews[2]="Cool Forward Mail: ''Marie Lifestyle'' accessories and home decor …: HENDERSON, NV - NOVEMBER 21: Marie Osmond .. http://bit.ly/8Qa9OD
";
arnews[2] += "Cool Forward Mail: ''Marie Lifestyle'' accessories and home decor …: HENDERSON, NV - NOVEMBER 21: Marie Osmond ..";
arnews[2] += "
";
arnews[3]="Maren Hogan: @Shennee_Rutt either is better than Marie Osmond, pretty lady but has a few years on me :)
";
arnews[3] += "@";
arnews[3] += "
";
arnews[4]="Johnny John Peters: Marie Osmond - Celebrates Lifestyle Collection At Las Vegas Hallmark (Nov 21, 2009) x 9HQ http://is.gd/51iIV
";
arnews[4] += "Marie Osmond - Celebrates Lifestyle Collection At Las Vegas Hallmark (Nov 21, 2009) x 9HQ";
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("