var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Potter star on The Simpsons - Straits Times
";
arnews[0] += "LONDON - STAR of the Harry Potter franchise, English actor Daniel Radcliffe, is to star on The Simpsons reported Entertainment Weekly on Thursday. According to The Simpsons excutive producer Al Jean, Radcliffe will play a kid vampire called Edmund ...";
arnews[0] += "
Publ.Date : Thu, 19 Nov 2009 08:12:00 GMT";
arnews[0] += "
";
arnews[1]="Robert Pattinson wants Daniel Radcliffe's help - AZCentral.com
";
arnews[1] += "Robert Pattinson wants Daniel Radcliffe to give him advice. The 'Twilight Saga: New Moon' hunk - who plays Edward Cullen in the vampire movie franchise - admits he is still struggling to cope with fame and would like to pick up some tips from his ...";
arnews[1] += "
Publ.Date : Sat, 14 Nov 2009 23:55:00 GMT";
arnews[1] += "
";
arnews[2]="Harry Potter Star Radcliffe: I'm Not A Pothead - The Business Insider
";
arnews[2] += "The boy-wizard actor insists he was puffing on a hand-rolled cigarette. Radcliffe was pictured on a newspaper front page smoking with a bizarre, comic-looking beard etched on his face. His rep said, \"Daniel does smoke the occasional roll-up cigarette ...";
arnews[2] += "
Publ.Date : Sat, 14 Nov 2009 20:56:00 GMT";
arnews[2] += "
";
arnews[3]="Harry Potter Star Daniel Radcliffe Denies Smoking Cannabis - Post Chronicle
";
arnews[3] += "Harry Potter star Daniel Radcliffe has denied smoking cannabis at a party, after allegations appeared in British tabloid the Daily Mirror. \"We categorically deny the allegations regarding Daniel Radcliffe published in today's Daily Mirror,\" his ...";
arnews[3] += "
Publ.Date : Fri, 13 Nov 2009 14:53:00 GMT";
arnews[3] += "
";
arnews[4]="Co-star: Daniel Radcliffe 'alright' - Entertainment.uk.msn.com
";
arnews[4] += "Daniel Radcliffe is coping well with recent press attention, his Harry Potter co-star Tom Felton has revealed. Daniel \"categorically\" denied that he had smoked a cannabis joint at a party, after pictures emerged of him allegedly smoking the drug. And ...";
arnews[4] += "
Publ.Date : Mon, 16 Nov 2009 16:01:00 GMT";
arnews[4] += "
";
arnews[5]="Daniel Radcliffe to Spoof "Twilight" on "The Simpsons" - WorstPreviews.com
";
arnews[5] += "Halloween just passed, but Fox is already working on the 2010 Halloween episode of \"The Simpsons,\" called \"Treehouse of Horror XXII.\" Their plan is to mock the \"Twilight\" franchise. The network has already signed on \"Harry Potter\" star Daniel ...";
arnews[5] += "
Publ.Date : Thu, 19 Nov 2009 11:18: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("