var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="as Seen on TV: Sally Hemings
";
arnews[0] += "AS SEEN IN: \" Sally Hemings: An American Scandal \" AS PLAYED BY : Carmen Ejogo From Wikipedia: Sally Hemings was an African-American slave owned by President of the United States Thomas Jefferson.";
arnews[0] += "
Publ.Date : Mon, 01 Feb 2010 06:26:40 GMT";
arnews[0] += "
";
arnews[1]="Movie Review: Away We Go
";
arnews[1] += "It's become a bit of a cliche in Hollywood in recent years for directors to cast a spotlight on dysfunctional marriages.";
arnews[1] += "
Publ.Date : Thu, 10 Dec 2009 11:31:13 GMT";
arnews[1] += "
";
arnews[2]="Where The Wild Things Are: See It, But Only Once
";
arnews[2] += "I have a friend who dislikes seeing films twice, because, after the first viewing, he already knows the plot, so why would he see it again? Foolish.";
arnews[2] += "
Publ.Date : Thu, 15 Oct 2009 03:57:23 GMT";
arnews[2] += "
";
arnews[3]="Away We Go
";
arnews[3] += "Article by Jessica Grabert : 2009-10-12 15:20:25 There are all kinds of ways to do things right and all kinds of ways to do things wrong.";
arnews[3] += "
Publ.Date : Mon, 12 Oct 2009 22:20:25 GMT";
arnews[3] += "
";
arnews[4]="Away We Go
";
arnews[4] += "John Krasinksi , Maya Rudolph , Jeff Daniels , Maggie Gyllenhaal , Allison Janney , Chris Messina , Catherine O'Hara , Paul Schneider , Carmen Ejogo , Jim Gaffigan , Josh Hamilton , Melanie Lynskey Director: Length: 93 min Longtime couple Burt and Verona are going to have a baby.";
arnews[4] += "
Publ.Date : Fri, 12 Jun 2009 07:00:00 GMT";
arnews[4] += "
";
arnews[5]="Reviews of recent and upcoming DVD releases
";
arnews[5] += "Fermat's Room The real shame about all those \"Saw\" sequels is that the premise - a group of individuals, arranged for unknown but deliberate reasons, tasked with using their own wits to save their own lives - deserves so much more than to be used simply as an excuse to kill a few annoying people in various gory ways.";
arnews[5] += "
Publ.Date : Tue, 29 Sep 2009 23:02:25 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("