var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="My favourite tv show
"; arnews[0] += "\"It is interesting to watch the group of convicts break out of prison over and over again."; arnews[0] += "
Publ.Date : Mon, 09 Nov 2009 03:07:24 GMT"; arnews[0] += "
"; arnews[1]="Ethan Hawke's summer retreat
"; arnews[1] += "Actor Ethan Hawke is expected to spend part of the summer in beautiful Nova Scotia! The New York-based star will bring Maya and Roan - \" his kids with ex-wife Uma Thurman - \" and his beloved dog and cat to his private island in Tracadie again this summer."; arnews[1] += "
Publ.Date : Sat, 17 Oct 2009 19:01:07 GMT"; arnews[1] += "
"; arnews[2]="The Big Screen Bulletin 09.28.09: Breakouts and Blowouts
"; arnews[2] += "The Big Screen Bulletin 09.28.09: Breakouts and Blowouts Posted by Chad Webb on 09.28.2009 Straight to video nightmares featuring a tribute to \"Prison Break\", the box office results, Roman Polanski's arrest, David Mamet's \"Anne Frank\" troubles, \"Scream 4\" details, new DVD releases, new quickees, new trailer ratings, and much more! Starring: ..."; arnews[2] += "
Publ.Date : Mon, 28 Sep 2009 06:32:54 GMT"; arnews[2] += "
"; arnews[3]="What are the 'Prison Break' gang up to?
"; arnews[3] += "The jail-busting manoeuvres of Michael Scofield and Lincoln Burrows came to an end earlier this year after four seasons of ridiculously contrived twists and pulsating action."; arnews[3] += "
Publ.Date : Sun, 13 Sep 2009 07:39:40 GMT"; arnews[3] += "
"; arnews[4]="Fond farewell to prison drama
"; arnews[4] += "The story of Prison Break lasted four years for viewers but only seven months for its characters - an insanely short period of time when you consider the whacked toes and hand, the prison murder of a beloved cat, the beheadings, the near-drowning bathtub torture, the countless shootings, explosions and stabbings, the removal of a body tattoo in one ..."; arnews[4] += "
Publ.Date : Mon, 03 Aug 2009 17:31:23 GMT"; arnews[4] += "
"; arnews[5]="Prison Break - The Final Break
"; arnews[5] += "A little background - during the final season of the series, producers made a 2-part standalone episode that they hoped would fall in somewhere in the Fox television schedule."; arnews[5] += "
Publ.Date : Sat, 01 Aug 2009 18:13:52 GMT"; arnews[5] += "
"; totcount = 6; 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("
");document.write("
");