var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Chilled Thrills
";
arnews[0] += "Before you scoff at the number of less-than-mainstream sports that will make headlines during the Winter Olympics this month, remember this: Almost every athletic endeavor is harder when performed on snow or ice.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 18:53:00 GMT";
arnews[0] += "
";
arnews[1]="Kwan puts skating career on ice
";
arnews[1] += "She will be walking through Davis Square at lunchtime, having dinner in the North End, or sitting courtside at a Celtics game and she'll see the heads turning.";
arnews[1] += "
Publ.Date : Tue, 02 Feb 2010 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="Gordon Central falls to Colonels in tennis
";
arnews[2] += "Cass opened with victories over Gordon Central in high school tennis Monday night.";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 15:26:18 GMT";
arnews[2] += "
";
arnews[3]="A Great Foray Into Hockey
";
arnews[3] += "With the all the media hype that comes with Super Bowl week, it has been easy to forget that another huge sporting event looms on the horizon: the Winter Olympics.";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 08:38:31 GMT";
arnews[3] += "
";
arnews[4]="Is there any stranger position than being an Olympic alternate?
";
arnews[4] += "There may be no stranger position for an athlete than being an Olympic alternate.";
arnews[4] += "
Publ.Date : Mon, 08 Feb 2010 08:00:00 GMT";
arnews[4] += "
";
arnews[5]="They skated into your hearts and these guest-starring roles
";
arnews[5] += "The Winter Olympics, which begin Friday on NBC, can be a springboard to fame and fortune.";
arnews[5] += "
Publ.Date : Mon, 08 Feb 2010 19:55:28 GMT";
arnews[5] += "
";
arnews[6]="Olympian Denney ready to melt hearts
";
arnews[6] += "It's her morning ritual. When Caydee Denney, 16, awakens at her Wesley Chapel home, she studies a calendar on her bedroom wall.";
arnews[6] += "
Publ.Date : Sun, 07 Feb 2010 16:00:30 GMT";
arnews[6] += "
";
totcount = 7;
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("