var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Joaquin Phoenix resurfaces with clean-shaven look - The Gaea Times
";
arnews[0] += "LONDON - Joaquin Phoenix is back - and this time he’s without the beard. Last year, the actor had developed a shabby look including a beard after announcing he was set to begin his career as a rapper. The actor, in the new shaven clean look, joined ...";
arnews[0] += "
Publ.Date : Sun, 24 Jan 2010 02:57:00 GMT";
arnews[0] += "
";
arnews[1]="Miley Cyrus Teaches Joaquin Phoenix About TWLOHA - Just Jared
";
arnews[1] += "Yes, glad my Joaquin is back to his normal look. He has always pushed the edge in everything he does, and his latest adventure with the music and crazy look is not fully realized yet. Glad he is doing this, and with Miley he is reaching the kind of ...";
arnews[1] += "
Publ.Date : Sat, 23 Jan 2010 18:50:00 GMT";
arnews[1] += "
";
arnews[2]="Miley Cyrus ‘Lifts Joaquin Phoenix Back From The Brink’ - Showbizspy.com
";
arnews[2] += "MILEY Cyrus has been busy reaching out to Joaquin Phoenix — and has reportedly been helping the actor out of his downward spiral. Phoenix sparked concern last year after an appearance on The David Letterman Show where he announced his plans to quit ...";
arnews[2] += "
Publ.Date : Thu, 04 Feb 2010 23:58:00 GMT";
arnews[2] += "
";
arnews[3]="Joaquin Phoenix loses the bushy beard for the clean-shaven look - Daily Mail
";
arnews[3] += "It was over a year ago that a bushy bearded Joaquin Phoenix announced he was quitting acting to become a rapper. But it looks like the Oscar-nominated actor may be back to his old self again after he was spotted looking clean-shaven and smart in ...";
arnews[3] += "
Publ.Date : Mon, 08 Feb 2010 19:07:00 GMT";
arnews[3] += "
";
arnews[4]="The Morning Mix: Miley Cyrus And Joaquin Phoenix, BFFs? - Idolator.com
";
arnews[4] += ":: Cobra Starship and 3OH!3 are touring together this Spring. We have a feeling their fans are going to develop arthritis making all those hand gestures. [ Buzznet ] :: The 21 greatest hip-hop supergroups of all time. How come no one’s made a ...";
arnews[4] += "
Publ.Date : Mon, 08 Feb 2010 13:31:00 GMT";
arnews[4] += "
";
arnews[5]="Johnny Cash: I See a Darkness - Popmatters.com
";
arnews[5] += "The struggles he had as a parent and his devout but troubled Christianity, for example, get only mild suggestions in Kleist’s treatment, just as they received no attention in the Hollywood film staring Joaquin Phoenix (despite the impeccable acting ...";
arnews[5] += "
Publ.Date : Wed, 10 Feb 2010 07:02: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("