var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Will Santa Cancel Christmas?
";
arnews[0] += "More than 30 community volunteers - ranging from the very young to the just about \"old\" - have planned a warm moment of theater that should bring smiles and joy all 'round. \"This show is a community effort because it brings together the novices and the experienced actors together, many of them children who have never had an experience like this,\" ...";
arnews[0] += "
Publ.Date : Tue, 17 Nov 2009 03:38:54 GMT";
arnews[0] += "
";
arnews[1]="TV host, fitness star will interview moms for first web-based fitness ...
";
arnews[1] += "The Thanksgiving Day event is expected to attract 11,000 participants from around the globe for a scenic coastal run along the Dana Point Harbor.";
arnews[1] += "
Publ.Date : Mon, 16 Nov 2009 21:27:45 GMT";
arnews[1] += "
";
arnews[2]="Will Santa Cancel Christmas?
";
arnews[2] += "More than 30 community volunteers - ranging from the very young to the just about \"old\" - have planned a warm moment of theater that should bring smiles and joy all 'round. \"This show is a community effort because it brings together the novices and the experienced actors together, many of them children who have never had an experience like this,\" ...";
arnews[2] += "
Publ.Date : Sun, 15 Nov 2009 19:02:32 GMT";
arnews[2] += "
";
arnews[3]="Will Santa Cancel Christmas?
";
arnews[3] += "More than 30 community volunteers - ranging from the very young to the just about \"old\" - have planned a warm moment of theater that should bring smiles and joy all 'round. \"This show is a community effort because it brings together the novices and the experienced actors together, many of them children who have never had an experience like this,\" ...";
arnews[3] += "
Publ.Date : Sun, 15 Nov 2009 16:27:15 GMT";
arnews[3] += "
";
arnews[4]="School volleyball: Raiders' reign ends
";
arnews[4] += "All good things must come to an end, but for Barnstable girls volleyball coach Tom Turco, the Red Raiders are far from being finished.";
arnews[4] += "
Publ.Date : Fri, 13 Nov 2009 10:56:37 GMT";
arnews[4] += "
";
arnews[5]="South Division 1 Girls Volleyball: New Bedford knocks off six-time...
";
arnews[5] += "This one was for ages, as in six classes - the 2009-10 New Bedford girls volleyball team that ended Barnstable's six-year reign as MIAA Division 1 state champion and the five prior New Bedford classes that had fallen to the Red Raiders in consecutive sectional finals.";
arnews[5] += "
Publ.Date : Fri, 13 Nov 2009 05:51:44 GMT";
arnews[5] += "
";
arnews[6]="TV host, internationally renowned fitness expert to appear at Dana Point Turkey Trot
";
arnews[6] += "Internationally renowned fitness expert, TV host, author and actress Kiana Tom will make a special appearance at the Dana Point Turkey Trot presented by Golden State Foods.";
arnews[6] += "
Publ.Date : Thu, 12 Nov 2009 15:48:45 GMT";
arnews[6] += "
";
arnews[7]="Playboy model at Dana Point Turkey Trot
";
arnews[7] += "Femme fatale and fitness guru Kiana Tom will make an appearance at the Dana Point Turkey Trot.";
arnews[7] += "
Publ.Date : Thu, 12 Nov 2009 22:08:17 GMT";
arnews[7] += "
";
arnews[8]="The TV Critic Workout: Flip the channel and feel the burn.
";
arnews[8] += "\"? Troy Patterson Flip the channel and feel the burn. The history of exercise on TV stretches to 1951 and \"The Jack LaLanne Show.\" Amazingly, despite the advent of home video, LaLanne's successors are still on the air, lifting and thrusting and smiling too hard.";
arnews[8] += "
Publ.Date : Sun, 08 Nov 2009 08:00:00 GMT";
arnews[8] += "
";
totcount = 9;
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("