var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="DANNII MINOGUE STEPS OUT OF CHERYL COLE'S SHADOW AS NEW M&S MODEL - Daily Express
";
arnews[0] += "DANNII Minogue has taken a further step out of her fellow X Factor judge Cheryl Cole's shadow by emerging as the new face of Marks & Spencer. M&S: Dannii Minogue will join the likes of Myleene Klass, Noemie Lenoir & Twiggy The brunette beauty joins ...";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 00:57:00 GMT";
arnews[0] += "
";
arnews[1]="Cheryl Cole tops ‘Ideal Teachers’ list - The Gaea Times
";
arnews[1] += "LONDON - Cheryl Cole has been voted as the ideal teacher by schoolchildren. Cole, 26, aced the poll of 2,000 pupils - aged six to 18 - for children’s trading website Swapit.co.uk, with former Doctor Who actor David Tennant bagging the second place ...";
arnews[1] += "
Publ.Date : Thu, 04 Feb 2010 13:43:00 GMT";
arnews[1] += "
";
arnews[2]="Cheryl Cole’s popularity annoys Simon Cowell - The Gaea Times
";
arnews[2] += "LONDON - Music mogul Simon Cowell has revealed that he finds it annoying that ‘X Factor’ co-judge Cheryl Cole is more popular than him. But even though Girls Aloud member Cole, 26, is ahead of him in popularity, Cowell, 50, is still a fan of hers ...";
arnews[2] += "
Publ.Date : Mon, 01 Feb 2010 13:25:00 GMT";
arnews[2] += "
";
arnews[3]="ROWETTA SLAMS CHERYL COLE - New Kerala
";
arnews[3] += "Former HAPPY MONDAYS singer ROWETTA is fuming at CHERYL COLE after the GIRLS ALOUD star asked to use her vocals for an upcoming award show - but snubbed her offer to sing live. Cole wanted to sample Rowetta's dancefloor hit Be for a live performance ...";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 08:22:00 GMT";
arnews[3] += "
";
arnews[4]="Cheryl Cole ‘Most Copied Hair’ of 2010 - YAHOO!
";
arnews[4] += "British singer and X Factor judge Cheryl Cole has the most copied hair in the UK, according to Rush Hair. (PRWEB) February 5, 2010 -- Cheryl Cole has the most asked-for hair of 2010, according to UK hair salon chain Rush. Customers have reportedly ...";
arnews[4] += "
Publ.Date : Fri, 05 Feb 2010 09:38:00 GMT";
arnews[4] += "
";
arnews[5]="CHERYL COLE COMPETES WITH SAUSAGE ROLL - Daily Star
";
arnews[5] += "WEB pranksters are staging a bizarre popularity contest between telly beauty Cheryl Cole and a sausage roll. Internet mischief-makers have set up a Roll v Cole Facebook campaign in a bid to outdo the Geordie singer’s official fan club. They want ...";
arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 00:08:00 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("