var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Jessica Alba: 'Men should always pay on dates'
";
arnews[0] += "The Valentine's Day actress, who last week revealed that she \"hated\" the idea of marriage, said that she always expects men to pay on dates.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 11:41:35 GMT";
arnews[0] += "
";
arnews[1]="The Terminator rights have been sold
";
arnews[1] += "For now. The saga of the Terminator rights sale just can't stop pushing out the twists.";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 11:41:04 GMT";
arnews[1] += "
";
arnews[2]="Michael Lohan & Dina Lohan Go Head To Head In Court
";
arnews[2] += "Categories February 10, 2010 \" It's almost been a year without child support,\" Dina Lohan said after a closed door meeting with her ex-husband in Nassau County Family Court in Nassau, New York on Tuesday February 9, 2010.";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 11:06:57 GMT";
arnews[2] += "
";
arnews[3]="Jeff Zucker, Do I Have A Show For You
";
arnews[3] += "You're going to love it, but you have to move fast. I have no idea how it leaked out, but Fox and HBO got wind of my idea and they're all over me for a chance to produce it.";
arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 09:47:36 GMT";
arnews[3] += "
";
arnews[4]="Lindsay Lohan plans late Haiti charity bash after the Brits
";
arnews[4] += "Lindsay Lohan has a charity bash for Haiti after the Brits - but she's left it late.";
arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 00:00:00 GMT";
arnews[4] += "
";
arnews[5]="Hayden Panettiere Has Reportedly Reconciled With Her Ex-Boyfriend
";
arnews[5] += "Categories February 10, 2010 The 20-year-old 'Heroes' actress was seen getting close to millionaire businessman Harry Morton who she was first romantically linked to last July at Los Angeles nightspot Teddy's on Monday , where the pair stunned onlookers with their flirty behaviour.";
arnews[5] += "
Publ.Date : Wed, 10 Feb 2010 07:54:24 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("