var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="David Wilson: Dojo's Blog!: David Caruso: Freaky Friday Frags
";
arnews[0] += "Dojo's Blog!: David Caruso: Freaky Friday Frags -";
arnews[0] += "
";
arnews[1]="Brandee: RT @CSIMiami_CBS: Ask Calleigh! Join TV.com 4 a LIVE chat w/ #CSIMiami's Emily Procter Mon, 11/9 @ 1pm PDT! http://bit.ly/2ud9So
";
arnews[1] += "RT @";
arnews[1] += "
";
arnews[2]="CBSTweet: Live chat today at 1 PM PST with #CSIMiami's EMILY PROCTER on TV.com! Get your questions ready http://tinyurl.com/yhesk7t
";
arnews[2] += "CBSTweet: Live chat today at 1 PM PST with";
arnews[2] += "
";
arnews[3]="Greg: @capeleaguer I was kind of hoping they'd send Emily Procter to Vegas. Instead, I get Larry flying all over the country in a helicopter.
";
arnews[3] += "@";
arnews[3] += "
";
arnews[4]="#hollywood #celebs #hot: Emily Procter PhotoShoot - 1 UHQ http://bit.ly/1BAkc9
";
arnews[4] += "";
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("