var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Alvin and The Chipmunks: The Squeakquel Sings Up to DVD and Blu-ray on March 30th
";
arnews[0] += "You can bring home the latest singing adventures of Alvin, Simon and Theodore on DVD and Blu-ray this March.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 23:26:46 GMT";
arnews[0] += "
";
arnews[1]="Brad Pitt, Angelina Jolie donate $1 million, Clooney hosts MTV fundraiser
";
arnews[1] += "Brad Pitt and Angelina Jolie donated $1 million US to Doctors Without Borders, who are struggling to provide urgent medical care to those devastated by the earthquake in Haiti.";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 19:16:28 GMT";
arnews[1] += "
";
arnews[2]="Ribkat and Josy B. Release Their Debut Record "Theory of Addicts"
";
arnews[2] += "Los Angeles, CA a ' The collaboration between rhyme-master Ribkat and female-phenom Josy B. came full circle in December's release of their debut record, \"Theory of Addicts\". The duo combines 80s electronica and dance with early 90s hip-hop influences that produce a fresh new sound that gets your body moving.";
arnews[2] += "
Publ.Date : Sun, 07 Feb 2010 22:47:24 GMT";
arnews[2] += "
";
arnews[3]="Movies
";
arnews[3] += "FROM PARIS WITH LOVE In Paris, a loose-cannon CIA agent and a young U.S. embassy employee team up to thwart a terrorist attack in this kick-butt action workout from director Pierre Morel .";
arnews[3] += "
Publ.Date : Fri, 05 Feb 2010 15:29:00 GMT";
arnews[3] += "
";
arnews[4]="Film clips
";
arnews[4] += "David Sevillea s chipmunk wards Alvin, Simon and Theodore return in the sequel to sing in three-part harmony, along with the Chipmunksa female counterparts, the Chipettes.";
arnews[4] += "
Publ.Date : Fri, 05 Feb 2010 08:28:01 GMT";
arnews[4] += "
";
arnews[5]="Movies: Now Playing - Week of Feb. 5
";
arnews[5] += "The following movies are showing at Harkins Prescott Valley Cinemas, 7202 Pav Way, Prescott Valley .";
arnews[5] += "
Publ.Date : Fri, 05 Feb 2010 06:33:24 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("