var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Cumberland Gap boys and girls sweep Hancock County
";
arnews[0] += "The Cumberland Gap Panther used a series of turnovers late in the third quarter and early in the fourth to break open a tight game against Hancock County and pulled away to a 69-52 win Monday.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 22:57:11 GMT";
arnews[0] += "
";
arnews[1]="On this day in sport - February 9
";
arnews[1] += "1998: Lawrie McMenemy, out of football since resigning after his second spell as Southampton manager, became the first non-Ulsterman to manage Northern Ireland .";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 07:00:00 GMT";
arnews[1] += "
";
arnews[2]="Death Notices 2-9-10
";
arnews[2] += "Evelyn Ballew, 76, of Abilene, died Monday, Feb. 8, 2010, at a local hospital. Visitation will be from 6 to 8 p.m. today at The Hamil Family Funeral Home, 6449 Buffalo Gap Road.";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 02:31:36 GMT";
arnews[2] += "
";
arnews[3]="Shannon Fagan: Piedmont's Blanchard earns coaching honor
";
arnews[3] += "Piedmont football defensive coordinator James Blanchard is running out of fingers to put his rings on.";
arnews[3] += "
Publ.Date : Mon, 08 Feb 2010 22:29:16 GMT";
arnews[3] += "
";
arnews[4]="Inbox: Are prospects' fates intertwined?
";
arnews[4] += "I'm curious about the decision to move prospect Brett Wallace from third base to first base when the Blue Jays have David Cooper -- the first-round Draft pick from 2008 -- in the system.";
arnews[4] += "
Publ.Date : Mon, 08 Feb 2010 19:20:00 GMT";
arnews[4] += "
";
arnews[5]="Late rally boosts State past Griffins
";
arnews[5] += "Jason Emerson's back-to-back 3-pointers in the game's final minutes helped rally West Virginia State to an 88-85 victory over Seton Hill Sunday afternoon in Greensburg, Pa.";
arnews[5] += "
Publ.Date : Mon, 08 Feb 2010 02:42:01 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("