var arnews = new Array(8);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="The gymnastics week in review
";
arnews[0] += "Incredible skills! : Kohei Uchimura's triple-twisting double back, Kikuchi Shusuke's Arabian double front layout, Viktoria Komova on bars... Diego's year of magical thinking : Former World floor champion Diego Hypolito says he finally feels at peace, as he was before the 2008 Olympics.";
arnews[0] += "
Publ.Date : Fri, 25 Dec 2009 08:00:00 GMT";
arnews[0] += "
";
arnews[1]="Oxford Police Department Log
";
arnews[1] += "Arrests Ricky Peace, 48, of 408 Bullock St., was booked Oct. 28. Misdemeanor loud music city ordinance violation.";
arnews[1] += "
Publ.Date : Sun, 15 Nov 2009 09:55:33 GMT";
arnews[1] += "
";
arnews[2]="Lexcen invented winged keel: Bertrand
";
arnews[2] += "AUSTRALIA II skipper John Bertrand has rejected claims that Ben Lexcen did not invent the famous winged keel that guided the yacht to America's Cup victory in 1983.";
arnews[2] += "
Publ.Date : Tue, 13 Oct 2009 21:30:00 GMT";
arnews[2] += "
";
arnews[3]="High school sports roundup - roanoke.com
";
arnews[3] += "Kelsey Stapleton had nine kills to lead Jefferson Forest . Lindsey Smith had seven kills and three aces, Megan Prothero totalled 16 digs and Brittany McCormick had three kills and three blocks.";
arnews[3] += "
Publ.Date : Fri, 18 Sep 2009 13:14:52 GMT";
arnews[3] += "
";
arnews[4]="Larceny - Larissa Steptoe
";
arnews[4] += "Larissa Steptoe, 17, of Old Folkstone Road in Holly Ridge, was charged Friday by the Jacksonville Police Department with misdemeanor larceny, felony larceny by anti-inventory device and misdemeanor conspiracy.";
arnews[4] += "
Publ.Date : Sun, 13 Sep 2009 00:33:33 GMT";
arnews[4] += "
";
arnews[5]="Elkton toppled Yoncalla in volleyball
";
arnews[5] += "The Elkton volleyball team bounced back from a third-game loss to down Yoncalla 25-14, 25-19, 23-25 and 25-21 Tuesday night at Duncan Court.";
arnews[5] += "
Publ.Date : Thu, 10 Sep 2009 02:59:42 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("