var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="D-Y's Barry sixth at All-State Cross Country
";
arnews[0] += "Running in eighth place with 1/10th of a mile to go, Dennis-Yarmouth's Megan Barry found another gear and finished sixth overall in the Division 2 girls race at yesterday's MIAA All-State Cross Country Championships at Northfield Mountain Recreation Center.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 07:35:00 GMT";
arnews[0] += "
";
arnews[1]="Johnson scores 38 to lead Florida Southern past GSW women
";
arnews[1] += "Georgia Southwestern didn't have an answer for Chelsea Johnson Saturday night. Johnson scored 26 of her game-high 38 points in the second during a 34-15 run as Florida Southern handed the Lady Hurricanes an 81-72 loss.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="On Nov. 10, 1775, the U.S. Marines were organized under authority of the Continental Congress
";
arnews[2] += "Today is Tuesday, Nov. 10, the 314th day of 2009. There are 51 days left in the year.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 15:50:45 GMT";
arnews[2] += "
";
arnews[3]="Saturday's All-State Cross Country Championships
";
arnews[3] += "Dennis-Yarmouth seniors Max Darrah and Evan Tuohy-Bedford headline a small contingent representing the Cape today at the MIAA All-State Cross Country Championships in Northfield.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 07:10:59 GMT";
arnews[3] += "
";
arnews[4]="College basketball: FGCU women facing tall task at Georgia Tech
";
arnews[4] += "FGCU women at Georgia Tech What: Preseason WNIT consolation game When: 2 p.m. TV: None Radio: None, but the game can be heard live at ramblinwreck.cstv.com Projected starters FGCU G Jr.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 04:03:43 GMT";
arnews[4] += "
";
arnews[5]="TrackBacks
";
arnews[5] += "Cycle 13 of America's Next Top Model started with 14 hopeful girls and it's come down to just two who are still in the running.";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 21:51:21 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("