var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Mel B wants Belafonte babies
";
arnews[0] += "Mel B wants children with husband Stephen Belafonte . The former Spice Girls singer - who already has two daughters, 11-year-old Phoenix and two-year-old Angel, from previous relationships - is planning on expanding her family further in the near future and says she loves being pregnant.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 10:42:19 GMT";
arnews[0] += "
";
arnews[1]="Lugner reveals fears about a tired Lohan
";
arnews[1] += "Veteran Viennese playboy Richard Lugner has admitted to fears his Opera Ball guest Lindsay Lohan won't be able to make it through tomorrow's autograph session as the star is due to arrive at the last minute.";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 21:02:46 GMT";
arnews[1] += "
";
arnews[2]="Craig Brown: Ten things you didn't know about the Spice Girls
";
arnews[2] += "They really, really want a posh frock and a footballer: Ten things you didn't know about the Spice Girls By Craig Brown Last updated at 8:35 AM on 09th February 2010 1. Plans are underway to stage a Spice Girls musical in the West End, produced by the woman behind the Abba musical, Mamma Mia! Bookmakers are already accepting bets on the casting for ...";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 16:35:07 GMT";
arnews[2] += "
";
arnews[3]="GET ready for Brits 2010 with exclusive listen to Bee Gees & Adamski ft. Seal tracks
";
arnews[3] += "IF you can't wait until the ceremony next week, we've got a little something to get you in the mood for the Brit Awards.";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 16:35:03 GMT";
arnews[3] += "
";
arnews[4]="UK Unlikely To Win Eurovision, Say Bookmakers
";
arnews[4] += "Online bookmakers are offering 25/1 on the UK to take the Eurovision crown. A number of online bookmakers have the UK listed among the outsiders to take the 2010 Eurovision title.";
arnews[4] += "
Publ.Date : Mon, 08 Feb 2010 20:40:00 GMT";
arnews[4] += "
";
arnews[5]="Girls Aloud star Nicola Roberts voted sexiest redhead ever
";
arnews[5] += "Nicola Roberts has beaten stars including Lindsay Lohan, supermodel Lily Cole and Florence Welch to be voted The Sexiest Red Head of All Time.";
arnews[5] += "
Publ.Date : Sun, 07 Feb 2010 05:51:26 GMT";
arnews[5] += "
";
arnews[6]="Hey, Jordan, here's a title for you...
";
arnews[6] += "In a spirit of camaraderie, I would like to suggest a title for Katie Price's forthcoming autobiography.";
arnews[6] += "
Publ.Date : Sat, 06 Feb 2010 18:23:09 GMT";
arnews[6] += "
";
arnews[7]="Geri Halliwell Is a Sexy School Girl
";
arnews[7] += "Geri Halliwell Is a Sexy School Girl Posted by AJ Grey on 02.06.2010 Geri is young at heart... Here is Geri Halliwell, out on the town and dressed like a sexy school girl... Credit: hollywoodtuna.com Post Comment Please add your comment below.";
arnews[7] += "
Publ.Date : Sat, 06 Feb 2010 11:57:33 GMT";
arnews[7] += "
";
arnews[8]="Girls Aloud's Nicola Roberts named sexiest redhead ever
";
arnews[8] += "Girls Aloud star Nicola Roberts has pipped stars like Lindsay Lohan, supermodel Lily Cole and Florence Welch to be voted The Sexiest Red Head of All Time.";
arnews[8] += "
Publ.Date : Sat, 06 Feb 2010 08:59:28 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("