var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Wilson wonder goal earns Shrimps victory
";
arnews[0] += "Morecambe 1 Cheltenham 0 A superb goal from Laurence Wilson gave the Shrimps their third successive win.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 21:19:07 GMT";
arnews[0] += "
";
arnews[1]="SKipper still missing for Shrimps
";
arnews[1] += "Your account has been frozen . For your available options click the below button.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 14:47:39 GMT";
arnews[1] += "
";
arnews[2]="Spotlight on the opposition: Morecambe
";
arnews[2] += "MORECAMBE'S hopes of a money-spinning FA Cup second round tie against Norwich were dashed as they went down to an early Carlisle goal in an exciting first round replay at Christie Park on Tuesday.";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="Viola Schools celebrate homecoming
";
arnews[3] += "Viola Schools celebrated homecoming festivities and Red Ribbon Week recently. The themes for the week were: Breast Cancer Awareness/Drug Free Day, Flashback Day, Superhero Day, Camo Day and Longhorn Day.";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="Big Anniversary for Bartow Daughters
";
arnews[4] += "Published: Friday, November 20, 2009 at 12:01 a.m. Last Modified: Thursday, November 19, 2009 at 1:16 p.m. Happy birthday to the Bartow Chapter of the Daughters of the American Revolution.";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 06:46:37 GMT";
arnews[4] += "
";
arnews[5]="Slow start for area in the water
";
arnews[5] += "Big East Conference swimming season began at the Harrison Family YMCA on Wednesday, and a pair of Wilson County schools owned the day.";
arnews[5] += "
Publ.Date : Wed, 18 Nov 2009 08:00:00 GMT";
arnews[5] += "
";
arnews[6]="Obituaries a " November 18, 2009
";
arnews[6] += "Virginia Williams Larese Greene Virginia Williams Larese Greene, 87, of Oak Hill, died Nov.";
arnews[6] += "
Publ.Date : Wed, 18 Nov 2009 18:06:52 GMT";
arnews[6] += "
";
totcount = 7;
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("