var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Grocers welcome extra dough before storm
";
arnews[0] += "Friends Brittany Soutz, left, and Gary Donaldson walk home with food supplies a grocery store in the Raleigh Court , Saturday morning Jan.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 11:45:27 GMT";
arnews[0] += "
";
arnews[1]="Trees Brought Down By Heavy Snow
";
arnews[1] += "High winds and heavy wet snow make for a potentially deadly combination when it comes to trees.";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 04:32:12 GMT";
arnews[1] += "
";
arnews[2]="Columbus campus stays open despite snowstorm
";
arnews[2] += "Get the Flash Player to see this player. Tuesday's snowstorm caused a blizzard of aggravation, but university officials said late Tuesday that the Columbus campus should operate as usual today.";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 03:11:36 GMT";
arnews[2] += "
";
arnews[3]="The HDNet Concert Series Presents a Special Night With the Legendary Barbra Streisand
";
arnews[3] += "9 /PRNewswire/ -- Sophisticated, melancholy, passionate and dynamic all at once, Barbra Streisand brings her unique and incomparable vocals to the HDNet Concert Series with \"Streisand Live In Concert,\" airing this Valentine's Day on HDNet.";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 23:51:19 GMT";
arnews[3] += "
";
arnews[4]="Daily television guide
";
arnews[4] += "Chat noon with the Job Doc. ON WGBH Greater Boston 7 p.m. WGBH-TV Emily Rooney speaks with Robert DeLeo, speaker of the Massachusetts House of Representatives.";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 10:26:26 GMT";
arnews[4] += "
";
arnews[5]="Boys Athletes of the Week
";
arnews[5] += "Ridgeland/Soccer By the numbers: Ratcliff scored the game's first goal in a 2-1 OT win over Callaway in the semifinals, then scored twice in a 4-0 shutout of Gautier in the finals as the Titans won 5A for their first title.";
arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 08:00:00 GMT";
arnews[5] += "
";
totcount = 6;
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("