var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="TV rolls to 4th straight NC title
";
arnews[0] += "The surprises came at the beginning of the meet, definitely not at the end. In the first three races of the Northern Conference West Championships on Saturday at the Hewson Aquatic Center, the top-seeded swimmers could not hold off challengers, and that included Thompson Valley High School's 200-yard medley relay team.";
arnews[0] += "
Publ.Date : Sun, 07 Feb 2010 13:16:21 GMT";
arnews[0] += "
";
arnews[1]="Trickett fears medal drought
";
arnews[1] += "AUSTRALIA'S all-conquering swimming team risks flopping at this year's Commonwealth Games and the 2012 London Olympics unless Swimming Australia acts immediately to fill the vacant head coaching position.";
arnews[1] += "
Publ.Date : Sat, 06 Feb 2010 14:00:00 GMT";
arnews[1] += "
";
arnews[2]="Latest Aussie acting export on the brink of fame.
";
arnews[2] += "On the rise: Bojana Novakovic, who has a key role in Edge of Darkness . Photo: Angela Wylie Teetering on the brink of fame with her role in the upcoming Edge of Darkness , Bojana Novakovic is the latest in a long line of successful Australian acting exports.";
arnews[2] += "
Publ.Date : Sat, 30 Jan 2010 15:01:22 GMT";
arnews[2] += "
";
arnews[3]="Obituaries - Jan. 27, 2010
";
arnews[3] += "Blanche Duncan Bacon, 88, of Scottsville, died Jan. 19 at Martha Jefferson Hospital.";
arnews[3] += "
Publ.Date : Wed, 27 Jan 2010 13:56:35 GMT";
arnews[3] += "
";
arnews[4]="Obituaries - Jan. 27, 2010
";
arnews[4] += "Jacob Joseph Bond 'Jake' Jacob Joseph Bond, \"Jake,\" 68, of Nelson County, went home to be with his Lord on Jan.";
arnews[4] += "
Publ.Date : Wed, 27 Jan 2010 13:33:49 GMT";
arnews[4] += "
";
arnews[5]="What to Watch on Monday: Damages returns and Chuck gets Stone Cold
";
arnews[5] += "Social workers evaluate the homes of Cate and Baze to see if they'll make suitable guardians for Lux.";
arnews[5] += "
Publ.Date : Mon, 25 Jan 2010 16:30: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("