var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Pradeep: Ciena buys Nortel's MEN (Metro ethernet network). NSN lost the bid second time for another Nortel's Jewel Crown.
";
arnews[0] += "Ciena buys Nortel's MEN (Metro ethernet network). NSN lost the bid second time for another Nortel's Jewel Crown.";
arnews[0] += "
";
arnews[1]="Scientists discover 17,000 new sea creatures: Nov. 23: Sea angels, football octopods and jewel squids are among 17,... http://bit.ly/67vGBX
";
arnews[1] += "Scientists discover 17,000 new sea creatures: Nov. 23: Sea angels, football octopods and jewel squids are among 17,...";
arnews[1] += "
";
arnews[2]="Heather Suchy Acton: I'm at Jewel - Gurnee (6509 Grand Ave., Gurnee). http://bit.ly/12lNZ3
";
arnews[2] += "I'm at Jewel - Gurnee (6509 Grand Ave., Gurnee).";
arnews[2] += "
";
arnews[3]="BP_TOW: So good... RT @TIAS new blog post - Jewel Of The Duwamish (a MLS Cup photo essay): http://www.thisisamericanso...
";
arnews[3] += "So good... RT @";
arnews[3] += "
";
arnews[4]="fragile heart: @SkyApplee That is JEWEL for sure!
";
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("