var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Cheryl Cole warns John Terrys mistress off her hubby
";
arnews[0] += "Cheryl Cole is reportedly fighting fears that her husband Ashley may fall prey to John Terrys alleged mistress Vanessa Perroncel.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 10:56:26 GMT";
arnews[0] += "
";
arnews[1]="Cheryl warns Vanessa off her hubby
";
arnews[1] += "CHERYL Cole is terrified man-eater Vanessa Perroncel could have targeted her hubby Ashley, pals revealed last night.";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 08:53:16 GMT";
arnews[1] += "
";
arnews[2]="Saturdays go global
";
arnews[2] += "BON Jovi have added June 25 and 26 to their London O2 Arena dates, making 12 in all.";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 02:30:26 GMT";
arnews[2] += "
";
arnews[3]="Cheryl Cole
";
arnews[3] += "Who's had the best British Single over the last 12 months? Here's who's in the running... BRITs nominations - British Single Cheryl Cole - Fight for This Love Cheryl's solo work was clearly going to get everyone paying attention following her success with Girls Aloud.";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 21:10:50 GMT";
arnews[3] += "
";
arnews[4]="Not letting Rowetta sing her own song at the Brits is an insult
";
arnews[4] += "Editing out the singer to make Cheryl Cole's performance look better is not in the spirit of celebrating British talent Cheryl Cole on X Factor.";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 16:43:05 GMT";
arnews[4] += "
";
arnews[5]="US magazines' newsstand sales fall 9%
";
arnews[5] += "US magazine circulation figures published by the Audit Bureau of Circulations yesterday will make grim reading for the industry.";
arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 13:02:14 GMT";
arnews[5] += "
";
arnews[6]="Madonna sets her sights on new toyboy - Daily Gossip
";
arnews[6] += "Welcome to the Daily Gossip : your daily stop-off to find out who in the world of music has been up to what.";
arnews[6] += "
Publ.Date : Tue, 09 Feb 2010 13:04:57 GMT";
arnews[6] += "
";
arnews[7]="Fearne Cotton recreated the Call On Me video with Denise Van Outen
";
arnews[7] += "TELEVISION presenter Fearne Cotton was out of her saddle almost as soon as she had got in it after beginning her bicycle training - \" with Marlow Professor Greg Whyte.";
arnews[7] += "
Publ.Date : Tue, 09 Feb 2010 11:51:11 GMT";
arnews[7] += "
";
arnews[8]="Girls Aloud: Kimberley to...
";
arnews[8] += "CORRIE'S Becky and Steve McDonald will be the Brangelina of Weatherfield when they decide to adopt a child.";
arnews[8] += "
Publ.Date : Tue, 09 Feb 2010 02:05:53 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("