var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Mr And Mrs Smith getting a reboot?
"; arnews[0] += "That didn't make it past the sexy pilot, so now, according to the Vulture blog, the new idea is to reboot it."; arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 10:43:53 GMT"; arnews[0] += "
"; arnews[1]="Brad and Angelina: 'We're Not Splitting Up'
"; arnews[1] += "Jolie's failure to attend a premiere with Brad recently stoked rumours of a split Brangelina, as the couple are known, have begun legal proceedings against News Group Newspapers Ltd following allegations about their relationship."; arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 07:05:26 GMT"; arnews[1] += "
"; arnews[2]="The Thing, Two Actors Cast
"; arnews[2] += "Universal's next version of the shape-shifting alien who terrorizes a group of people in a remote facility."; arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 02:25:34 GMT"; arnews[2] += "
"; arnews[3]="The Thing Prequel Casts The Scientist, The Pilot
"; arnews[3] += "News came yesterday via Heat Vision that two cast members have been picked for the upcoming prequel to The Thing ."; arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 01:55:31 GMT"; arnews[3] += "
"; arnews[4]="Winstead Cast in 'THING' Prequel
"; arnews[4] += "This spring, the prequel for the classic horror film \"THE THING\" will start shooting in Toronto."; arnews[4] += "
Publ.Date : Mon, 08 Feb 2010 14:54:00 GMT"; arnews[4] += "
"; arnews[5]="[Movies] Joel Edgerton and Mary Elizabeth Winstead Cast For The Thing
"; arnews[5] += "Here is a brief synopsis of the film... \"Winstead plays a Ph.D. candidate who joins a Norwegian research team in Antarctica after it discovers an alien ship in the ice."; arnews[5] += "
Publ.Date : Mon, 08 Feb 2010 22:10:30 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("
");