var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Garlock nets OT winner
";
arnews[0] += "McKenzie Garlock recorded a hat trick, including the game-winning goal in overtime, and dished out two assists as Alexandria edged Salmon River 7-6 in a Northern Athletic Conference Division II hockey game on Tuesday.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 12:48:00 GMT";
arnews[0] += "
";
arnews[1]="Star-studded Event including Joe Frazier, Red Carpet Gala for Charity
";
arnews[1] += "Categories SIZZLING, DYNAMIC, GENEROUS, PATRIOTIC, TALENTED AND BEAUTIFUL are just some of the adjectives used to describe singer/dancer/model Doreen Taylor.";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 11:10:28 GMT";
arnews[1] += "
";
arnews[2]="People in the News
";
arnews[2] += "Model takes her turn A photo of model Brooklyn Decker, the 22-year-old wife of tennis star Andy Roddick, has been chosen as the cover shot for the Sports Illustrated swimsuit edition.";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 11:06:22 GMT";
arnews[2] += "
";
arnews[3]="Brooklyn Decker scores 2010 Sports Illustrated Swimsuit Issue cover
";
arnews[3] += "Brooklyn Decker has made the cover of the Sports Illustrated swimsuit issue . The 22-year-old model and wife of tennis star Andy Roddick was revealed as the 2010 cover girl on Monday's Late Show with David Letterman when a sheet was removed to unveil a billboard version of the cover in Times Square.";
arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 09:40:14 GMT";
arnews[3] += "
";
arnews[4]="Falmouth school budget takes a hit
";
arnews[4] += "With a promise to keep searching for more money, the Falmouth School Committee unanimously approved a $40.9 million proposed budget for next year, a spending plan that would require $1.6 million in staff and program cuts.";
arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 08:47:00 GMT";
arnews[4] += "
";
arnews[5]="Limelight Extra! a heads-up for coming events
";
arnews[5] += "Get a jump on your weekend entertainment plans every Wednesday, and be sure to pick up the Limelight section on Friday.";
arnews[5] += "
Publ.Date : Wed, 10 Feb 2010 08:00:00 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("