var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Pop Talk: 1,000 comics to read, sci-fi convention, and Joss Whedon to direct 'Glee'
";
arnews[0] += "Whether you agree with Isabella's list or not, the richness of imagination and comic tradition included in these pages is an absolute treat.";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 22:53:29 GMT";
arnews[0] += "
";
arnews[1]="South Medford's Avila earns top SWC honor
";
arnews[1] += "South Medford senior Brian Avila was tabbed as the Southwest Conference boys soccer player of the year during recent voting by the coaches, making it the second straight season a Panther was awarded the top honor.";
arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 12:06:24 GMT";
arnews[1] += "
";
arnews[2]=""You Can't Take It With You"
";
arnews[2] += "Grandpa, as played by Bob Strohmayer, gets good news as Bill Jones and Marianne Hill look on.";
arnews[2] += "
Publ.Date : Wed, 18 Nov 2009 03:50:12 GMT";
arnews[2] += "
";
arnews[3]="Dayton breaks Bulldog win streak
";
arnews[3] += "Daytona s stellar defense held the Bulldogs to just 166 yards of total offense Saturday as Drake lost its first conference game of the season 23-6. The Bulldogs are now 8-2 overall and 6-1 in Pioneer Football League play.";
arnews[3] += "
Publ.Date : Mon, 16 Nov 2009 06:20:34 GMT";
arnews[3] += "
";
arnews[4]="Mike Shanahan Should Have a Future in Chicago
";
arnews[4] += "Bears fans worldwide know that something's wrong with their team. After taking a chance on a disgruntled quarterback and basically trading away the team's future , questions are being answered and potential solutions are being sought.";
arnews[4] += "
Publ.Date : Mon, 16 Nov 2009 04:04:34 GMT";
arnews[4] += "
";
arnews[5]="Brevard athletes, teams fare well
";
arnews[5] += "Brevard County prep cross country runners acquitted themselves well in regional meets Saturday, winning four individual and four team titles and advancing teams and individuals to the FHSAA state meet.";
arnews[5] += "
Publ.Date : Sun, 15 Nov 2009 07:29:43 GMT";
arnews[5] += "
";
arnews[6]="Four Saints named to All-UEC volleyball squad
";
arnews[6] += "The St. Charles East volleyball team had four players earn All-Upstate Eight Conference status to lead the area contingency.";
arnews[6] += "
Publ.Date : Tue, 10 Nov 2009 11:29:08 GMT";
arnews[6] += "
";
arnews[7]="Shults Auto Group Adult Hockey
";
arnews[7] += "Dan Longnecker and Sam Varo scored twice and Aric Kopf once as the Hooligans edged Zwieg's, 5-4, at the Jamestown Savings Bank Ice Arena.";
arnews[7] += "
Publ.Date : Sun, 08 Nov 2009 10:46:39 GMT";
arnews[7] += "
";
arnews[8]="Taxing times
";
arnews[8] += "Council pans report; vows to watch spending City councillors generally gave short-shrift to a Canadian Federation of Independent Business report that ranks Prince George among the biggest spenders for its rate of population growth, but are also vowing to keep a tight reign on spending as they start to consider next year's budget.";
arnews[8] += "
Publ.Date : Sun, 08 Nov 2009 00:00:00 GMT";
arnews[8] += "
";
totcount = 9;
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("