var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="NBC eyes Paul Reiser pilot - Variety
";
arnews[0] += "NBC is close to sealing a pilot order for a comedy from \"Mad About You\" alum Paul Reiser and Warner Bros. TV. Reiser wrote the pilot on spec and will star in the single-camera project. It revolves around a group of male friends. It's understood that ...";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 02:37:00 GMT";
arnews[0] += "
";
arnews[1]="Audio Drama: The L.A. Theatre Works Collection: try it here for free - Library Journal
";
arnews[1] += "Alexander Street Press and the creators of the public radio series “The Play’s the Thing,” have just launched Audio Drama: The L.A. Theatre Works Collection, a cross-searchable new e-resource that lets you listen to hundreds of plays online in ...";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 22:12:00 GMT";
arnews[1] += "
";
arnews[2]="Paul Reiser Is Thinking About a Return to NBC - Tvsquad.com
";
arnews[2] += "His past co-stars include Oscar winner Helen Hunt, the legendary Peter Falk, and a talented Border Collie mix named Murray.";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 15:31:00 GMT";
arnews[2] += "
";
arnews[3]="Carrie Underwood rides a big screen wave in 'Soul Surfer' - HitFix
";
arnews[3] += "\"American Idol\" winner Carrie Underwood is diving into acting with her first feature film role in the drama \"Soul Surfer.\" The project is directed by Sean McNamara and tells the true story of teen surfing champion Bethany Hamilton, who lost her arm ...";
arnews[3] += "
Publ.Date : Thu, 04 Feb 2010 07:23:00 GMT";
arnews[3] += "
";
arnews[4]="Carrie Underwood Turns to Film - Gather.com
";
arnews[4] += "Carrie Underwood to make her film debut in \"The Soul Searcher.\" Can the girl from Oklahoma who made it in American Idol, and then turned super star of the music world, now make it in film? She's going to give it a try in a movie called, \"The Soul ...";
arnews[4] += "
Publ.Date : Fri, 05 Feb 2010 14:17:00 GMT";
arnews[4] += "
";
arnews[5]="Carrie Underwood Set for Film Debut - Parade
";
arnews[5] += "Photos of Celebrity-Athlete Couples Filming will take place in February on Oahu's North Shore. The cast includes Anna Sophia Robb as Hamilton and Dennis Quaid and Helen Hunt as her parents. Underwood will also be making an appearance in How I Met ...";
arnews[5] += "
Publ.Date : Thu, 04 Feb 2010 21:50:00 GMT";
arnews[5] += "
";
arnews[6]="Carrie Underwood to Hang Ten - MSN
";
arnews[6] += "Entertainment Tonight. Carrie Underwood will be catching a wave on the big screen. Starring alongside the likes of Dennis Quaid, Helen Hunt, and AnnaSophia Robb, Carrie will be hitting the ocean blue in 'Soul Surfer,' according to Variety. The film ...";
arnews[6] += "
Publ.Date : Thu, 04 Feb 2010 06:33:00 GMT";
arnews[6] += "
";
arnews[7]="Shark Attack Movie to Star Carrie Underwood - VIDEO - Gather.com
";
arnews[7] += "Other cast members include Anna Sophia Robb as Hamilton, Dennis Quaid and Helen Hunt as Hamilton's parents, and Jack Nicholson’s daughter Lorraine as Hamilton's best friend Alana Blanchard. Filming on the movie began earlier this week on Oahu's ...";
arnews[7] += "
Publ.Date : Thu, 04 Feb 2010 17:32:00 GMT";
arnews[7] += "
";
arnews[8]="Carrie Underwood Lands Big Break In Movie 'Soul Surfer' - Post Chronicle
";
arnews[8] += "Country star Carrie Underwood is to put her acting skills to the test on the big screen - she's landed her big break in new movie Soul Surfer. The singer will head to Hawaii to star opposite Dennis Quaid and Helen Hunt in the biopic of teen wave ...";
arnews[8] += "
Publ.Date : Fri, 05 Feb 2010 14:53:00 GMT";
arnews[8] += "
";
totcount = 9;
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("