var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Boro secure hard-earned point
";
arnews[0] += "KAYNE McLaggon struck his first goal for Eastbourne Borough as they secured a deserved 1-1 draw at promotion-chasing Mansfield.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 20:24:26 GMT";
arnews[0] += "
";
arnews[1]="'GQ' Party: Alexander Skarsgard Not Dating Kate Bosworth
";
arnews[1] += "Look at all the hot mens at the GQ Men of the Year party! The magazine is spreading the love across 5 different covers and threw a splashy soiree to celebrate the occasion.";
arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 23:25:59 GMT";
arnews[1] += "
";
arnews[2]="Fotofreo: Carrie Levy
";
arnews[2] += "Mandy Martin, Puritjarra 2, 2005. For further information on MANDY MARTIN, refer here: http://www.mandy-martin.com/ If there are diverse kinds of knowledge and ways of knowing place, then we need to learn to value the different ways each of us sees a single place that is significant, but differently so, for each perspective.";
arnews[2] += "
Publ.Date : Thu, 19 Nov 2009 13:54:14 GMT";
arnews[2] += "
";
arnews[3]="Kathryn J. Fuehrer
";
arnews[3] += "MILLADORE -- Kathryn J. Fuehrer, 71, of Milladore died Saturday morning, Nov. 14, 2009, at the Stevens Point Care Center in Stevens Point after a long and Irish-willed fight with cancer.";
arnews[3] += "
Publ.Date : Tue, 17 Nov 2009 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="Business briefs
";
arnews[4] += "Local Nurse wins DAISY award Donna Schreiber, LPN of Hospice at Oceanside, has been awarded the Daisy Award.";
arnews[4] += "
Publ.Date : Sun, 15 Nov 2009 08:07:58 GMT";
arnews[4] += "
";
arnews[5]="Nothing special
";
arnews[5] += "This week, we start in Austria; sort of: Bruno Rated R, 82 minutes. Coming Tuesday to DVD.";
arnews[5] += "
Publ.Date : Sun, 15 Nov 2009 07:25:42 GMT";
arnews[5] += "
";
arnews[6]="Warriors' Rice wins tennis state title
";
arnews[6] += "Waccamaw freshman Tolley Rice defeated Manning's Lindsay Lyles on Saturday at the Lexington County Tennis Complex to win the Class AA/A individual state championship.";
arnews[6] += "
Publ.Date : Sun, 15 Nov 2009 07:24:11 GMT";
arnews[6] += "
";
arnews[7]="Obituaries for November 15, 2009
";
arnews[7] += "John Edward Abbott, 58, of Chattanooga, passed away on Friday, Nov. 13, 2009. He was born in Chattanooga and lived in Red Bank all of his life.";
arnews[7] += "
Publ.Date : Sun, 15 Nov 2009 07:06:57 GMT";
arnews[7] += "
";
arnews[8]="Mocs open season by clubbing Cobras
";
arnews[8] += "The home team eliminated the possibility of the improbable before the first timeout.";
arnews[8] += "
Publ.Date : Sat, 14 Nov 2009 13:30:08 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("