var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Bad Girls Of Film Noir, Volumes 1 & 2
";
arnews[0] += "Out on DVD are volumes one and two of the glorious series, Bad Girls Of Film Noir .";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 16:33:50 GMT";
arnews[0] += "
";
arnews[1]="Bad Girls Of Film Noir: Volume 1
";
arnews[1] += "The Killer That Stalked New York 1950 // 76 Minutes // Rated PG Two Of A Kind 1951 // 75 Minutes // Rated PG Bad For Each Other 1953 // 82 Minutes // Rated PG The Glass Wall 1953 // 80 Minutes // Rated G Released by Sony Reviewed by Appellate Judge Jennifer Malkowski // February 9th, 2010 View Appellate Judge Malkowski's Dossier E-mail Appellate ...";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 14:40:08 GMT";
arnews[1] += "
";
arnews[2]="FlixWorthy: Your Weekly Guide To Netflix Streaming
";
arnews[2] += "Netflix has spent the last couple of years trying to conquer the home entertainment world, one outlet at a time.";
arnews[2] += "
Publ.Date : Mon, 08 Feb 2010 22:20:46 GMT";
arnews[2] += "
";
arnews[3]="Longtime Congressman Murtha dies at.....
";
arnews[3] += "A spokesman says Democratic Rep. John Murtha of Pennsylvania, a retired Marine Corps officer who became an outspoken critic of the Iraq war, has died.";
arnews[3] += "
Publ.Date : Mon, 08 Feb 2010 21:22:25 GMT";
arnews[3] += "
";
arnews[4]="Sony's two-volume Bad Girls of Film Noir' sets bring them out of the shadows
";
arnews[4] += "When girls are good they are very good, but when they are bad they are even better.";
arnews[4] += "
Publ.Date : Mon, 08 Feb 2010 19:58:07 GMT";
arnews[4] += "
";
arnews[5]="Longtime Congressman Murtha dies at age 77
";
arnews[5] += "A spokesman says Democratic Rep. John Murtha of Pennsylvania, a retired Marine Corps officer who became an outspoken critic of the Iraq war, has died.";
arnews[5] += "
Publ.Date : Mon, 08 Feb 2010 19:48:33 GMT";
arnews[5] += "
";
arnews[6]="DVDs: What's available
";
arnews[6] += "\"A Serious Man,\" the Coen Brothers' Academy Award-nominated movie, leads this week's DVD releases, although the pack's sales leader probably will be the un-nominated \"Couples Retreat,\" written by and starring Vince Vaughn and Jon Favreau.";
arnews[6] += "
Publ.Date : Mon, 08 Feb 2010 15:42:23 GMT";
arnews[6] += "
";
arnews[7]="Race to save Roman chariot track site
";
arnews[7] += "There was considerable excitement among archaeologists when, in 2005, a firm of housing developers unearthed the only Roman chariot-racing track in Britain, on a site in Colchester, Essex.";
arnews[7] += "
Publ.Date : Mon, 08 Feb 2010 04:17:00 GMT";
arnews[7] += "
";
arnews[8]="Bad Girls of Film Noir
";
arnews[8] += "Both \"bad girl\" and \"film noir\" are terms to be understood loosely in this two-volume, eight-film collection from Sony, but I'm more than willing to put up with a little hype if it means bringing some fresh material to market.";
arnews[8] += "
Publ.Date : Sun, 07 Feb 2010 23:35:26 GMT";
arnews[8] += "
";
totcount = 9;
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("