var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="The Netshow @ friendfeed: Schaue mir jetzt mal wieder eine komplette Folge der Late Night w/Jimmy Fallon an. Gast ist Lettermans Lieblings Amanda Peet!
";
arnews[0] += "Schaue mir jetzt mal wieder eine komplette Folge der Late Night w/Jimmy Fallon an. Gast ist Lettermans Lieblings Amanda Peet!";
arnews[0] += "
";
arnews[1]="Amanda Peet slams Jennifer Aniston http://mygloss.com/buzz/2009/11/21/2012-star-amanda-peet-clearly-doesnt-want-friends-named-jennifer/
";
arnews[1] += "Amanda Peet slams Jennifer Aniston";
arnews[1] += "
";
arnews[2]="Jeff-TVQC: How I Met Your Mother embauche Amanda Peet http://bit.ly/7VdqnX #himym
";
arnews[2] += "How I Met Your Mother embauche Amanda Peet";
arnews[2] += "
";
arnews[3]="OPB: [MWC] Watch 2012 Online: Cast: John Cusack, Amanda Peet, Woody Harrelson, Oliver Platt, Chiwetel Ejiofor, .. http://bit.ly/7vqkM5
";
arnews[3] += "[MWC] Watch 2012 Online: Cast: John Cusack, Amanda Peet, Woody Harrelson, Oliver Platt, Chiwetel Ejiofor, ..";
arnews[3] += "
";
arnews[4]="Actualité internationale: Natalie Portman absolument divine… aux côtés d’Amanda Peet et Kelly Rutherford !
";
arnews[4] += "Natalie Portman absolument divine… aux côtés d’Amanda Peet et Kelly Rutherford ! -";
arnews[4] += "
";
totcount = 5;
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("