var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Sorority Row review
";
arnews[0] += "'Sorority Row' was directed by Stewart Hendler, the film stars Briana Evigan, Leah Pipes, Rumer Willis, Jamie Chung, Margo Harshman, Audrina Patridge, and Carrie Fisher.";
arnews[0] += "
Publ.Date : Sat, 30 Jan 2010 01:36:22 GMT";
arnews[0] += "
";
arnews[1]="The best of television tonight
";
arnews[1] += "Live For the Moment, 8 p.m., CBS. Roger Childs was 38, with a picture-book family and life, when the jolt came.";
arnews[1] += "
Publ.Date : Thu, 28 Jan 2010 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="'Live For the Moment' debuts on CBS
";
arnews[2] += "TONIGHT'S MIGHT-SEE: 'Live For the Moment,' 8 p.m., CBS. Roger Childs was 38, with a picture-book family and life, when the jolt came.";
arnews[2] += "
Publ.Date : Thu, 28 Jan 2010 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="Ugly truth for 'Ugly Betty': This season it ends
";
arnews[3] += "It's ugly news for all the fans of \"Ugly Betty.\" ABC says the series will be canceled after this season.";
arnews[3] += "
Publ.Date : Thu, 28 Jan 2010 02:21:36 GMT";
arnews[3] += "
";
arnews[4]="'The Deep End' turns out to be shallow 'L.A. Law'
";
arnews[4] += "The law relies on precedent, and so do legal dramas. It's impossible to create a modern series about high-powered lawyers without citing Steven Bochco's 'L.A. Law,' a landmark series that was to sex and litigation what Brown v. Board of Education was to discrimination.";
arnews[4] += "
Publ.Date : Sun, 24 Jan 2010 09:48:06 GMT";
arnews[4] += "
";
arnews[5]="TV Review: The Deep End
";
arnews[5] += "In Section: ON SCREEN >> Posted By: Mark Peikert Yes, The Deep End is irrevocably soapy.";
arnews[5] += "
Publ.Date : Sat, 23 Jan 2010 02:33:06 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("