var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Out On Home Video
";
arnews[0] += "Hollywood, California - Out On Home Video - by Lisa Miller: ZOMBIELAND *1/2 Directed by Ruben Fleischer Starring Woody Harrelson, Jesse Eisenberg, Amber Heard, Emma Stone, Abigail Breslin, Bill Murray Sony//Rated R//Horror, Comedy//87 min Available on: DVD and Blu-Ray In a world overrun by zombies, the unzombified main characters take the names of ...";
arnews[0] += "
Publ.Date : Fri, 05 Feb 2010 08:00:00 GMT";
arnews[0] += "
";
arnews[1]="Review: 'Amelia' takes flight on DVD and Blu-ray
";
arnews[1] += "'AMELIA,\" a biopic about the world's most famous female pilot on DVD and Blu-ray, Amelia Earhart, seems almost a throwback to another era of filmmaking.";
arnews[1] += "
Publ.Date : Thu, 04 Feb 2010 03:21:31 GMT";
arnews[1] += "
";
arnews[2]="Review: 'Amelia' takes flight on DVD and Blu-ray
";
arnews[2] += "'AMELIA,\" a biopic about the world's most famous female pilot on DVD and Blu-ray, Amelia Earhart, seems almost a throwback to another era of filmmaking.";
arnews[2] += "
Publ.Date : Thu, 04 Feb 2010 01:16:07 GMT";
arnews[2] += "
";
arnews[3]="Quincy Jones, Bill Withers & John Mayer Top ASCAP's 5th Expo
";
arnews[3] += "Quincy Jones, Bill Withers and John Mayer will lead the list of speakers at the 5th annual ASCAP \"I Create Music\" Expo.";
arnews[3] += "
Publ.Date : Wed, 27 Jan 2010 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="Dark Mirror
";
arnews[4] += "Reviewed by Rhiannon Benedict \"Dark Mirror\" strives to be a classic thriller, and it very nearly succeeds.";
arnews[4] += "
Publ.Date : Fri, 29 Jan 2010 08:00:00 GMT";
arnews[4] += "
";
arnews[5]="EVENT: Quincy Jones, Bill Withers and John Mayer Top Ascap's 5th Expo
";
arnews[5] += "Quincy Jones, Bill Withers and John Mayer will lead the list of speakers at the 5th annual ASCAP 'I Create Music\" Expo.";
arnews[5] += "
Publ.Date : Thu, 28 Jan 2010 08:00:41 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("