var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Heath Ledger - YAHOO!
";
arnews[0] += "Despite a short-lived start on series television, Academy Award-winning actor Heath Ledger moved into features as a heartthrob in teen films, quickly developing into one of Hollywood’s most prominent and gifted talents, as well as a tabloid ...";
arnews[0] += "
Publ.Date : Mon, 08 Feb 2010 21:09:00 GMT";
arnews[0] += "
";
arnews[1]="Interview: Griffin Collins remembers Heath Ledger - ESPN.com
";
arnews[1] += "What happened on the set to brainwash Adam Alfaro to think he really was Tony Alva for all those years afterwards? I don't know. Maybe he got into the whole scene of it. It was a time period piece and maybe he just liked that time period. He's a ...";
arnews[1] += "
Publ.Date : Mon, 08 Feb 2010 19:36:00 GMT";
arnews[1] += "
";
arnews[2]="Heath Ledger's uncle jailed - Australian Broadcasting Corp.
";
arnews[2] += "The uncle of the late actor Heath Ledger has been jailed in Perth for receiving three stolen bobcats. Hayden Ledger was found guilty by a District Court jury last year. He was charged after police found the machines at his business in 2008. Ledger ...";
arnews[2] += "
Publ.Date : Fri, 05 Feb 2010 07:36:00 GMT";
arnews[2] += "
";
arnews[3]="Remember when Heath Ledger said change your stars? - Wiredpr News
";
arnews[3] += "New York, NY - Change your stars from Heath Ledger’s A Knight’s Tale simply means change your karma or change your thoughts and results. Just because something is a certain way doesn’t mean it has to stay that way. The power of choice is every ...";
arnews[3] += "
Publ.Date : Thu, 04 Feb 2010 21:35:00 GMT";
arnews[3] += "
";
arnews[4]="Burns After Reading: Valentine’s Day is coming, run for your lives ... - LSU Reveille
";
arnews[4] += "It’s coming. Spring has arrived. Love is in the air. Valentine’s Day is right around the corner. Looking around campus this week and seeing all the smiling couples, you might feel a bit down in the dumps. I know the feeling. And it’s completely ...";
arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 05:29:00 GMT";
arnews[4] += "
";
arnews[5]="Celebrities & painkillers: a love affair? - Windsor Star
";
arnews[5] += "A prescription for pain medicine following a 2008 plane crash seems to have been the trigger that sent DJ AM spiralling back into an addiction to crack cocaine. The 36-year-old celebrity disc jockey, nee Adam Goldstein, was found dead in his ...";
arnews[5] += "
Publ.Date : Wed, 10 Feb 2010 01:54: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("