var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Rebecca 'Becky' Baker DavidServices for Rebecca "Becky" Baker David,...
";
arnews[0] += "Services for Rebecca \"Becky\" Baker David, 75, of Nashville were scheduled for noon today in the Taylor Funeral Home chapel, with Bro.";
arnews[0] += "
Publ.Date : Mon, 08 Feb 2010 20:41:36 GMT";
arnews[0] += "
";
arnews[1]="Brazoswoodwrestles 14 regional slots
";
arnews[1] += "The Brazoswood wrestling team Saturday qualified 14 wrestlers to this weekend's regional meet in Allen.";
arnews[1] += "
Publ.Date : Mon, 08 Feb 2010 06:45:40 GMT";
arnews[1] += "
";
arnews[2]="UGA's impact freshman of 2010? Best bet is an Ogletree
";
arnews[2] += "I tried this last February and was - stop if you've heard this before - wrong as all get-out. I thought Georgia's biggest impact freshman of 2009 would be Branden Smith , who made a couple of plays but wasn't half as significant as Washaun Ealey or Orson Charles.";
arnews[2] += "
Publ.Date : Thu, 04 Feb 2010 14:23:32 GMT";
arnews[2] += "
";
arnews[3]="Ogletrees lead slew of seniors signing from Coweta high schools
";
arnews[3] += "From the moment that the first letter of interest arrived in the Boone Drive mailbox of Al and Allyson Ogletree a few years ago until exactly 8:18 a.m., on Wednesday morning when their twin sons, Alec and Zander, signed their National Letter's of Intent to play football at Georgia, the family was engulfed by the intense process known as college ...";
arnews[3] += "
Publ.Date : Thu, 04 Feb 2010 12:13:22 GMT";
arnews[3] += "
";
arnews[4]="Tigers need to hold serve against Hall
";
arnews[4] += "Princeton and Hall may be on opposite ends of the spectrum when it comes to the NCIC Lincoln boys' basketball standings, but that doesn't mean Jesse Brandt and the Tigers will overlook their friendly rivals from Spring Valley.";
arnews[4] += "
Publ.Date : Thu, 04 Feb 2010 06:49:48 GMT";
arnews[4] += "
";
arnews[5]="Rahman misses Oscar
";
arnews[5] += "Dashing India's only hope at the Oscars this year, music maestro A R Rahman's chance to win back-to-back Academy awards ended on Tuesday as he failed to win a nomination in the 'Best Original Song' category.";
arnews[5] += "
Publ.Date : Wed, 03 Feb 2010 08:00:00 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("