var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Lee W.: @TheBrad It MAY be Kerry Condon who played Mairead in the show.
";
arnews[0] += "@";
arnews[0] += "
";
arnews[1]="Titlepage: Rome's Kerry Condon is great in The Cripple of Inishmaan. But Aaron Monahagan as Billy rules.
";
arnews[1] += "Rome's Kerry Condon is great in The Cripple of Inishmaan. But Aaron Monahagan as Billy rules.";
arnews[1] += "
";
arnews[2]="Otis Hart: Kerry Condon and Aaron Monaghan
";
arnews[2] += "Kerry Condon and Aaron Monaghan -";
arnews[2] += "
";
arnews[3]="Danny.The.Dog.2005.BDRip.1080p.x264.DTS.Audio-CHD[狼犬丹尼/疯狗丹尼/犬人丹尼/猛兽出笼/猛虎出笼/狂犬战神/不死狗(港)/斗犬(台)] (电影(1080p))
";
arnews[3] += "Danny.The.Dog.2005.BDRip.1080p.x264.DTS.Audio-CHD[狼犬丹尼/疯狗丹尼/犬人丹尼/猛兽出笼/猛虎出笼/狂犬战神/不死狗(港)/斗犬(台)] (电影(1080p)) -";
arnews[3] += "
";
arnews[4]="Punch Drunk Critics: The Talent Show featuring Kerry Condon! http://tinyurl.com/lrqz69
";
arnews[4] += "The Talent Show featuring Kerry Condon!";
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("