var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Joe Jonas Out, 90210 Star In on Brothers & Sisters
";
arnews[0] += "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[0] += "
Publ.Date : Mon, 08 Feb 2010 16:50:22 GMT";
arnews[0] += "
";
arnews[1]="Joe Jonas To Appear On 'Brothers & Sisters'
";
arnews[1] += "Joe Jonas seems to be actively pursuing his acting career. The Jonas Brother is now attached to a two-episode arc on the ABC drama \"Brothers & Sisters,\" according to E! News .";
arnews[1] += "
Publ.Date : Wed, 03 Feb 2010 16:29:35 GMT";
arnews[1] += "
";
arnews[2]="Joe Jonas To Appear On 'Brothers & Sisters': Report
";
arnews[2] += "E! News . Jonas will reportedly play the younger version of Balthazar Getty's character, Tommy, in two episodes that, through flashbacks, will examine the history of the Walker family.";
arnews[2] += "
Publ.Date : Wed, 03 Feb 2010 14:57:45 GMT";
arnews[2] += "
";
arnews[3]="a Me Without Youa available on Starz on Comcast
";
arnews[3] += "Director Sandra Goldbacher knows how comforting and smothering a close friendship can be, but the film is finally too predictable - you can set your watch by the appearance of the obligatory Nick Drake cut on the soundtrack.";
arnews[3] += "
Publ.Date : Wed, 03 Feb 2010 06:08:53 GMT";
arnews[3] += "
";
arnews[4]="Hollywood meets politics in Levinson's 'essay'
";
arnews[4] += "Hollywood meets politics in Levinson's 'essay' By KEITH LORIA Hour Correspondent Millions of moviegoers have enjoyed the films of director Barry Levinson, as the Academy Award winner has called the shots on such classics as \"Rain Man,\" \"The Natural,\" \"Good Morning, Vietnam\" and \"Diner.\" His latest project is a bit different than those other films, ...";
arnews[4] += "
Publ.Date : Thu, 28 Jan 2010 09:51:09 GMT";
arnews[4] += "
";
arnews[5]="a Psycha returns on a new (better?) night
";
arnews[5] += "Psych returns tonight , and as we prepare for more pop-culture references and Mentalist disses, guest stars , tension between Shawn and Jules, and reasons to heart DulA A Hill , we pause to ponder if the move from Friday to Wednesday will be a good one.";
arnews[5] += "
Publ.Date : Thu, 28 Jan 2010 01:07:20 GMT";
arnews[5] += "
";
arnews[6]="Psych: Preview of Episode 4.10 "You Can't Handle This Episode"
";
arnews[6] += "Psych kicks off the second half of its fourth season with an army-themed installment entitled \"You Can't Handle This Episode.\" When we last saw the mystery comedy back in October, Shawn's life was in danger as he stumbled onto something dangerous while working on a case involving an ice cream truck.";
arnews[6] += "
Publ.Date : Wed, 27 Jan 2010 05:00:00 GMT";
arnews[6] += "
";
totcount = 7;
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("