var arnews = new Array(6);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="This week in movies, TV and music - Erie Times-News
";
arnews[0] += "A father (Viggo Mortensen) and his son (Kodi Smit-McPhee) must make a dangerous journey across the lawless, post-apocalyptic U.S. in hopes of finding civilization. \"The Princess and the Frog\" (G) Beautiful Tiana kisses a frog claiming to be a prince ...";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 21:45:00 GMT";
arnews[0] += "
";
arnews[1]="Chamber names award winners - Amarillo Globe-Times
";
arnews[1] += "The Amarillo Chamber of Commerce Sports Committee handed out award winners to 14 athletes for their performances in the month of October on Thursday afternoon at a luncheon held at Kids, Inc. football - Class 1A: Westin Williams, quarterback ...";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 07:42:00 GMT";
arnews[1] += "
";
arnews[2]="Live-Action TV Movie Ben 10: Alien Swarm Premieres on The Cartoon ... - COMICBOOKMOVIE.com
";
arnews[2] += "Ben 10: Alien Swarm is an upcoming live-action movie coming to Cartoon Network, based on the upcoming animated series Ben 10: Alien Force . Ben 10 comic books. The storyline of the television movie follows Ben as he makes the tough and somewhat ...";
arnews[2] += "
Publ.Date : Sun, 15 Nov 2009 23:54:00 GMT";
arnews[2] += "
";
arnews[3]="Athlete of the Week honor roll - Amarillo Globe-Times
";
arnews[3] += "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 ...";
arnews[3] += "
Publ.Date : Tue, 17 Nov 2009 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="CARTOON NETWORK AND KIDS FOOT LOCKER REWARD SHOPPERS THIS HOLIDAY ... - The Futon Critic
";
arnews[4] += "[NOTE: The following article is a press release issued by the aforementioned network and/or company. Any errors, typos, etc. are attributed to the original author. The release is reproduced solely for the dissemination of the enclosed information ...";
arnews[4] += "
Publ.Date : Wed, 18 Nov 2009 08:06:00 GMT";
arnews[4] += "
";
totcount = 5;
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("