var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Old classics on DVD
";
arnews[0] += "Here are a few of this week's new-to-DVD movies, led by the late Gilda Radner's 1980 concert film.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 05:38:49 GMT";
arnews[0] += "
";
arnews[1]="Home movies
";
arnews[1] += "Betty Blue This is the directora s cut of Jean-Jacques Beineixa s 1986 sexy, tragic drama about a young handyman and a beautiful waitress who begin an erotic escapade that grows into a genuine relationship, then tumbles into madness.";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 16:53:58 GMT";
arnews[1] += "
";
arnews[2]="On Nov. 14, 1973, Britain's Princess Anne married Capt. Mark Phillips in Westminster Abbey
";
arnews[2] += "Today is Saturday, Nov. 14, the 318th day of 2009. There are 47 days left in the year.";
arnews[2] += "
Publ.Date : Thu, 19 Nov 2009 01:21:15 GMT";
arnews[2] += "
";
arnews[3]="Celebrity birthdays for Nov. 8-14
";
arnews[3] += "Celebrity birthdays for the week of Nov. 8-14: Nov. 8: Actress June Havoc is 97.";
arnews[3] += "
Publ.Date : Fri, 13 Nov 2009 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="Aw, Man a The Equalizer Died
";
arnews[4] += "November 16th, 2009 by Wendie Because I know all you young 'uns are going to be like \"Who the fuck is Edward Woodward? A What the hell is the Equalizer?\" I found a little tribute clip that some genius on YouTube put together two years ago.";
arnews[4] += "
Publ.Date : Tue, 17 Nov 2009 00:13:00 GMT";
arnews[4] += "
";
arnews[5]="Navigating workplace politics, as learned from TV
";
arnews[5] += "Even the Manhattan television studio in NBC's 30Rock isn't immune to the recession.";
arnews[5] += "
Publ.Date : Sun, 15 Nov 2009 14:00:01 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("