var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="John Travolta Says Scientology is Helping Him Cope with the Death of His Son
";
arnews[0] += "John Travolta has been through a lot. In January of 2009, Travolta and his wife, Kelly Preston, lost their sixteen-year-old son Jett.";
arnews[0] += "
Publ.Date : Sat, 30 Jan 2010 11:48:24 GMT";
arnews[0] += "
";
arnews[1]="A Mickey Christmas
";
arnews[1] += "Kris Allen, The American Idol winner, makes a special appearance at 'B.B. King's Blues Club' inside The Mirage Resort Hotel Casino.";
arnews[1] += "
Publ.Date : Fri, 01 Jan 2010 06:20:46 GMT";
arnews[1] += "
";
arnews[2]="Lopez & Anthony hit Disneyland for Christmas
";
arnews[2] += "Jennifer Lopez and Marc Anthony spent Christmas at Disneyland in California. The couple and their twins Max and Emme took in the sights and attractions at the happiest place on earth on Christmas Eve and returned the following day .";
arnews[2] += "
Publ.Date : Thu, 31 Dec 2009 13:47:43 GMT";
arnews[2] += "
";
arnews[3]="Jennifer Lopez - Lopez & Anthony Hit Disneyland for Christmas
";
arnews[3] += "Caption: Jennifer Lopez appear on the Orange Carpet prior to the Miami Dolphins vs Houston Texans football game at the Land Shark Stadium Miami, Florida .... JENNIFER LOPEZ and MARC ANTHONY spent Christmas at Disneyland in California.";
arnews[3] += "
Publ.Date : Thu, 31 Dec 2009 08:06:53 GMT";
arnews[3] += "
";
arnews[4]="4ie6
";
arnews[4] += "Here's Will Smith and Jada Pinkett Smith's adorable son Jaden at the Nobel Peace Prize concert in Norway on Friday -- and R+B diva Erykah Badu performing in Detroit .";
arnews[4] += "
Publ.Date : Sat, 12 Dec 2009 05:46:57 GMT";
arnews[4] += "
";
arnews[5]="Will Smith's Kid -- Badu to the Bone
";
arnews[5] += "Here's Will Smith and Jada Pinkett Smith's adorable son Jaden at the Nobel Peace Prize concert in Norway on Friday -- and R+B diva Erykah Badu performing in Detroit .";
arnews[5] += "
Publ.Date : Sat, 12 Dec 2009 05:46:50 GMT";
arnews[5] += "
";
arnews[6]="4ie6
";
arnews[6] += "Here's Brooklyn-born actress Leah Remini at some event -- and Sammi \"Sweetheart\" from the amazingly awful MTV series \" Jersey Shore \" . One of them is great at turning the Situation into a comedy.";
arnews[6] += "
Publ.Date : Fri, 11 Dec 2009 06:47:11 GMT";
arnews[6] += "
";
arnews[7]="Leah Remini -- 'Shore' Thing
";
arnews[7] += "I loved leah on King of Queens and Jersey Shore really isnt that bad of a show. Come on now... Posted at 12:14AM on Dec 11th 2009 by Brandon 5. Simone............... TOO SLOW, TAKE THE ELBOW B O I N G !!! B O I N G !!! ...";
arnews[7] += "
Publ.Date : Fri, 11 Dec 2009 06:46:54 GMT";
arnews[7] += "
";
totcount = 8;
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("