var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Kym Marsh Wins Celebrity Mum of the Year - Entertainment.uk.msn.com
";
arnews[0] += "Corrie actress Kym Marsh has been named celebrity mum of the year, beating off a shortlist that included Katie Price, Holly Willoughby and Samantha Cameron. Mother-of-two Kym lost a baby earlier this year when son Archie was born 18 weeks early, and ...";
arnews[0] += "
Publ.Date : Tue, 17 Nov 2009 11:13:00 GMT";
arnews[0] += "
";
arnews[1]="Brown makes X Factor gaffe - The Sun
";
arnews[1] += "The Prime Minister was discussing the ITV1 hit during an interview on This Morning when he referred to the teacher as \"Daryl\". Speaking to hosts Holly Willoughby and Phillip Schofield, he said his young sons loved watching the 27-year-old and also ...";
arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 17:37:00 GMT";
arnews[1] += "
";
arnews[2]="Walsh, Cole 'think Olly will win X Factor' - Digital Spy
";
arnews[2] += "X Factor judges Louis Walsh and Cheryl Cole have secretly tipped Olly Murs to win the series, a report claims. According to The Mirror , both stars backed Simon Cowell's contestant in the secret ballot organised for ITV2 spinoff The Xtra Factor ...";
arnews[2] += "
Publ.Date : Wed, 18 Nov 2009 11:48:00 GMT";
arnews[2] += "
";
arnews[3]="Cowell: 'I was sure Lloyd would go' - Digital Spy
";
arnews[3] += "When asked by host Holly Willoughby if he had misjudged public opinion for the second week in a row, he replied: \"It happens.\"";
arnews[3] += "
Publ.Date : Mon, 16 Nov 2009 11:50:00 GMT";
arnews[3] += "
";
arnews[4]="This Morning host Phillip Schofield loses his cool over Mariah Carey's ... - Daily Mail
";
arnews[4] += "He has a reputation as one of the most mild mannered presenters on television. But even Phillip Schofield lost his patience following an appearance by notorious diva Mariah Carey on This Morning. The singer had agreed to be interviewed and perform ...";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 04:14:00 GMT";
arnews[4] += "
";
totcount = 5;
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("