var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="No bad blood between Claudine, Star Magic
";
arnews[0] += "For the first time since her controversial contract signing with Viva Films, Claudine Barretto answered questions from ABS-CBN reporters regarding her rumored rift with Star Magic.";
arnews[0] += "
Publ.Date : Sun, 15 Nov 2009 13:33:55 GMT";
arnews[0] += "
";
arnews[1]="Piolo Pascual and KC Concepcion attend Star Magic ball
";
arnews[1] += "MANILA For KC Concepcion, lead star of \"Lovers in Paris,\" filming a \"nerve-wracking\" kissing scene with leading man Piolo Pascual required a lot of preparations.";
arnews[1] += "
Publ.Date : Thu, 12 Nov 2009 13:01:15 GMT";
arnews[1] += "
";
arnews[2]="Angelica Panganiban back to work
";
arnews[2] += "Actress Angelica Panganiban has recovered from gastritis and is back to the grind after being hospitalized due to the disorder.";
arnews[2] += "
Publ.Date : Wed, 11 Nov 2009 12:34:20 GMT";
arnews[2] += "
";
arnews[3]="Regine gives pearl necklace to Sarah
";
arnews[3] += "Pop Star Princess Sarah Geronimo was surprised seeing Asia's Songbird Regine Velasquez in the audience during her jam-packed \"Record Breaker\" concert at the Araneta Coliseum on Nov.";
arnews[3] += "
Publ.Date : Mon, 09 Nov 2009 12:27:36 GMT";
arnews[3] += "
";
arnews[4]="An Hermes bag for Angelica
";
arnews[4] += "After giving girlfriend Angelica Panganiban a Mini Cooper for an anniversary gift, Derek Ramsay now follows up with another \"dream come true\" present.";
arnews[4] += "
Publ.Date : Thu, 05 Nov 2009 10:51:45 GMT";
arnews[4] += "
";
arnews[5]="Derek to the point
";
arnews[5] += "\"Let's face it, I am not getting any younger.\" \"Let's face it, I am not getting any younger,\" quips 'man of the hour' Derek Ramsay during the recent launch of Century Corned Tuna which he endorses.";
arnews[5] += "
Publ.Date : Mon, 02 Nov 2009 12:50:14 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("