var arnews = new Array(6);
totcount = 4;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Access Hollywood - Celebrity News, Photos & Videos - Access Hollywood
";
arnews[0] += "Brazilian supermodel Adriana Lima isn’t just an angel – she’s also a mom. The Victoria’s Secret beauty and her NBA star husband Marko Jaric welcomed a daughter on Sunday in New York City, a rep for Lima confirmed to People . “Adriana and ...";
arnews[0] += "
Publ.Date : Sun, 07 Feb 2010 23:55:00 GMT";
arnews[0] += "
";
arnews[1]="Dennis Quaid: ‘Legion’ won’t be on Vatican’s must-see list - The Gaea Times
";
arnews[1] += "WASHINGTON - American actor Dennis Quaid has revealed that the upcoming supernatural action thriller “Legion” will not be on the must-see list of the Vatican. The movie, directed by Scott Stewart, is about the Apocalypse in which an upset God ...";
arnews[1] += "
Publ.Date : Tue, 19 Jan 2010 09:51:00 GMT";
arnews[1] += "
";
arnews[2]="Home Searched In Cindy Crawford Extortion Probe - Access Hollywood
";
arnews[2] += "German police said Sunday that they had searched a home in connection with an alleged extortion scheme targeting former supermodel Cindy Crawford and her family. U.S. authorities had said Thursday that a German man had been charged in the U.S. with ...";
arnews[2] += "
Publ.Date : Sun, 07 Feb 2010 23:55:00 GMT";
arnews[2] += "
";
arnews[3]="Dr. Oz Says That Make-up Could Be Killing Us - PRLog (free press release)
";
arnews[3] += "Her portfolio includes the famous faces of Gisele Bundchen, Zoe Saldana, Jessica Lang, Karolina Kurkova and Celine Dion among many others. She created the website www.beautytruth.com to dispel beauty myths and expose make-up dangers, and contributed ...";
arnews[3] += "
Publ.Date : Wed, 03 Feb 2010 14:20:00 GMT";
arnews[3] += "
";
totcount = 4;
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("