var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Dawson wishes he left on his own terms
";
arnews[0] += "SURE, Bob Dawson left with a few regrets last week when he walked away from South Charleston High School.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 05:46:14 GMT";
arnews[0] += "
";
arnews[1]="East Lincoln rolls, reaches third round for fourth straight year
";
arnews[1] += "DENVER To say the current stretch of East Lincoln High football constitutes the school's glory years would be an understatement.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 05:09:09 GMT";
arnews[1] += "
";
arnews[2]="Wigge: Sizing up the new-look Sharks
";
arnews[2] += "At first blush, we can't see the forest from the trees when looking at the San Jose Sharks.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 04:20:39 GMT";
arnews[2] += "
";
arnews[3]="'Tis the season for Christmas craft fairs
";
arnews[3] += "The Community Christmas Care committee is hard at work each week in planning for the distribution of hampers and toys for needy families and individuals in December.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 04:01:02 GMT";
arnews[3] += "
";
arnews[4]="USDA Scientists, Colleagues Sequence Corn Genome
";
arnews[4] += "WASHINGTON, U.S. Department of Agriculture scientists and their colleagues have completed a four-year effort to sequence the genome of corn, an achievement expected to speed up development of corn varieties that will help feed the world and meet growing demands for using this important grain crop as a biofuel and animal feed.";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 20:31:37 GMT";
arnews[4] += "
";
arnews[5]="Schumer Shops at Costco; Pelosi Prefers East Village Caf s
";
arnews[5] += "Our hip Madam Speaker was spotted on First Avenue this week, enjoying herself at corner coffee shop Tarallucci e Vino, while Senator Schumer stocked up on groceries at the Brooklyn Costco.";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 00:43:01 GMT";
arnews[5] += "
";
arnews[6]="Kaine requests federal aid to help nor'easter victims
";
arnews[6] += "Gov. Timothy M. Kaine on Friday requested money from FEMA and low-interest loans from the government to help people who were victims of last week's nor'easter. Kaine requested FEMA assistance to cover costs of damage to public infrastructure and debris removal in Chesapeake, Hampton, Newport News, Norfolk, Poquoson, Portsmouth, Virginia Beach and ...";
arnews[6] += "
Publ.Date : Fri, 20 Nov 2009 23:28:03 GMT";
arnews[6] += "
";
arnews[7]="O'Sullivan snapping skid
";
arnews[7] += "With the puck nestled in the net and the crowd at Rexall Place roaring, Patrick O'Sullivan threw his arms in the air and looked skyward in a goal celebration that seemed equal parts relief and elation.";
arnews[7] += "
Publ.Date : Fri, 20 Nov 2009 23:20:49 GMT";
arnews[7] += "
";
arnews[8]="Live Think About Life Top M For Montreal Night One
";
arnews[8] += "While earlier editions of the shindig could tout the introductions of Patrick Watson and We Are Wolves to the world, last year's seemed more like a party than anything else.";
arnews[8] += "
Publ.Date : Fri, 20 Nov 2009 22:33:53 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("