var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Two Maine Warden Service sergeants were promoted to the ...
";
arnews[0] += "Two Maine Warden Service sergeants were promoted to the rank of lieutenant during a ceremony Monday, Nov.";
arnews[0] += "
Publ.Date : Tue, 17 Nov 2009 16:39:14 GMT";
arnews[0] += "
";
arnews[1]="Maine Warden Service Promotes Two to Rank of Lieutenant
";
arnews[1] += "Lt. Kevin Adam and Lt. Thomas Ward, each with exemplary careers and recipients of the \"Warden of the Year\" honor, will supervise the Central and Northeastern divisions.";
arnews[1] += "
Publ.Date : Tue, 17 Nov 2009 04:59:19 GMT";
arnews[1] += "
";
arnews[2]="Plays announced for Peel Castle and Centenary Centre
";
arnews[2] += "FORGET the West End a ' the west of the Island is going to be the place to see some fantastic plays over the next couple of years.";
arnews[2] += "
Publ.Date : Sun, 08 Nov 2009 08:38:56 GMT";
arnews[2] += "
";
arnews[3]="What's On
";
arnews[3] += "A guide to what's on in north Northumberland. STAGE/FILM Alnwick Playhouse Bondgate Without, Alnwick 01665 510785 Today: Bram Stoker's Dracula - The Duchess's High School's Senior Drama Group brings Stoker's timeless classic to the stage in this new adaptation by Jane Thornton and John Godber.";
arnews[3] += "
Publ.Date : Sat, 07 Nov 2009 00:45:31 GMT";
arnews[3] += "
";
arnews[4]="Smith scores five times, G-P forces 5 turnovers in win
";
arnews[4] += "Fortunately for the Wildcats, they didn't need much of it. With a defense grabbing five turnovers and special teams play setting up prime field position, the Wildcats easily surpassed the Trojans 49-24 at Cabaniss Field.";
arnews[4] += "
Publ.Date : Sat, 31 Oct 2009 05:22:07 GMT";
arnews[4] += "
";
arnews[5]="Stopping the clock in Tinseltown, where you're forever young
";
arnews[5] += "In Cougar Town, a new sitcom that premiered on ABC two weeks ago, Courteney Cox plays a divorced mom named Jules Cobb.";
arnews[5] += "
Publ.Date : Wed, 07 Oct 2009 07: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("