var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Alba stars in complicated romance
";
arnews[0] += "If there's anything I've learned from watching hundreds of romantic comedies, it's that beautiful women just can't get a date.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 00:12:27 GMT";
arnews[0] += "
";
arnews[1]="Report: Streisand Rejected $100M Vegas Gig
";
arnews[1] += "Singer Barbra Streisand has rejected a $100 million, three-year offer to perform on the Las Vegas Strip, according to a report on the Web site Popeater.com.";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 19:43:55 GMT";
arnews[1] += "
";
arnews[2]="Cars co-star with costumes at history center exhibit opening
";
arnews[2] += "Orange County Regional History Center - posted by dewayne bevil on February, 8 2010 11:06 AM The Orange County Regional History Center threw a block party to mark the opening of its exhibit called \"Out of This World: Extraordinary Costumes From Film and Television\" on Saturday.";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 00:06:44 GMT";
arnews[2] += "
";
arnews[3]="'House''s Lisa Edelstein: Will Cuddy Pick House Over Lucas?
";
arnews[3] += "Monday, February 08, 2010 at 2:46 p.m. Read more: Entertainment , ET , Entertainment , Celebrity , Lisa Edelstein , House \"House\" takes a look at life at Princeton-Plainsboro Teaching Hospital through the eyes of Dr.";
arnews[3] += "
Publ.Date : Fri, 29 Jan 2010 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="Super Bowl Champ Reggie Bush Has 'Got Milk'
";
arnews[4] += "Monday, February 08, 2010 at 1:18 p.m. Read more: Entertainment , ET , Entertainment , Celebrity Reggie Bush goes from Super Bowl to supermodel.";
arnews[4] += "
Publ.Date : Thu, 28 Jan 2010 08:00:00 GMT";
arnews[4] += "
";
arnews[5]="Jermaine Jackson: Family Seeks 'Swift Justice for Our Brother'
";
arnews[5] += "Thursday, February 04, 2010 at 6:43 p.m. Read more: Entertainment , ET , Entertainment , Celebrity , Michael Jackson , Jermaine Jackson , Dr.";
arnews[5] += "
Publ.Date : Wed, 27 Jan 2010 08:00: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("