var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Yummy Mommies
";
arnews[0] += "If it seems like celeb mothers have it all, maybe that's because they do -- drivers, cooks, trainers, maids, masseuses, skin-care experts, hairstylists, personal assistants, secretaries and a fleet of nannies.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 19:44:46 GMT";
arnews[0] += "
";
arnews[1]="Hoops: Tall, speedy roster has Santa Fe Indian School ready for contention
";
arnews[1] += "A scorebook, closed in March, sits open-faced in an office devoid of dA cor and so square it could be divided by four.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 09:54:26 GMT";
arnews[1] += "
";
arnews[2]="Women's basketball: Flease is the formula for Pointers in blowout win
";
arnews[2] += "Shirley Egner has been one part University of Wisconsin-Stevens Point women's basketball coach, and one part mad scientist this season.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="New Bedford girls get ready for tonight's state final matchup of unbeatens
";
arnews[3] += "Tonight's volleyball final will be broadcast live on YouCastr.com. The broadcast will begin about 5 minutes prior to the match.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 06:30:27 GMT";
arnews[3] += "
";
arnews[4]="Listen up: Rock and roll artifacts under surveillance
";
arnews[4] += "The Rock & Roll Hall of Fame Annex keeps decades of music alive through rare videos of rock's greatest musicians playing on wall-sized screens, along with a display of prized artifacts including guitars, clothing and original sheet music from legends like John Lennon and Mick Jagger.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 05:29:50 GMT";
arnews[4] += "
";
arnews[5]="Fri. 11/20 Death Notices
";
arnews[5] += "Margaret on Nov. 18, 2009. Beloved wife of the late Jack. Devoted mother of Frances & Juan Rivera , Phyllis Addalli , Sal & the late Lenora Siroti .";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 13:06:20 GMT";
arnews[5] += "
";
arnews[6]="Team enjoys being together for NCAAs
";
arnews[6] += "Bridget Franek will once again be returning to the NCAA national championship for cross country.";
arnews[6] += "
Publ.Date : Fri, 20 Nov 2009 10:26:45 GMT";
arnews[6] += "
";
arnews[7]="Champion cheerleaders fighting for trip to nationals
";
arnews[7] += "All three Methuen Pop Warner cheerleading teams won the Eastern Massachusetts Cheerleading Competition on Halloween at the Tsongas Arena in Lowell, and now they're gearing up for a regional competition at the DCU Center in Worcester tomorrow.";
arnews[7] += "
Publ.Date : Fri, 20 Nov 2009 09:27:53 GMT";
arnews[7] += "
";
arnews[8]="Teacher has sweet idea to share wealth of candy: West Shore Chatter
";
arnews[8] += "Thanks to the inspiration and efforts of music teacher Nicole Barrick , Normandy Elementary students in Bay Village were able to donate a combined 100 to 110 gallons of Halloween candy to several local charities.";
arnews[8] += "
Publ.Date : Thu, 19 Nov 2009 23:44:57 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("