var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Rupert Grint: "What an athlete!" - TV.com
";
arnews[0] += "Rupert's segment from the Half-Blood Prince DVD bonus features has been uploaded to YouTube ! The segment, titled \"Stunt Training with Rupert Grint ,\" features hilarious sports-like commentary from co-stars Matt Lewis (Neville) and Alfie Enoch (Dean ...";
arnews[0] += "
Publ.Date : Tue, 17 Nov 2009 17:04:00 GMT";
arnews[0] += "
";
arnews[1]="Harry Potter Stars Help Children In Need - Thecelebritytruth.com
";
arnews[1] += "The cast of Harry Potter, including Daniel Radcliffe, Rupert Grint and Emma Watson, have thrown their weight behind the BBC’s annual Children In Need appeal. You can donate here and watch their PSA after the jump. Photo: Warner Bros. This website ...";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 05:53:00 GMT";
arnews[1] += "
";
arnews[2]="Protagonist targets 'Wild' deals - Variety
";
arnews[2] += "LONDON -- Brit sales company Protagonist Pictures has closed deals on a number of territories for helmer Jonathan Lynn's \"Wild Target.\" Pic, which stars Bill Nighy, Emily Blunt, Rupert Everett and Rupert Grint, has been acquired by Icon for Australia ...";
arnews[2] += "
Publ.Date : Mon, 16 Nov 2009 21:23:00 GMT";
arnews[2] += "
";
arnews[3]="Access Star Sightings: November 13 - 19, 2009 - Access Hollywood
";
arnews[3] += "Friday, October 9, in LA: Ryan Gosling playing a private show with his band, Dead Man’s Bones, at the Bob Baker Marionette Theater, with Amanda Seyfried and Emile Hirsch enjoying the music… Jessica Alba dining at Boa Steakhouse in West Hollywood ...";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 21:18:00 GMT";
arnews[3] += "
";
arnews[4]="Harry Potter As Edward Cullen On The Simpsons - Cinema Blend
";
arnews[4] += "Because Radcliffe won't be playing Potter in the special. Instead, he'll be voicing Edmund, a spoof of Robert Pattinson's Twilight character Edward. The short will feature Lisa and Edmund falling in love, despite the misgivings of their fathers ...";
arnews[4] += "
Publ.Date : Thu, 19 Nov 2009 07:00:00 GMT";
arnews[4] += "
";
arnews[5]="Harry Potter (fictional character) - Orlando Sentinel
";
arnews[5] += "Harry Potter is the central character -- a boy wizard -- in a series of seven books by British author J.K. Rowling. She wrote the novels, which were initially for children but gained wide appeal worldwide over a 17-year period. The first was ...";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 15:34:00 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("