var arnews = new Array(10);
totcount = 10;
rnd = 1;
arnews[0]="Sean Penns Frau reicht Scheidung ein
";
arnews[0] += "Ob sie es diesmal Ernst meint? Schauspielerin Robin Wright Penn jedenfalls hat mal wieder die Scheidung von Ehemann Sean Penn beantragt.";
arnews[0] += "
Publ.Date : Thu, 20 Aug 2009 11:14:00 GMT";
arnews[0] += "
";
arnews[1]="Sean Penn et Robin Wright : rien ne va plus entre eux!
";
arnews[1] += "Après 13 ans de mariage, Sean Penn, 48 ans, et Robin Wright, 43, auraient entamé une procédure de divorce...";
arnews[1] += "
Publ.Date : Thu, 20 Aug 2009 10:31:00 GMT";
arnews[1] += "
";
arnews[2]="ShowBiz Minute: Penn; Jay-Z; Green Day
";
arnews[2] += "Sean Penn withdraws divorce petition; Jay-Z confirms split with Def Jam records; Green Day lashes out at Wal-Mart policy. (May 22)";
arnews[2] += "
Publ.Date : Fri, 22 May 2009 12:55:30 GMT";
arnews[2] += "
";
arnews[3]="Hookups and Denials: Cynthia Nixon's Engaged and Natalie Portman's Not Dating Sean Penn
";
arnews[3] += "Bradley Cooper says he and Jennifer Aniston are not an item, and there will be no Madonna and Jesus wedding.";
arnews[3] += "
Publ.Date : Mon, 18 May 2009 20:30:06 GMT";
arnews[3] += "
";
arnews[4]="O'Reilly Slam of Sean Penn on Gay Marriage Factually False (Twice)?
";
arnews[4] += "Reilly was still repeating his false claim two days later in his discussion with Dennis Miller. The two clips of Fox News' \"The O'Reilly Factor\" that I use in this video come from...";
arnews[4] += "
Publ.Date : Fri, 27 Feb 2009 21:38:27 GMT";
arnews[4] += "
";
document.title=document.title+ " ";
arnews[5]="Sean Penn winning Best Actor for "Milk"
";
arnews[5] += "Sean Penn winning the Best Actor Oscar® for his performance in...";
arnews[5] += "
Publ.Date : Thu, 26 Feb 2009 02:36:13 GMT";
arnews[5] += "
";
arnews[6]="Sean Penn kämpft gegen den Welthunger
";
arnews[6] += "Der Hollywoodstar, der mit seinem neuesten Film ?Milk' derzeit im Rennen um einen Oscar ist, setzt sich in diesem TV-Spot für das Welternährungsprogramm der UNO ein.";
arnews[6] += "
Publ.Date : Fri, 30 Jan 2009 07:21:00 GMT";
arnews[6] += "
";
arnews[7]="Sean Penn's Hunger Appeal
";
arnews[7] += "Oscar nominee Sean Penn appeals for money to feed the hungry in a public service announcement for the World Food Programme. (Jan. 29)";
arnews[7] += "
Publ.Date : Thu, 29 Jan 2009 17:08:36 GMT";
arnews[7] += "
";
arnews[8]="21 Grams - Sean Penn & Naomi Watts Interview
";
arnews[8] += "21 grams is the weight we lose when we die, and this moving drama tells of three very different people brought together by the common bond of death.";
arnews[8] += "
Publ.Date : Wed, 23 Jul 2008 13:57:12 GMT";
arnews[8] += "
";
arnews[9]="USA: Writer-director Sean Penn takes on the true story of a young man's journey communing with the wilderness and coming out enlightened, yet losing his life
";
arnews[9] += "Making its Los Angeles premiere on Tuesday (September 17) was director/actor Sean Penn's latest film, \"Into the Wild\" based on the popular book of the same name. The movie,...";
arnews[9] += "
Publ.Date : Thu, 20 Sep 2007 00:00:00 GMT";
arnews[9] += "
";
totcount = 10;
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("