var arnews = new Array(6); totcount = 3; rnd = 0; arnews[0]="Rupert Grint on Swine Flu, Kissing a Castmate
"; arnews[0] += "

"Harry Potter" actor discusses the new movie and more.

Add this to your queue
Duration: 07:11

"; arnews[0] += "
"; document.title=document.title+ " "; arnews[1]="Rupert Grint: Cherrybomb: Official Trailer
"; arnews[1] += "

This is the Official Trailer For Rupert Grint's new film Cherrybomb. Starring Rupert Grint, Kimberley Nixon and Robert Sheehan. Directed by Lisa D'sa Barros and Glenn Leyburn. With their exams over, best...

Add this to your queue
Duration: 00:00

"; arnews[1] += "
"; arnews[2]="Access Hollywood - Rupert Grint Talks 'Harry Potter and the Half-Blood Prince'
"; arnews[2] += "

Rupert talks with Access about kissing co-star Emma Watson, filming the quidditch scenes, and his recovery from a mild case of swine flu.

Add this to your queue
Added: Wed Jul 15 09:10:12 UTC 2009
Air date: Tue Jul 14 00:00:00 UTC 2009
Duration: 03:07

"; arnews[2] += "
Publ.Date : Wed, 15 Jul 2009 09:10:12 -0000"; arnews[2] += "
"; totcount = 3; 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("
");