var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Celebrity birthdays for Nov. 29-Dec. 5
";
arnews[0] += "Celebrity birthdays for the week of Nov. 29-Dec. 5: Nov. 29: Blues musician John Mayall is 76.";
arnews[0] += "
Publ.Date : Tue, 24 Nov 2009 19:19:06 GMT";
arnews[0] += "
";
arnews[1]="Filmmakers Won't Let A Single Man Come Out of the Closet
";
arnews[1] += "Many people noted that the first promotional one-sheet for Tom Ford 's debut film A Single Man , made no reference to the fact that the film is an adaptation of a book written by a gay man about a day in the life of a gay man.";
arnews[1] += "
Publ.Date : Tue, 24 Nov 2009 16:41:09 GMT";
arnews[1] += "
";
arnews[2]="New Posters for a Single Man, the Road and District 13: Ultimatum
";
arnews[2] += "The Weinstein Company has released a new poster for The Road and A Single Man .A While I liked the previous poster for The Road , I understand using a huge quote saying how great the movie is as a way to help sell the movie.";
arnews[2] += "
Publ.Date : Tue, 24 Nov 2009 12:21:27 GMT";
arnews[2] += "
";
arnews[3]="Kam's Kapsules: Weekly Previews That Make Choosing a Film Fun
";
arnews[3] += "Ninja Assassin Korean singing sensation Rain stars as the title character in this high body-count, martial arts saga about a renegade from a secret society of trained killers forced to fight his former comrades when they trail him from the Far East to Berlin.";
arnews[3] += "
Publ.Date : Tue, 24 Nov 2009 17:01:58 GMT";
arnews[3] += "
";
arnews[4]="Not Gay: Filmmakers Won't Let A Single Man Come Out of the Closet
";
arnews[4] += "Many people noted that the first promotional one-sheet for Tom Ford's debut film A Single Man , made no reference to the fact that the film is an adaptation of a book written by a gay man about a day in the life of a gay man.";
arnews[4] += "
Publ.Date : Tue, 24 Nov 2009 15:00:47 GMT";
arnews[4] += "
";
arnews[5]="2009 holiday movies list
";
arnews[5] += "A look at some of the movies in theaters or headed there: by the end of the year: 'Precious: Based on the Novel 'Push' by Sapphire' Director: Lee Daniels Stars: Gabourey Sidibe, Mo'Nique, Mariah Carey Story line: An overweight, illiterate Harlem teen pregnant with her second child enrolls in an alternative school in an attempt to change her ...";
arnews[5] += "
Publ.Date : Tue, 24 Nov 2009 08:00:00 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("