var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="American Idol's Ryan Seacrest heeds Charice's appeal
";
arnews[0] += "MANILA, Philippines \"American Idol\" host Ryan Seacrest is supporting Charice's attempt to win Paypal's \"Regift the Fruitcake\" for Operation Smile.";
arnews[0] += "
Publ.Date : Mon, 28 Dec 2009 05:43:49 GMT";
arnews[0] += "
";
arnews[1]="Charice named newest Operation Smile ambassador
";
arnews[1] += "International singing sensation Charice has been named the newest smile ambassador of Operation Smile.";
arnews[1] += "
Publ.Date : Wed, 23 Dec 2009 06:01:08 GMT";
arnews[1] += "
";
arnews[2]="Have the Pussycat Dolls Finally Split?
";
arnews[2] += "Ita s a rumor that pesters bands and music groups throughout their careers. For the Pussycat Dolls , we hear about it every month or so.";
arnews[2] += "
Publ.Date : Thu, 26 Nov 2009 07:43:39 GMT";
arnews[2] += "
";
arnews[3]="Bakersfield girl travels to Egypt to make kids smile
";
arnews[3] += "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[3] += "
Publ.Date : Thu, 12 Nov 2009 07:19:26 GMT";
arnews[3] += "
";
arnews[4]="Bakersfield girl travels to Egypt to make kids smile
";
arnews[4] += "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[4] += "
Publ.Date : Thu, 12 Nov 2009 09:24:18 GMT";
arnews[4] += "
";
arnews[5]="American Idol winner Kris Allen to perform live at Land Shark Stadium
";
arnews[5] += "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[5] += "
Publ.Date : Wed, 21 Oct 2009 00:29:56 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("