var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Taylor Lautner Cast As Stretch Armstrong
"; arnews[0] += "Clearly the best thing Taylor Lautner ever did for himself was spend six months in the gym building up a ridiculous set of abs."; arnews[0] += "
Publ.Date : Sat, 06 Feb 2010 19:21:03 GMT"; arnews[0] += "
"; arnews[1]="Sorry Arnie, Conan The Barbarian Wears Dreads Now
"; arnews[1] += "Along with the rest of what's sacred from 80s pop culture, Conan The Barbarian is being remade."; arnews[1] += "
Publ.Date : Sat, 06 Feb 2010 03:42:56 GMT"; arnews[1] += "
"; arnews[2]="It's a 'Game of Thrones' Post
"; arnews[2] += "Eddard Stark welcomes you in... ok, that's from Troy, but I think it fits. Jan 15, 2010 Nervous about HBO's adaptation of George R.R. Martin's A Game of Thrones? Maybe you should be - the channel's programming chief loves it so much that he seems embarrassed that it's a genre story."; arnews[2] += "
Publ.Date : Tue, 02 Feb 2010 05:45:42 GMT"; arnews[2] += "
"; arnews[3]="Former little Annie kicks it up in 'Chorus Line'
"; arnews[3] += "Autumn Ogawa returns to the Army Community Theatre at Fort Shafter's Richardson Theatre to portray Cassie, the centrifugal force in 'A Chorus Line,' starting Feb."; arnews[3] += "
Publ.Date : Sun, 31 Jan 2010 08:00:00 GMT"; arnews[3] += "
"; arnews[4]="UPDATED: Game of Thrones Screening
"; arnews[4] += "It seemed likely the rough cut screening Michael Lombardo spoke of at TCA two weeks ago has taken place by now, and we have as-yet unconfirmed reports that the rough cut was possibily screened at HBO's New York offices."; arnews[4] += "
Publ.Date : Sat, 30 Jan 2010 22:51:45 GMT"; arnews[4] += "
"; arnews[5]="Game of Thrones Screening
"; arnews[5] += "It seems likely the rough cut screening Michael Lombardo spoke of at TCA two weeks ago has taken place, according to this tweet from Jay Judah , one of the people behind the new Conan the Barbarian film in which Jason Momoa has been cast : \"After a day of casting mtgs, off to HBO to catch a sneak peak of Conan himself, our boy Jason Momoa in their ..."; arnews[5] += "
Publ.Date : Sat, 30 Jan 2010 10:29:58 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("
");