var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="An Education - A coming-of-age story set in 1961 England is two-thirds of a wonderful movie.
";
arnews[0] += "An English schoolgirl in 1961 didn't have much to look forward to. She went to university, if she was smart enough, then became a teacher or civil servant.";
arnews[0] += "
Publ.Date : Thu, 19 Nov 2009 14:38:17 GMT";
arnews[0] += "
";
arnews[1]="Top TV Shows Of The Decade
";
arnews[1] += "From the sixth grade dance to the senior prom, we watched Rory and Lorelai work through countless boyfriends, colleges, fights, and awkward dinners with Emily and Richard.";
arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 11:27:42 GMT";
arnews[1] += "
";
arnews[2]="Amanda Peet
";
arnews[2] += "Rapper Xzibit, Amanda Peet and Billy Connolly have joined the cast of the new X-Files film.";
arnews[2] += "
Publ.Date : Tue, 13 Mar 2007 07:00:00 GMT";
arnews[2] += "
";
arnews[3]="TV Review: 'Gilmore': 'If there is a movie...'
";
arnews[3] += "My ongoing mission to get Amy Sherman-Palladino to cough up those elusive final four Gilmore Girl words is finally starting to bear some juicy fruit.";
arnews[3] += "
Publ.Date : Mon, 16 Nov 2009 05:00:00 GMT";
arnews[3] += "
";
arnews[4]="Alpha Babes, Ancient Mayans and Alexis Bledel
";
arnews[4] += "Early details have been announced for Anchor Bay's 22 December Blu-ray Disc release of Pandorum .";
arnews[4] += "
Publ.Date : Mon, 16 Nov 2009 06:17:54 GMT";
arnews[4] += "
";
arnews[5]="Sisterhood of the Traveling Pants
";
arnews[5] += "The grin-and-bear-it title, from a best-selling \"tween\" novel by Ann Brashares, refers to a clique of four sixteen-year-old girlfriends in Bethesda, Md., linked from the womb in their mothers' prenatal aerobics class, who purchase a pair of thrift-shop jeans that magically fit their dissimilar bodies , and who mail the garment back and forth as a ...";
arnews[5] += "
Publ.Date : Sat, 14 Nov 2009 21:33:59 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("