var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Suring Has A Leg Up In Conference Race
";
arnews[0] += "Pyscher Expected To Lead Bulldog Run As one of just two returning players from the M & O Conference first and second teams, Alyssa Pyscher seems poised to lift the Peshtigo Bulldogs over the hump and into the conference penthouse in her senior season.";
arnews[0] += "
Publ.Date : Tue, 24 Nov 2009 20:34:47 GMT";
arnews[0] += "
";
arnews[1]="Chiefs can't upset No. 1 Cherokee County
";
arnews[1] += "The North Jackson Chiefs knew that their Class 4A state quarterfinal opponent Cherokee County had a lot of offensive firepower.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 06:38:31 GMT";
arnews[1] += "
";
arnews[2]="All-around victory
";
arnews[2] += "To advance in the playoffs, teams must be solid in all three phases of football.";
arnews[2] += "
Publ.Date : Wed, 18 Nov 2009 16:05:51 GMT";
arnews[2] += "
";
arnews[3]="Man gets 11 years for theft, drug paraphernalia possession, escape
";
arnews[3] += "Yavapai County Superior Court Judge Ralph Hess sentenced John Travis Altman to 11 years in prison for several charges including theft and escape.";
arnews[3] += "
Publ.Date : Tue, 24 Nov 2009 15:41:00 GMT";
arnews[3] += "
";
arnews[4]="Pilbara artists share cultural identity
";
arnews[4] += "Roebourne Aboriginal artist Violet Samson often becomes so absorbed in her painting that she forgets to have dinner.";
arnews[4] += "
Publ.Date : Tue, 24 Nov 2009 08:26:15 GMT";
arnews[4] += "
";
arnews[5]="Center Stage in Nashville Hosts Alabama Line Tuesday November 24
";
arnews[5] += "The current lineup features a deep pool of diverse artists such as Tommy Tutone, Wayne Mills Band, Derek Welsh, The Darlins, Eric Lee Beddingfield, Brent Cobb and more.";
arnews[5] += "
Publ.Date : Mon, 23 Nov 2009 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("