var arnews = new Array(10);
totcount = 10;
rnd = 1;
arnews[0]="DVD de Harry Potter e o Enigma do Príncipe - Rupert Grint
";
arnews[0] += "Harry Potter and the Half-blood Prince bonus www.oclumencia.com.br ... Harry Potter and the Half-blood Prince bonus";
arnews[0] += "
Publ.Date : Tue, 10 Nov 2009 14:38:52 GMT";
arnews[0] += "
";
arnews[1]="Rupert Grint talks about KISSING Emma Watson (Hermione)
";
arnews[1] += "Harry Potter star Rupert Grint talks to Paul Byrne for www.Movies.ie - Subscribe & watch all 6 of our Potter interviews! With Harry Potter and the half blood prince now out Paul...";
arnews[1] += "
Publ.Date : Tue, 14 Jul 2009 13:39:50 GMT";
arnews[1] += "
";
arnews[2]="Emma Watson and Rupert Grint on their kiss!
";
arnews[2] += "In the next Harry Potter movie Hermoine and Ron get to kiss. Here's what the young actors made of getting up close and personal. .";
arnews[2] += "
Publ.Date : Sun, 12 Jul 2009 06:25:06 GMT";
arnews[2] += "
";
arnews[3]="Rupert Grint on swine flu, ‘Potter’ film
";
arnews[3] += "July 10: TODAY’s Hoda Kotb and Kathie Lee Gifford talk to actor Rupert Grint about having swine flu and the latest “Harry Potter” film. (Today Show)";
arnews[3] += "
Publ.Date : Fri, 10 Jul 2009 15:09:40 GMT";
arnews[3] += "
";
document.title=document.title+ " ";
arnews[4]="Emma Watson (Hermione) talks about KISSING Rupert Grint (Ron Weasley)
";
arnews[4] += "Harry Potter star Emma Watson talks to Paul Byrne for www.Movies.ie - Subscribe & watch all 6 of our Potter interviews! With Harry Potter and the half blood prince on the way Paul...";
arnews[4] += "
Publ.Date : Thu, 09 Jul 2009 20:43:21 GMT";
arnews[4] += "
";
arnews[5]="Rove interviews Daniel Radcliffe and Rupert Grint from "Harry Potter and the Half-Blood Prince"
";
arnews[5] += "TVAUSCAST.com";
arnews[5] += "
Publ.Date : Sun, 05 Jul 2009 14:49:24 GMT";
arnews[5] += "
";
arnews[6]="Rupert Grint talks to his fans on the phone
";
arnews[6] += "Okay, the reason most of you wanted to see this, was so that you could see Rupert talk on the phone with his fans. Okay, now, if thats all you wanted to see, then fast forward...";
arnews[6] += "
Publ.Date : Tue, 03 Mar 2009 03:03:12 GMT";
arnews[6] += "
";
arnews[7]="Harry Potter and the Order of the Phoenix - Exclusive interview with Rupert Grint
";
arnews[7] += "Harry must contend with the fact that Lord Voldemort has returned in this, the fifth film in the hugely popular franchise.";
arnews[7] += "
Publ.Date : Tue, 16 Sep 2008 12:05:22 GMT";
arnews[7] += "
";
arnews[8]="USA: "Harry Potter" stars Daniel Radcliffe, Emma Watson, and Rupert Grint place hands and feet in cement outside Grauman's Chinese Theatre.
";
arnews[8] += "It may not be Hogwarts, but Grauman's Chinese Theatre was mystical on Monday (July 9) when the three young stars of the \"Harry Potter'' films placed their hands, feet -- and, of...";
arnews[8] += "
Publ.Date : Thu, 12 Jul 2007 00:00:00 GMT";
arnews[8] += "
";
arnews[9]="SHOWBIZ: Julie Walters and Rupert Grint interview
";
arnews[9] += "Actors Julie Walters and Rupert Grint talk about their new film 'Driving Lessons' and Harry Potter.";
arnews[9] += "
Publ.Date : Mon, 04 Sep 2006 00:00:00 GMT";
arnews[9] += "
";
totcount = 10;
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("