var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="'High School Musical' Alum Olesya Rulin Tries to 'Keep Hope Alive'
";
arnews[0] += "We haven't heard much from Olesya Rulin ever since she appeared on High School Musical , other than her stint on the show Greek .";
arnews[0] += "
Publ.Date : Wed, 18 Nov 2009 06:00:23 GMT";
arnews[0] += "
";
arnews[1]="Casting Call: Martha Plimpton, 'HSM' alum give FOX 'Hope'; ABC Family adds to 'Liars'
";
arnews[1] += "FOX's pilot \"Keep Hope Alive\" has added three actors. The network has tapped newcomer Lucas Neff, Martha Plimpton and \"High School Musical\" actress Olesya Rulin in its latest comedy pilot from \"My Name Is Earl\" creator Greg Garcia, according to The Hollywood Reporter.";
arnews[1] += "
Publ.Date : Fri, 13 Nov 2009 02:33:18 GMT";
arnews[1] += "
";
arnews[2]="Pair gives new 'Hope' to Fox pilot
";
arnews[2] += "Chicago-based newcomer Lucas Neff and Martha Plimpton have been tapped to star in Fox's comedy pilot \"Keep Hope Alive.\" \"High School Musical\" co-star Olesya Rulin also has been cast in the project from \"My Name Is Earl\" creator Greg Garcia.";
arnews[2] += "
Publ.Date : Wed, 11 Nov 2009 16:00:00 GMT";
arnews[2] += "
";
arnews[3]="Plimpton finds "Hope" in Fox pilot
";
arnews[3] += "Chicago-based newcomer Lucas Neff and Martha Plimpton will star in Fox's comedy pilot \"Keep Hope Alive.\" \"High School Musical\" co-star Olesya Rulin also has been cast in the project from \"My Name Is Earl\" creator Greg Garcia, which centers on Jimmy , a 25-year-old man raising an infant with the help of his quirky family after the mother of the ...";
arnews[3] += "
Publ.Date : Thu, 12 Nov 2009 05:36:03 GMT";
arnews[3] += "
";
arnews[4]="Matthew Gilberta s Critica s corner
";
arnews[4] += "As if you didn't already know it. The last original episode of \"Kate Plus 8'' aired last week, but Kate Gosselin now talks to Natalie Morales about divorce, the media frenzy, and, you know, herself.";
arnews[4] += "
Publ.Date : Mon, 02 Nov 2009 10:47:40 GMT";
arnews[4] += "
";
arnews[5]="Burke returns to a Greya TMs Anatomya TM a " sort of
";
arnews[5] += "Got a scoop request? An anonymous tip you're dying to share? Just want to say hi? You can send any/all of the above to Question: Sounds like you've already seen this week's \"Grey's,\" so I've got a Q: Any good Mer-Der scenes? - Megan Ausiello: Nothing stands out on the Mer-Der front, but there's a memorable Mer-Cristina-Alex scene at the end that ...";
arnews[5] += "
Publ.Date : Thu, 15 Oct 2009 16:12:43 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("