var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Brothers & Sisters casts young Walkers
";
arnews[0] += "Brothers & Sisters has locked in three guest stars for an upcoming flashback episode that shows the Walker siblings as teenagers, TVGuide.com has confirmed.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 04:25:52 GMT";
arnews[0] += "
";
arnews[1]="Brothers & Sisters Casts Young Walkers For Flashback Episode
";
arnews[1] += "Brothers & Sisters has locked in three guest stars for an upcoming flashback episode that shows the Walker siblings as teenagers, TVGuide.com has confirmed.";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 01:02:51 GMT";
arnews[1] += "
";
arnews[2]="Joe Jonas Out, 90210 Star In on Brothers & Sisters
";
arnews[2] += "You can't blame the Powers That Be over at Brothers & Sisters . They really did cast Joe Jonas as a young Balthazar Getty , but damn those JoBros are a busy bunch! Due to scheduling conflicts the pop superstar will no longer be the filling Tommy's shoes, but my sources confirm what our frenemy over at EW has reported: that Make It or Break It 's ...";
arnews[2] += "
Publ.Date : Mon, 08 Feb 2010 16:50:22 GMT";
arnews[2] += "
";
arnews[3]="Cody Longo Taking Over Joe Jonas' Role in 'Brothers and Sisters'
";
arnews[3] += "There may be something to the role of Tommy that cause stars to just drop out of Brothers and Sisters because of it.";
arnews[3] += "
Publ.Date : Sun, 07 Feb 2010 22:05:19 GMT";
arnews[3] += "
";
arnews[4]="Joe Jonas Unable To Do 'Brothers & Sisters' Cameo
";
arnews[4] += "Joe Jonas has missed out on a Brothers And Sisters role because of a \"scheduling conflict.\" The pop star has signed on to play a young version of Balthazar Getty 's Tommy character in a flashback episode of the drama, but now he's pulled out.";
arnews[4] += "
Publ.Date : Sun, 07 Feb 2010 02:05:11 GMT";
arnews[4] += "
";
arnews[5]="Jonas Brother Will Not Be on 'Brothers and Sisters' After All
";
arnews[5] += "Earlier this week, we informed you that 'Brothers & Sisters' was considering casting Joe Jonas to play a younger version of Tommy in a special two-hour episode filled with flashback sequences and set to air in April.";
arnews[5] += "
Publ.Date : Sun, 07 Feb 2010 00:03:00 GMT";
arnews[5] += "
";
arnews[6]="Jonas 'won't star in Brothers & Sisters'
";
arnews[6] += "Joe Jonas's role in Brothers & Sisters has reportedly fallen through. Earlier this week, reports claimed that Jonas would appear in the programme as a young Tommy Walker, played by Balthazar Getty.";
arnews[6] += "
Publ.Date : Sat, 06 Feb 2010 19:36:26 GMT";
arnews[6] += "
";
arnews[7]="Joe Jonas Replaced by Cody Longo on 'Brothers and Sisters'
";
arnews[7] += "Joe Jonas is no longer attached to \"Brothers & Sisters\". The Jonas Brothers member who is slated to make his first guest TV appearance in the drama backed out due to scheduling conflict.";
arnews[7] += "
Publ.Date : Sat, 06 Feb 2010 17:26:59 GMT";
arnews[7] += "
";
arnews[8]="No 'Brothers' for Jonas
";
arnews[8] += "Actor Cody Longo poses following the making of a TV commercial for Code Blue PSA Campaign, designed by actor Jermaine Crawford on October 17, 2009 in Los Angeles, California.";
arnews[8] += "
Publ.Date : Sat, 06 Feb 2010 08:10:08 GMT";
arnews[8] += "
";
totcount = 9;
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("