var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Liv Tyler: ‘Zach Braff Rumors Made me LOL!’ - Showbizspy.com
";
arnews[0] += "The actress — whose dad is troubled Aerosmith rocker Steven Tyler — insists the report was ridiculous because it was the first time she’d met Braff — and they were discussing business. “That made me laugh out loud — it was the first time ...";
arnews[0] += "
Publ.Date : Mon, 01 Feb 2010 12:35:00 GMT";
arnews[0] += "
";
arnews[1]="Scrubs Seasons 1-8 DVD Boxset Wholesale On Boxsetsdeal.com - PRLog (free press release)
";
arnews[1] += "Dorian, played by Zach Braff. http://www.boxsetsdeal.com/ scrubs-seasons- 18-dvd-boxset- ... Alongisde Braff, the first eight seasons of the show starred Sarah Chalke, Donald Faison, John C McGinley, Judy Reyes, Ken Jenkins and Neil Flynn.";
arnews[1] += "
Publ.Date : Fri, 05 Feb 2010 09:17:00 GMT";
arnews[1] += "
";
arnews[2]="Depp Victim Of Online Death Hoaxers - The Gaea Times
";
arnews[2] += "The report is the latest in a series of online hoaxes - Zach Braff, George Clooney, Twilight writer Stephenie Meyer, and Jeff Goldblum have all been victims of false death reports in the last year (09-10).";
arnews[2] += "
Publ.Date : Mon, 25 Jan 2010 03:03:00 GMT";
arnews[2] += "
";
arnews[3]="COSBY: 'I'M NOT DEAD' - PR Inside
";
arnews[3] += "Zach Braff, Johnny Depp and Kanye West have all been recently targeted = in similar death claims by online pranksters.";
arnews[3] += "
Publ.Date : Mon, 08 Feb 2010 08:16:00 GMT";
arnews[3] += "
";
arnews[4]="With 'Oranges,' Hugh Laurie of 'House' (and possibly 'Gossip Girl ... - Los Angeles Times Blogs
";
arnews[4] += "It can be a crapshoot when TV actors step from the small screen into features; for every George Clooney or Steve Carell, there's a Zach Braff or Katherine Heigl. But a buzzed-about new movie called \"Oranges\" may be trying exactly that. The project, a ...";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 02:17:00 GMT";
arnews[4] += "
";
arnews[5]="BILL COSBY: 'I'M NOT DEAD' - New Kerala
";
arnews[5] += "Reports surfaced online earlier this month (Feb10) alleging the Cosby Show star had passed away - but the funnyman has been quick to assure fans he's alive and well. In a post on his website, Cosby writes, \"About 10 hours ago, an internet hoax ...";
arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 08:08: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("