var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Bakersfield girl travels to Egypt to make kids smile
";
arnews[0] += "Paige Atkison, 12, will be part of a team from Operation Smile that will travel to Egypt next week, in hopes of changing the lives of dozens of children who were born with cleft palates.";
arnews[0] += "
Publ.Date : Thu, 12 Nov 2009 07:19:26 GMT";
arnews[0] += "
";
arnews[1]="Bakersfield girl travels to Egypt to make kids smile
";
arnews[1] += "Paige Atkison, 12, will be part of a team from Operation Smile that will travel to Egypt next week, in hopes of changing the lives of dozens of children who were born with cleft palates.";
arnews[1] += "
Publ.Date : Thu, 12 Nov 2009 09:24:18 GMT";
arnews[1] += "
";
arnews[2]="American Idol winner Kris Allen to perform live at Land Shark Stadium
";
arnews[2] += "The Miami Dolphins today announced that Kris Allen , American Idol Season Eight Winner 19/Jive Recording Artist, will be the main act at the Dolphins' tailgate stage on the Grand Plaza on Sunday, October 25th prior to the Dolphins-Saints game at 4:15 p.m. \"As a HUGE football fan I'm thrilled that the first gig for my band and me is at the Miami/New ...";
arnews[2] += "
Publ.Date : Wed, 21 Oct 2009 00:29:56 GMT";
arnews[2] += "
";
arnews[3]="Kris Allen To Perform At 'Fins Tailgate Stage
";
arnews[3] += "Kris Allen, winner of American Idol Season 8, is coming to Land Shark Stadium. The Miami Dolphins have announced that Kris Allen will be the main act at the Dolphins' tailgate stage on the Grand Plaza on Sunday, October 25th prior to the Dolphins-Saints game at 4:15 p.m. \"As a HUGE football fan I'm thrilled that the first gig for my band and me ...";
arnews[3] += "
Publ.Date : Tue, 20 Oct 2009 14:48:49 GMT";
arnews[3] += "
";
arnews[4]="Take our fun test to see if you can spot the real Dolls.
";
arnews[4] += "BITCHING members of THE PUSSYCAT DOLLS have been told to stop digging their claws in - or they'll be thrown out with the kitty litter.";
arnews[4] += "
Publ.Date : Sat, 09 May 2009 07:00:00 GMT";
arnews[4] += "
";
arnews[5]="Holidays on Earth Today: September 4, 2009
";
arnews[5] += "Holidays are such an important part of each countries tradition along with supporting its culture.";
arnews[5] += "
Publ.Date : Wed, 02 Sep 2009 11:36:40 GMT";
arnews[5] += "
";
arnews[6]="The Pussycat Dolls
";
arnews[6] += "By David Jeffries Founded by choreographer Robin Antin in 1995, the Pussycat Dolls began as a burlesque dance revue based in Los Angeles, spawned a second revue in Las Vegas, grew into an A-list phenomena with a revolving cast of guest celebrities, and eventually became a recording act with a number one dance hit.";
arnews[6] += "
Publ.Date : Sun, 14 Jun 2009 08:12:57 GMT";
arnews[6] += "
";
arnews[7]="Pussycat Dolls
";
arnews[7] += "Having gotten their start as a celebrity-laden rock burlesque troupe, the Pussycat Dolls are now getting attention as a pop-showgirl hybrid.";
arnews[7] += "
Publ.Date : Sat, 08 Nov 2008 08:00:00 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("