var arnews = new Array(9);
totcount = 3;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Arkin relishes ‘Anarchy' role - News-Sentinel
";
arnews[0] += "Charlie Hunnam, Katey Sagal (Sutter's wife) and Ron Perlman star in the Tuesday night show. “We talked about my own ethnicity and the irony of having someone with a Jewish background playing a white separatist, nationalist character,” Arkin said ...";
arnews[0] += "
Publ.Date : Tue, 17 Nov 2009 03:56:00 GMT";
arnews[0] += "
";
arnews[1]="Ellen Gray: Shifting gears on 'Anarchy' bikers - Philadelphia Daily News
";
arnews[1] += "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. It took a good chunk of last ...";
arnews[1] += "
Publ.Date : Wed, 18 Nov 2009 06:33:00 GMT";
arnews[1] += "
";
arnews[2]="Adam Arkin relishes new 'Sons of Anarchy' role - News Channel 25
";
arnews[2] += "Charlie Hunnam, Katey Sagal (Sutter's wife) and Ron Perlman star in the Tuesday night show. \"We talked about my own ethnicity and the irony of having someone with a Jewish background playing a white separatist, nationalist character,\" Arkin said.";
arnews[2] += "
Publ.Date : Wed, 18 Nov 2009 10:50:00 GMT";
arnews[2] += "
";
totcount = 3;
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("