var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Caught! Mischa Barton Alienates Fans—Again - Entertainment Online
";
arnews[0] += "Mischa Barton was spotted getting her shop on at the L.A. Vintage Expo in Santa Monica, and it was a good thing, too. Other fashionistas on-site say Barton looked like hell, wearing baggy Hawaiian print shorts, leggings, a leather jacket and \"hair ...";
arnews[0] += "
Publ.Date : Mon, 08 Feb 2010 21:09:00 GMT";
arnews[0] += "
";
arnews[1]="Mischa Barton sued for not paying rent - The Gaea Times
";
arnews[1] += "NEW YORK - ‘The O.C.’ star Mischa Barton is being sued for 7,000 dollars for allegedly not paying her rent. Barton, 23, is being sued by MRA Realties for not paying three months rent on a 7,000-dollar-a-month loft on Walker Street. Her neighbours ...";
arnews[1] += "
Publ.Date : Fri, 22 Jan 2010 02:45:00 GMT";
arnews[1] += "
";
arnews[2]="Mischa Barton is Fat Again! - Showbizspy.com
";
arnews[2] += "The former O.C. actress — who plays a prostitute in the smash hit crime drama — even found the time to shove a lolly down her throat! Mischa recently insisted she’s proud of her body. “I’m proud of my body,” she said in December. “It ...";
arnews[2] += "
Publ.Date : Mon, 18 Jan 2010 23:57:00 GMT";
arnews[2] += "
";
arnews[3]="LUKE PRITCHARD HAD TO STEP BACK FROM MISCHA BARTON 'WHIRLWIND' - New Kerala
";
arnews[3] += "THE KOOKS star LUKE PRITCHARD has opened up about his romance with actress MISCHA BARTON, insisting he called off their relationship because he needed to \"pull himself back\" from \"the whirlwind.\" The couple split last March (09) amid speculation they ...";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 08:29:00 GMT";
arnews[3] += "
";
arnews[4]="DVD Details: Mischa Barton's Homecoming - DREAD CENTRAL.COM
";
arnews[4] += "Morgan J. Freeman's (emphasis on the J) psychological horror flick Homecoming is on its way home to DVD and we've got the artwork and details for ya. Sporting only a few bonus scenes look for Homecoming 's homecoming on April 27th from Paramount for ...";
arnews[4] += "
Publ.Date : Thu, 04 Feb 2010 20:45:00 GMT";
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("