var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Aaron Sorkin Returns to TV, But Will He Triumph Again?
";
arnews[0] += "Aaron Sorkin, famed writer and creator of The West Wing , is returning to television with a new series.";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 14:52:34 GMT";
arnews[0] += "
";
arnews[1]="Aaron Sorkin Returns To TV
";
arnews[1] += "Emmy-winner Aaron Sorkin is planning to return to TV. The \"West Wing\" creator has another series after he completes his film work.";
arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 03:58:23 GMT";
arnews[1] += "
";
arnews[2]="ARTscape 2009 treasures make this week's ItList
";
arnews[2] += "Debra Rosen uses sterling silver with diamonds and cabachon stones in her pieces, which will be a part of ARTscape 2009 this weekend.";
arnews[2] += "
Publ.Date : Wed, 18 Nov 2009 00:42:53 GMT";
arnews[2] += "
";
arnews[3]="Nicole Kidman, Kristen Stewart, and Nikki Reed in Transsexual Roles
";
arnews[3] += "Hillary Swank was one of the first actresses to garner attention for playing a transsexual character in the movie 'Boys Don't Cry', where she played a female trying to live as a man.";
arnews[3] += "
Publ.Date : Tue, 17 Nov 2009 15:59:42 GMT";
arnews[3] += "
";
arnews[4]="CTV Programming Highlights, November 15 - 30
";
arnews[4] += "CTV keeps November pumping with the season finales of AMERICA'S NEXT TOP MODEL and DANCING WITH THE STARS, the 100th episode of CRIMINAL MINDS and the television premiere of Shrek the Third.";
arnews[4] += "
Publ.Date : Tue, 17 Nov 2009 07:51:25 GMT";
arnews[4] += "
";
arnews[5]="Who's Leaving 'Desperate Housewives' Next Episode?
";
arnews[5] += "There won't be a new episode of Desperate Housewives this Sunday, but hopefully, that means something good is up two weeks from now.";
arnews[5] += "
Publ.Date : Mon, 16 Nov 2009 21:20:01 GMT";
arnews[5] += "
";
arnews[6]="'Desperate Housewives' Recap: How to Bribe a Priest
";
arnews[6] += "Let's check the status of the Desperate Housewives after this week's episode. Gaby tried to bribe a priest, Lynette finally revealed her pregnancy to Carlos, Angie and Bree reached a new level of understanding, Susan turned into a sex-starved fiend, and another girl was strangled on Wisteria Lane.";
arnews[6] += "
Publ.Date : Sun, 15 Nov 2009 23:37:33 GMT";
arnews[6] += "
";
arnews[7]="Have Mercy
";
arnews[7] += "Actor John Stamos will receive the 2,393 star on the Hollywood Walk of Fame on Monday, honoring a career, which has evolved from the family comedy \"Full House\" to television drama and Broadway.";
arnews[7] += "
Publ.Date : Sun, 15 Nov 2009 23:57:48 GMT";
arnews[7] += "
";
totcount = 8;
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("