var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="ACE Group Classic notebook: County commissioners honor First Tee of Naples/Collier
";
arnews[0] += "The Board of Collier County Commissioners has been watching. Tuesday, the commissioners declared Thursday will be First Tee Day in Collier County.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 04:05:57 GMT";
arnews[0] += "
";
arnews[1]="Melrose Place - The hottest address in town
";
arnews[1] += "Almost 20 years after Melrose Place first aired, C4 brings you the eagerly anticipated brand new series! THE CAST Starring original cast members Thomas Calabro , Laura Leighton , Josie Bissett , Daphne Zuniga and later in the season, Heather Locklear .";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 05:10:54 GMT";
arnews[1] += "
";
arnews[2]="Snow piles up, paralyzing nation's capital
";
arnews[2] += "A blizzard battered the Mid-Atlantic region on Saturday, quickly dumping large amounts of snow on that piled up on roadways and toppled trees onto apartment buildings and cars.";
arnews[2] += "
Publ.Date : Sat, 06 Feb 2010 12:11:20 GMT";
arnews[2] += "
";
arnews[3]="School News
";
arnews[3] += "Meghan R. Donoghue was named to the dean's list at Lebanon Valley College, Annville, Pa., for the fall semester.";
arnews[3] += "
Publ.Date : Fri, 29 Jan 2010 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="Melrose Place - The hottest address in town
";
arnews[4] += "Almost 20 years after Melrose Place first aired, C4 brings you the eagerly anticipated brand new series! THE CAST Starring original cast members Thomas Calabro , Laura Leighton , Josie Bissett , Daphne Zuniga and later in the season, Heather Locklear .";
arnews[4] += "
Publ.Date : Fri, 29 Jan 2010 05:04:03 GMT";
arnews[4] += "
";
arnews[5]="1/28/2010 Josh Lovell, Aaron Boehme finalists for Rutschman Award
";
arnews[5] += "Two decorated Linfield student-athletes are finalists for the Ad Rutschman Small College Male Athlete of the Year award to be presented Sunday as part of the Oregon Sports Awards annual show on the Nike World Campus.";
arnews[5] += "
Publ.Date : Fri, 29 Jan 2010 02:19:22 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("