var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Robert Pattinson: Braveheart is my favourite film.. I've been watching it four times a day
"; arnews[0] += "PURSUED by screaming fans wherever he goes, Twilight star Robert Pattinson admits he gets his freedom watching Braveheart."; arnews[0] += "
Publ.Date : Mon, 08 Feb 2010 11:45:21 GMT"; arnews[0] += "
"; arnews[1]="All the Movie Related Super Bowl Ads: Robin Hood, the Wolfman, Alice...
"; arnews[1] += "During tonight's Super Bowl, a bunch of commercials for upcoming movies were shown."; arnews[1] += "
Publ.Date : Mon, 08 Feb 2010 05:28:13 GMT"; arnews[1] += "
"; arnews[2]="Prince of Persia Superbowl Trailer
"; arnews[2] += "Prince of Persia Superbowl Trailer Posted on Sunday, February 7th, 2010 by Peter Sciretta Walt Disney Pictures has released the Prince of Persia: The Sands of Time Superbowl television trailer."; arnews[2] += "
Publ.Date : Mon, 08 Feb 2010 04:53:04 GMT"; arnews[2] += "
"; arnews[3]="'The View' wants your questions to ask Robert Pattinson
"; arnews[3] += "Just what would you like to ask Robert Pattinson? The view is now asking viewers to submit their questions to be asked when Pattinson appears on the talk show on March 2nd."; arnews[3] += "
Publ.Date : Tue, 13 Oct 2009 07:00:00 GMT"; arnews[3] += "
"; arnews[4]="'Lego Harry Potter' coming in May
"; arnews[4] += "Warner Bros has announced that Lego: Harry Potter Years 1-4 will be released at some point in May for Xbox 360, Wii, PS3, DS, PSP and PC."; arnews[4] += "
Publ.Date : Mon, 01 Feb 2010 19:25:26 GMT"; arnews[4] += "
"; arnews[5]="Fact: Wizarding World Of Harry Potter Will KICKASS
"; arnews[5] += "Nearby, a shopping area called Hogsmeade Village, created to look exactly like the village described in the book, will contain shops and restaurants."; arnews[5] += "
Publ.Date : Sun, 31 Jan 2010 23:08:22 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("
");