var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="We Carey on partying
";
arnews[0] += "After the divine Mariah Carey invited us to her angel-themed party we can safely say we have seen heaven - and it rocks! The lavish bash at London club Jalouse on Thursday was to celebrate the launch of her fab new album, Memoirs of an Imperfect Angel.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 00:00:00 GMT";
arnews[0] += "
";
arnews[1]="It's raining money for Spice Girls
";
arnews[1] += "The Spice Girls will be performing at the Air Canada Centre Feb 3, 4, 25 and 26.";
arnews[1] += "
Publ.Date : Fri, 01 Feb 2008 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="Mariah Carey is joined by Pixie Lott, Kelly Brook and Geri Halliwell at Jalouse nightclub
";
arnews[2] += "WONKY Geri Halliwell got fed up of being kept in the VIP area at Mariah Carey's bash and hit the dancefloor.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 02:10:31 GMT";
arnews[2] += "
";
arnews[3]="Geri Halliwell hits the...
";
arnews[3] += "FERGIE from the Black Eyed Peas may have a name in common with a Duchess but isn't quite so clued up on posh stuff.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 02:10:12 GMT";
arnews[3] += "
";
arnews[4]="Peter Crouch and Abbey...
";
arnews[4] += "WONKY Geri Halliwell got fed up of being kept in the VIP area at Mariah Carey's bash and hit the dancefloor.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 02:10:06 GMT";
arnews[4] += "
";
arnews[5]="Halliwell shocks hairdresser in underwear
";
arnews[5] += "Geri Halliwell reportedly shocked her hairdresser after opening the door to him in her underwear.";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 19:56:35 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("