var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Birthday Suits, That Girl Those Girls
";
arnews[0] += "Candide is his work that's most familiar to modern audiences having been filmed, adapted, and put on lists like this one as well as being adapted into a popular and oft-revived comic operetta.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 16:26:19 GMT";
arnews[0] += "
";
arnews[1]="Holiday TV Guide: Three 'Christmas Carols,' two showings of 'Grinch, and much more
";
arnews[1] += "The Grinch and his pal Max are back for another seasonal run of \"How The Grinch Stole Christmas.\" Television programmers decorate for the holidays much the same as we do.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 08:31:11 GMT";
arnews[1] += "
";
arnews[2]="New on DVD: 'Angels & Demons,' 'Funny People' and 'The 2000 Year Old Man'
";
arnews[2] += "Hanks returns as symbologist Robert Langdon in this exciting sequel to \"The Da Vinci Code.\" He must decipher ancient clues to find an anti-matter bomb before it blows up the Vatican.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 05:00:28 GMT";
arnews[2] += "
";
arnews[3]="Fashion Star Of The Week: Kate Beckinsale
";
arnews[3] += "Kate Beckinsale looked very much a fair lady at the MOCA 30th Anniversary Gala which took place in Los Angeles on November 14.";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 18:17:02 GMT";
arnews[3] += "
";
arnews[4]="Little Screen
";
arnews[4] += "This week's new releases, available Tuesday, are rated by Jay Bobbin of Zap2it on a scale of one to four, with H equivalent to a poor rating and HHHH meaning excellent.";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 14:00:00 GMT";
arnews[4] += "
";
arnews[5]="Joshua Bell - At Home With Friends
";
arnews[5] += "Alphabetical Listing Home : CD reviews : Classical : Joshua Bell - Joshua Bell got his first violin at the age of four after his parents found his plucking at rubber bands he stretched over the handles of his dresser.";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 12:46:28 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("