var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Carlisle toasts the end of its long dry season
";
arnews[0] += "They came with coffee, left with beer. Scores of residents stormed Ferns Country Store at 10 a.m. yesterday morning to kiss temperance goodbye.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 04:01:41 GMT";
arnews[0] += "
";
arnews[1]="All-School reunion held for Savanna grads
";
arnews[1] += "The Savanna All School Reunion was held June 27 at the Pearl Dunn Cafetorium. There were 122 registered graduates, their spouses, teachers and guests in attendance.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 05:02:14 GMT";
arnews[1] += "
";
arnews[2]="TV pick: Better off Ted
";
arnews[2] += "The Hollywood Reporter called it the clever satire we've all been waiting for and the Philadelphia Daily News said that while it might be a little too spot on about the work many people do, it sure is a laugh.";
arnews[2] += "
Publ.Date : Thu, 19 Nov 2009 04:23:06 GMT";
arnews[2] += "
";
arnews[3]="15 Footer: All Your Wednesday Nights are Belong to Us
";
arnews[3] += "Written by Rob Mahoney on Wednesday, November 18, 2009 Cleveland at Washington What, are we not allowed to use Lady Gaga up in hurr? I've said it before, and I'll say it again: games between these two teams are a treat.";
arnews[3] += "
Publ.Date : Wed, 18 Nov 2009 22:09:09 GMT";
arnews[3] += "
";
arnews[4]="GAA: Extra time goal wins it for gritty Ballinameela
";
arnews[4] += "COUNTY IFC REPLAY BALLINAMEELA 1-16 BALLYDUFF LOWER 1-13 60 MINUTES BALLINAMEELA 0-13 BALLYDUFF LOWER 1-10 A fisted goal by corner forward David Walsh, one minute into the second half of extra time gave Ballinameela a two point lead and put them on course for victory in this tense Inter-mediate Football final replay at Fraher Field on Sunday last.";
arnews[4] += "
Publ.Date : Tue, 17 Nov 2009 02:24:26 GMT";
arnews[4] += "
";
arnews[5]="Celebrity birthdays
";
arnews[5] += "Today's Birthdays: Judge Joseph Wapner is 90. Statesman Howard H. Baker Jr. is 84.";
arnews[5] += "
Publ.Date : Sun, 15 Nov 2009 18:50:00 GMT";
arnews[5] += "
";
arnews[6]="On Nov. 15, 1988, the Soviet Union launched its first space shuttle,...
";
arnews[6] += "Today is Sunday, Nov. 15, the 319th day of 2009. There are 46 days left in the year.";
arnews[6] += "
Publ.Date : Sun, 15 Nov 2009 18:35:24 GMT";
arnews[6] += "
";
arnews[7]="American Heart Association Late-Breaking Clinical Trial Report: New...
";
arnews[7] += "Acutely ill heart attack patients who received both aspirin and a new reversible oral anti-platelet medication had fewer cardiac events than patients on aspirin and the most commonly used, irreversible anti-platelet drug, researchers reported in a late-breaking clinical trial presentation at the American Heart Association's Scientific Sessions ...";
arnews[7] += "
Publ.Date : Sun, 15 Nov 2009 13:48:14 GMT";
arnews[7] += "
";
arnews[8]="New Mexico Gov. Bill Richardson is 62.
";
arnews[8] += "Share + Nov 15, 2009 12:00 am US/Eastern Today is Sunday, Nov. 15, the 319th day of 2009.";
arnews[8] += "
Publ.Date : Sun, 15 Nov 2009 08:25:04 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("