var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="This week in movies, TV and music
";
arnews[0] += "A father and his son must make a dangerous journey across the lawless, post-apocalyptic U.S. in hopes of finding civilization.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 03:15:00 GMT";
arnews[0] += "
";
arnews[1]="Rec Sports: Junior Striders bring medals home from state cross country championships
";
arnews[1] += "The deadline for submitting sports copy is noon on Mondays. We prefer e-mail or fax .";
arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 05:00:00 GMT";
arnews[1] += "
";
arnews[2]="School Digest
";
arnews[2] += "Reaching for the Stars , a silent auction being held by the high school in support of catholic and small school education, will be from 6 p.m. to midnight Nov.";
arnews[2] += "
Publ.Date : Thu, 19 Nov 2009 11:25:54 GMT";
arnews[2] += "
";
arnews[3]="School Bell: Discovery Bay students get hands-on lessons about Native American life
";
arnews[3] += "Timber Point third-graders recently extended their lessons about Native Americans with a visit to the Lindsay Wildlife Museum in Walnut Creek.";
arnews[3] += "
Publ.Date : Wed, 18 Nov 2009 21:20:36 GMT";
arnews[3] += "
";
arnews[4]="Athlete of the Week honor roll
";
arnews[4] += "Nominations from coaches for Happy State Bank Athletes of the Week can be e-mailed to sportswriter Ricky Treon at sports@ amarillo.com . Kristian Askins, River Road football: Askins caught a 31-yard touchdown pass with 2:26 left, giving River Road a shocking 25-21 bidistrict win against defending state champion Muleshoe.";
arnews[4] += "
Publ.Date : Tue, 17 Nov 2009 10:28:49 GMT";
arnews[4] += "
";
arnews[5]="Nov. 17 community sports accomplishments
";
arnews[5] += "The Golden Empire Youth Football League's JV Wolverines, coached by Darick Blackshere, have rolled up a 9-0 record this season, a year after going unbeaten and winning the sophomore championship.";
arnews[5] += "
Publ.Date : Tue, 17 Nov 2009 03:44:16 GMT";
arnews[5] += "
";
arnews[6]="The Coastal Christian School boys basketball and girls ...
";
arnews[6] += "Coastal Christian School's Jeremiah Dickinson breaks from the pack, that includes teammates Tony Lombardo, left, and Bill Jones, right, during Friday night's basketball game with the Madison Flames.";
arnews[6] += "
Publ.Date : Mon, 16 Nov 2009 23:28:09 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("