var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Bob And Yoli Narron Battle "Tough Sam" For The Win On Lake Sam Rayburn
";
arnews[0] += "C.A.S.T. Southeast was greeted with very cool temperatures, 20mph winds, partial overcast then blue bird skies.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 16:31:26 GMT";
arnews[0] += "
";
arnews[1]="Speedskating's Olympic Rewards Fail to Pay the Bills
";
arnews[1] += "Tears welled in Kip Carpenter's eyes last fall as he addressed the Wisconsin Speedskating Association board at the Pettit National Ice Center.";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 13:18:19 GMT";
arnews[1] += "
";
arnews[2]="Group joins Denton Bach Society
";
arnews[2] += "The Denton Bach Players are, from left, Janelle West, Heidi Klein, Eric Smith, Andrew Justice, Lenora McCroskey and Jennifer Carpenter.";
arnews[2] += "
Publ.Date : Mon, 08 Feb 2010 12:59:00 GMT";
arnews[2] += "
";
arnews[3]="Victims of Boulder midair crash identified
";
arnews[3] += "The victims of a fiery plane collision over north Boulder included two brothers - middle-aged family men and professionals - and a young pilot from Evergreen, authorities and family confirmed Sunday.";
arnews[3] += "
Publ.Date : Mon, 08 Feb 2010 06:48:08 GMT";
arnews[3] += "
";
arnews[4]="Savannah Book Festival heats up today
";
arnews[4] += "The third annual Savannah Morning News Savannah Book Festival takes place this weekend at venues in and around Telfair Square.";
arnews[4] += "
Publ.Date : Sat, 06 Feb 2010 08:00:00 GMT";
arnews[4] += "
";
arnews[5]="Fashion Faceoff
";
arnews[5] += "ANNA VS. LILY Alexander McQueen's reptilian-meets-sci-fi print mini dress has been the red carpet choice for 2 leading ladies of late.";
arnews[5] += "
Publ.Date : Sun, 07 Feb 2010 19:06:22 GMT";
arnews[5] += "
";
arnews[6]="Winter Circuit Court term ends
";
arnews[6] += "SDN Staff Reports Arraignments on Grand Jury indictments continued to dominate much of the action during the second week of the winter Oktibbeha County Circuit Court term, which ended Friday.";
arnews[6] += "
Publ.Date : Sun, 07 Feb 2010 15:28:50 GMT";
arnews[6] += "
";
totcount = 7;
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("