var arnews = new Array(8);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="2009 NCLR ALMA Awards - Raza Report - Lowrider Magazine.com
";
arnews[0] += "For the first time in history, the two-hour special, presented by NCLR (National Council of La Raza)-the largest national Latino civil rights and advocacy organization in the United States-is taking place during Hispanic Heritage Month, a time when ...";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 01:41:00 GMT";
arnews[0] += "
";
arnews[1]="Meet the Rookie Guards of 'Armored' - Manila Bulleting Online
";
arnews[1] += "Columbus Short (“Whiteout”), Skeet Ulrich (TV’s “Jericho”) and Amaury Nolasco (TV’s “Prison Break”) star as young armored truck guards who, in cahoots with the veteran guards, execute a meticulously planned robbery of their own ...";
arnews[1] += "
Publ.Date : Mon, 08 Feb 2010 08:30:00 GMT";
arnews[1] += "
";
arnews[2]="Heist thriller Armored comes to Blu-ray and DVD on March 16 - DVDTOWN.com
";
arnews[2] += "Connect to Facebook/Twitter, recommend via email and much more. Sony has announced the date and details for the release of the Matt Damon/Laurence Fisburne heist film, \"Armored.\" Here's the release: Culver City, Calif.– Get ready for no-holds ...";
arnews[2] += "
Publ.Date : Sat, 06 Feb 2010 16:11:00 GMT";
arnews[2] += "
";
arnews[3]="Super parties at the Super Bowl - Kansas City Star
";
arnews[3] += "Nancy O'Dell and Nick Cannon, right, get playful on stage as they host the Pepsi Super Bowl Fan Jam. Photo Credit: CARL JUSTE Invited guests Adriana Dobarro, foreground left, and Maggie Godet, foreground right, both from Miami, relax during Buffalo ...";
arnews[3] += "
Publ.Date : Fri, 05 Feb 2010 23:57:00 GMT";
arnews[3] += "
";
arnews[4]="Reel World shorts - Elkhart Truth
";
arnews[4] += "Capsule reviews of films currently playing at area theaters by Elkhart Truth movie columnist Ben Ford (BF), the Associated Press (AP) and the Los Angeles Times (LAT). Alvin and the Chipmunks: The Squeakquel: A movie that offers exactly two big laughs ...";
arnews[4] += "
Publ.Date : Thu, 04 Feb 2010 04:24: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("