var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Sons of Anarchy: SAMCRO Goes to War
";
arnews[0] += "There are only two episodes left of Sons of Anarchy 's brilliant second season, and as has been the case all year, these last installments do not shirk on story advancement.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 00:14:59 GMT";
arnews[0] += "
";
arnews[1]="Casting, Casting, Casting
";
arnews[1] += "Set for New Group's A Lie of the Mind [ P ] Hamilton, Ireland, O'Connell, Nivola, Siff and Whaley Cast in A Lie of the Mind Off-Broadway [ P ] Dullea to Head Cast of I Never Sang for My Father Off-Broadway [ TM ] Tarell Alvin McCraney's Brother/Sister Plays Extends at Public Theater Through December 20 [ P ] McCraney's The Brother/Sister Plays ...";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 00:05:16 GMT";
arnews[1] += "
";
arnews[2]="Hamilton, Nivola 'Lie' for New Group
";
arnews[2] += "John Hamilton , Alessandro Nivola , Marin Ireland and Maggie Siff are among the cast of the upcoming Off Broadway staging of Sam Shepard's \"A Lie of the Mind,\" in a production from The New Group directed by Ethan Hawke.";
arnews[2] += "
Publ.Date : Thu, 19 Nov 2009 21:18:34 GMT";
arnews[2] += "
";
arnews[3]="Hamilton, Ireland, O'Connell, Nivola, Siff and Whaley Cast in A Lie of the Mind Off-Broadway
";
arnews[3] += "Josh Hamilton, Marin Ireland, Deirdre O'Connell, Alessandro Nivola, Maggie Siff and Frank Whaley will star in the upcoming Ethan Hawke-directed staging of Sam Shepard's A Lie of the Mind .";
arnews[3] += "
Publ.Date : Thu, 19 Nov 2009 18:51:58 GMT";
arnews[3] += "
";
arnews[4]="Sons of Anarchy, "Service": One confession follows another
";
arnews[4] += "Kim Coates and Mark Boone Junior in \"Sons of Anarchy.\" Spoilers for tonight's \"Sons of Anarchy\" coming up just as soon as I say things in smaller doses... \"The outlaw had mercy.\" -Opie One of the trademarks of \"The Shield\" was watching Vic and the strike team dig themselves a deep hole and somehow find a way to climb out.";
arnews[4] += "
Publ.Date : Wed, 18 Nov 2009 07:17:05 GMT";
arnews[4] += "
";
arnews[5]="Shifting gears on 'Anarchy' bikers
";
arnews[5] += "SONS OF ANARCHY. 10 tonight, FX. FOR ALL the people who've asked me about FX's \"Sons of Anarchy\" in recent months from Daily News readers and Philly.com chatters to my sister's boss - this one's for you: Thanks a lot.";
arnews[5] += "
Publ.Date : Tue, 17 Nov 2009 14:08:57 GMT";
arnews[5] += "
";
arnews[6]="Ellen Gray: Shifting gears on 'Anarchy' bikers
";
arnews[6] += "SONS OF ANARCHY. 10 tonight, FX. FOR ALL the people who've asked me about FX's \"Sons of Anarchy\" in recent months from Daily News readers and Philly.com chatters to my sister's boss - this one's for you: Thanks a lot.";
arnews[6] += "
Publ.Date : Tue, 17 Nov 2009 11:17:57 GMT";
arnews[6] += "
";
arnews[7]="Review: a Or,a celebrates a playwrighta s obsession
";
arnews[7] += "Sex, booze and poetry in the Restoration-era 17th century might have been almost as heady as the 1960s combination of sex, drugs and rock 'n' roll.";
arnews[7] += "
Publ.Date : Wed, 11 Nov 2009 21:12:26 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("