var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Heath Ledger on The Joker - Superhero Hype!
";
arnews[0] += "Wow. This is so sad. He really enjoyed playing Joker. I wish he was still here to give us Joker again for the sequel. I loved him as Joker just as much as he loved playing the part. Heath Ledger - R.I.P";
arnews[0] += "
Publ.Date : Tue, 17 Nov 2009 01:19:00 GMT";
arnews[0] += "
";
arnews[1]="Modest Mouse releases 'King Rat' music video directed by Heath Ledger - Examiner
";
arnews[1] += "Modest Mouse has just released the Heath Ledger directed video for the track \"King Rat\" that's on the band's new EP, No One's First, and You're Next . Ledger came up with the idea for the animated video, and directed most of it, until his untimely ...";
arnews[1] += "
Publ.Date : Wed, 18 Nov 2009 14:47:00 GMT";
arnews[1] += "
";
arnews[2]="Were Lindsay Lohan And Heath Ledger Lovers? - Student Operated Press
";
arnews[2] += "\"Lindsay Lohan was dating Heath Ledger when he died, her mother has claimed. Dina Lohan alleges the `Mean Girls` actress was romantically involved with the `Dark Knight` star when he died of an accidental drug overdose in January 2008 and has never ...";
arnews[2] += "
Publ.Date : Sun, 15 Nov 2009 17:49:00 GMT";
arnews[2] += "
";
arnews[3]="Preview: Johnny, Jude & Colin Step In For Heath Ledger In ‘The ... - Access Hollywood
";
arnews[3] += "Jude Law takes his curtain call at the Broadway opening night of ‘Hamlet’ at the Broadhurst Theatre on October 6, 2009 in New York City Hugh Jackman attends the American Theatre Wing’s 2009 Spring Gala at Cipriani 42nd Street on June 1, 2009 in ...";
arnews[3] += "
Publ.Date : Mon, 16 Nov 2009 23:53:00 GMT";
arnews[3] += "
";
arnews[4]="The truth behind the Manny Pacquiao vs. Floyd Mayweather PPV numbers - Examiner
";
arnews[4] += "Floyd's only choice is to play the bad guy. Warner Bros. The news from the Floyd Mayweather camp is the classic combination of good news-bad news. Mayweather adviser Leonard Ellerbe told the Grand Rapids Press this week that in fights that Floyd and ...";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 22:00:00 GMT";
arnews[4] += "
";
arnews[5]="Waxing beautiful by the beach - Nation - Thailand
";
arnews[5] += "The seaside resort of Pattaya is no longer just about beaches and bars. Since earlier this morning, it's also become home to world leaders, superstars from Hollywood and Asia, as well as other celebrities and leading sportsmen. US President Barack ...";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 17:13: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("