var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Remember the Titans
";
arnews[0] += "Remember the Titans takes place in 1971. T.C. Williams High School, formerly a segregated all white school, becomes integrated.";
arnews[0] += "
Publ.Date : Mon, 08 Feb 2010 06:05:21 GMT";
arnews[0] += "
";
arnews[1]="Mariah Prank Calls Husband Nick Cannon With Porn Talk
";
arnews[1] += "Mariah Carey was up to no good this morning. The singer/actress tweeted to fans in the wee hours, \"I'm up listening to my husband on his radio show in ny on 92.3 lmao! Big kiss to all up so early!!! I'm trying to stay up til NC gets home.\" Apparently she couldn't wait that long to see see her hubby, Nick Cannon , as he later posted, \"My wife just ...";
arnews[1] += "
Publ.Date : Tue, 26 Jan 2010 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="'Art School Confidential' is realistic, well acted
";
arnews[2] += "College movies are usually wild comedies with lots of booze or heavy duty stuff with stressed out students in constant turmoil.";
arnews[2] += "
Publ.Date : Thu, 28 Jan 2010 18:00:11 GMT";
arnews[2] += "
";
arnews[3]="Sundance announces Native film lineup
";
arnews[3] += "Boy Taika Waititi 2009 Categories: World Cinema Dramatic Competition, World Premiere, Comedy It's 1984, and Michael Jackson is king - even in Waihau Bay, New Zealand.";
arnews[3] += "
Publ.Date : Mon, 18 Jan 2010 20:17:12 GMT";
arnews[3] += "
";
arnews[4]="Shari Healey
";
arnews[4] += "\"My Name Is Earl\" creator Greg Garcia , right, is a writer because he has a way with words.";
arnews[4] += "
Publ.Date : Tue, 19 May 2009 07:00:00 GMT";
arnews[4] += "
";
arnews[5]="Film Shorts
";
arnews[5] += "Leap Year Amy Adams stars in this romantic comedy as a woman whose plans to follow Irish tradition and propose to her boyfriend on February 29 go awry.";
arnews[5] += "
Publ.Date : Wed, 06 Jan 2010 18:15:05 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("