var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Princesses raise cost of romance
";
arnews[0] += "\"PRINCESS\" girlfriends are putting pressure on partners to invest in more indulgent Valentine's Day gifts.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 09:43:47 GMT";
arnews[0] += "
";
arnews[1]="East has served the Pines well
";
arnews[1] += "OCEAN PINES -- The dedicated executive secretary for Ocean Pines, Phyllis East, received a surprise party -- totally unexpected -- on Saturday, Jan.";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="February 9: Laker's landing
";
arnews[2] += "One of England's greatest spinners is born A A Jim Laker: made a habit of tormenting the Australians Cricinfo Ltd 1922 Birth of one of England's greatest spinners.";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 07:02:01 GMT";
arnews[2] += "
";
arnews[3]="Defence worries hamper Alloa's tilt at the top
";
arnews[3] += "The outright lead at the top of the Second Division table is up for grabs at Recreation Park tonight when Alloa host Cowdenbeath, with Allan Maitland's side having the opportunity to reach the summit for the first time in five months.";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 04:09:29 GMT";
arnews[3] += "
";
arnews[4]="Victory for Helsby in Carlsberg West Cheshire League
";
arnews[4] += "Doubles from Gary Lunt and Jamie Bignall secured the result, as last season's Division Two champions moved to within six points of current leaders, Runcorn Town, with a game in hand.";
arnews[4] += "
Publ.Date : Mon, 08 Feb 2010 16:02:33 GMT";
arnews[4] += "
";
totcount = 5;
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("