var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="TCC loses first game of year
";
arnews[0] += "Stuart Drew's RBI ground out in the seventh inning broke a 1-1 tie and South Georgia College went on to a 3-1 victory over FCCAA No.";
arnews[0] += "
Publ.Date : Wed, 03 Feb 2010 08:00:00 GMT";
arnews[0] += "
";
arnews[1]="New commandant takes over NCO Academy
";
arnews[1] += "CSM Mark Horsley became the 21st commandant of the Henry Caro Noncommissioned Officer Academy during a change of command ceremony Tuesday at Ridgway Hall.";
arnews[1] += "
Publ.Date : Fri, 29 Jan 2010 19:03:47 GMT";
arnews[1] += "
";
arnews[2]="Correspondence
";
arnews[2] += "Sir Rodric Braithwaite's summary of Afghan history suggests that our diplomats \"lie abroad for their country\" too long to sustain objectivity .";
arnews[2] += "
Publ.Date : Thu, 28 Jan 2010 07:06:14 GMT";
arnews[2] += "
";
arnews[3]="MISS-US: New love Georgia (left) and Laura (right) was a Dan fan
";
arnews[3] += "THESE two beauties are proof that boy band heartthrob Danny Jones really does love his country.";
arnews[3] += "
Publ.Date : Sun, 17 Jan 2010 02:09:39 GMT";
arnews[3] += "
";
arnews[4]="Georgia lined up to take over Miss York
";
arnews[4] += "FORMER Miss England winner Georgia Horsley could be about to take over the running of the Miss York beauty contest following the death of previous organiser Vivienne Lee.";
arnews[4] += "
Publ.Date : Sat, 09 Jan 2010 13:50:11 GMT";
arnews[4] += "
";
arnews[5]="Wrestling, hoops postponed for weekend
";
arnews[5] += "While it was not the ideal option, Nathan Horsley was left little choice but to postpone todaya s regularly-scheduled Class A Duals to Monday with a 10 a.m. start.";
arnews[5] += "
Publ.Date : Sat, 09 Jan 2010 06:35:25 GMT";
arnews[5] += "
";
arnews[6]="Daelah Merence Elliott
";
arnews[6] += "NEWARK: A funeral service for Daelah Merence Elliott of Newark will be held at 2:00 p.m. Friday at with Pastor Chuck Horsley officiating.";
arnews[6] += "
Publ.Date : Fri, 08 Jan 2010 08:00:00 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("