var arnews = new Array(8);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Lorraine Bracco Joins 'Rizzoli' Pilot - TheWrap
";
arnews[0] += "Since Arsenio Hall's groundbreaking show went off the air in the late 1990s, others have tried to diversify the late-night airwaves, with mixed results. Three new shows are tackling the issue again. Read more. \"The Sopranos\" alumna Lorraine Bracco ...";
arnews[0] += "
Publ.Date : Wed, 18 Nov 2009 08:13:00 GMT";
arnews[0] += "
";
arnews[1]="Lorraine Bracco in 'Rizzoli,' Orlando Jones in 'House' - Newsday
";
arnews[1] += "THE NEWS She'll be in TNT's drama pilot \"Rizzoli.\" Based on Tess Gerritsen's Jane Rizzoli mystery novels, \"Rizzoli\" revolves around the crime-solving team of Boston police detective Rizzoli (Angie Harmon) and medical examiner Maura Isles (Sasha ...";
arnews[1] += "
Publ.Date : Tue, 17 Nov 2009 22:19:00 GMT";
arnews[1] += "
";
arnews[2]="'Sopranos' star joins 'Rizzoli' pilot - Digital Spy
";
arnews[2] += "The actress, who played Dr Jennifer Melfi in the HBO drama, will join Angie Harman and Sasha Alexander in the series based on Tess Gerritsen's mystery novels. Bracco will play mother-of-three Angela, whose brood includes police detective Jane Rizzoli ...";
arnews[2] += "
Publ.Date : Tue, 17 Nov 2009 13:51:00 GMT";
arnews[2] += "
";
arnews[3]="Movie review and filmmaker interview: Tenure - Pegasus News
";
arnews[3] += "Charlie's sister Margaret (Sasha Alexander) demands that Charlie make more frequent visits to see his dad in the \"home.\" Her wishes derive traction from the fact that a) she's footing the bill for their dad's room and board, and b) Charlie has ...";
arnews[3] += "
Publ.Date : Fri, 13 Nov 2009 23:57:00 GMT";
arnews[3] += "
";
arnews[4]="Anyone else addicted to the Sunday Real Estate Round-Up at Luxist ... - Luxist
";
arnews[4] += "--Jason Winer, an executive producer and director of the ABC comedy \"Modern Family,\" has listed his three-level Hollywood-area town house shown above for $599,000. Winer is selling because he is moving to a larger house in another Los Angeles ...";
arnews[4] += "
Publ.Date : Sat, 14 Nov 2009 23:55:00 GMT";
arnews[4] += "
";
totcount = 5;
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("