var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Ramielle Malubay
";
arnews[0] += "Manny Pacquiao wasn't the only Filipino who put on a show at the MGM Grand Garden Arena last Saturday.";
arnews[0] += "
Publ.Date : Thu, 19 Nov 2009 07:49:30 GMT";
arnews[0] += "
";
arnews[1]="Mercado: Too Broadway for 'Idol,' perfect for 'Dreamgirls'
";
arnews[1] += "On American Idol , being \"too Broadway\" has become synonymous with a ticket home.";
arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 06:06:45 GMT";
arnews[1] += "
";
arnews[2]="'American Idol's' Ramiele Malubay sings anthem at Pacquiao-Cotto fight
";
arnews[2] += "Fans of \"American Idol\" got a bit of treat during tonight's broadcast of the \"Firepower\" clash between Filipino boxing icon Manny Pacquiao and Puerto Rican Miguel Cotto.";
arnews[2] += "
Publ.Date : Tue, 10 Nov 2009 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="'La Diva' sings RP anthem in Pacquiao-Cotto clash
";
arnews[3] += "MANILA All-girl pop group \"La Diva\" sang the country's national anthem Sunday before thousands of spectators who trooped to MGM Grand Garden Arena in Las Vegas, Nevada to watch the \"Firepower\" clash between Filipino boxing icon Manny Pacquiao and Puerto Rican Miguel Cotto.";
arnews[3] += "
Publ.Date : Sun, 15 Nov 2009 06:52:29 GMT";
arnews[3] += "
";
arnews[4]="Idol For A Cause
";
arnews[4] += "A local Idol taking the stage for an international cause. South Florida's Ramiele Malubay joining forces with another season 7 alum, all to benefit flood victims in the Pacific.";
arnews[4] += "
Publ.Date : Tue, 27 Oct 2009 01:35:45 GMT";
arnews[4] += "
";
arnews[5]="Hoda & Kathie Lee On Letterman Scandal
";
arnews[5] += "Watch This: 'Curb Your Enthusiasm' AH Nation: Should TLC Cancel 'Jon & Kate Plus 8'? In Case You Missed It NEXT Billboard's Woman Of The Year Maria Menounos Talks 'Serial Buddies' Mel B's 'Dancing' Finale Wrap-Up PREV NEXT Matt Lauer and Ann Coulter on NBC's the 'Today' show Cameron Diaz visits Brian d'Arcy James as 'Shrek' backstage on opening ...";
arnews[5] += "
Publ.Date : Mon, 05 Oct 2009 06:46:01 GMT";
arnews[5] += "
";
arnews[6]="Fans give Ramiele Malubay the hook on "Idol"
";
arnews[6] += "It was Ramiele Malubay's turn to bow out of \"American Idol\" on Wednesday when the hit TV talent show's fans gave her rendition of \"Do I Ever Cross Your Mind\" the fewest votes in this week's Dolly Parton-themed competition.";
arnews[6] += "
Publ.Date : Thu, 03 Apr 2008 07:00:00 GMT";
arnews[6] += "
";
arnews[7]="Season 7's Top 10 'American Idols': Where are they now?
";
arnews[7] += "'Idol' Season 7 stars: In front are Chikezie and Brooke White. In rear, from left, are Kristy Lee Cook, Carly Smithson, season winner David Cook, Ramiele Malubay, Jason Castro, David Archuleta, Syesha Mercado and Michael Johns.";
arnews[7] += "
Publ.Date : Sun, 06 Sep 2009 16:07:54 GMT";
arnews[7] += "
";
arnews[8]="Rocker Overmyer voted off "American Idol"
";
arnews[8] += "Rocker Amanda Overmyer got the boot from \"American Idol\"'s huge fan base on Wednesday, leaving 10 finalists singing their way to possible victory in the hit TV talent show's seventh season.";
arnews[8] += "
Publ.Date : Mon, 24 Mar 2008 07:00:00 GMT";
arnews[8] += "
";
totcount = 9;
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("