var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="TV Recap: A twist on formula '24'
"; arnews[0] += "Attention Bauerites, you know the drill. You know each season of \"24\" has its customary episode where the story simply does not dictate much heart-pounding action."; arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 04:34:04 GMT"; arnews[0] += "
"; arnews[1]="TV Recap: No longer worried about '24'
"; arnews[1] += "Attention Bauerites, you know the drill. You know each season of \"24\" has its customary episode where the story simply does not dictate much heart-pounding action."; arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 14:14:36 GMT"; arnews[1] += "
"; arnews[2]="Starcrash - Review of 1978 Cult Movie
"; arnews[2] += "Star Wars was such a huge hit that you would have expected every Hollywood studio to rush out their own versions into production."; arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 05:07:11 GMT"; arnews[2] += "
"; arnews[3]="Letters to Sunday Datebook
"; arnews[3] += "Editor - I just finished reading Mick LaSalle's incredibly condescending response to letter writer David Swope, who asked the best way to introduce his young child to the \"Star Wars\" films, either starting with the first \"Star Wars\" or with \"The Phantom Menace\" . In his usual fashion, LaSalle advised Swope to \"skip 'Star Wars' altogether and avoid ..."; arnews[3] += "
Publ.Date : Sun, 07 Feb 2010 12:52:34 GMT"; arnews[3] += "
"; arnews[4]="A supervillain's walk in the Park
"; arnews[4] += "THE name Ray Park might sound alien to some. But to action movie and sci-fi fans, he might be a familiar face, known for his martial arts and kick-butt stunts."; arnews[4] += "
Publ.Date : Fri, 05 Feb 2010 10:48:24 GMT"; arnews[4] += "
"; arnews[5]="New Trailer for The People vs. George Lucas
"; arnews[5] += "Between the years 1977 and 1999, Star Wars fans had very little to complain about."; arnews[5] += "
Publ.Date : Thu, 04 Feb 2010 17:55:02 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("
");