var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Fancy a genuine contest?
";
arnews[0] += "As doomed Jamie Afro and lousy Lloyd Daniels prepared to warble for their X Factor lives, Louis Walsh declared: \"I will save the person who I think has the potential to get better.\" So that settled it.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 02:22:00 GMT";
arnews[0] += "
";
arnews[1]="Don't push us Dan | Danyl Johnson storms out of X Factor rehearsals
";
arnews[1] += "FURIOUS X Factor judges are ready to boot out volatile Danyl Johnson after he threw an almighty wobbler this week.";
arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 02:56:31 GMT";
arnews[1] += "
";
arnews[2]="'X Factor' Week Seven: What the judges said
";
arnews[2] += "It was George Michael and Wham! week on The X Factor tonight and the remaining six hopefuls took to the stage to try to impress the judges.";
arnews[2] += "
Publ.Date : Sun, 22 Nov 2009 01:31:14 GMT";
arnews[2] += "
";
arnews[3]="I'm A Celebrity: Kim Woodburn proves she is tougher than Katie Price
";
arnews[3] += "DANNII Minogue has admitted that she is hooked on I'm A Celebrity - ever since Jordan entered the jungle.";
arnews[3] += "
Publ.Date : Sun, 22 Nov 2009 01:27:45 GMT";
arnews[3] += "
";
arnews[4]="Robert De Niro to rap with 50 Cent
";
arnews[4] += "A SEASIDE town has been dubbed Britain's luckiest after a mystery punter became the eighth resident to win a Lotto jackpot.";
arnews[4] += "
Publ.Date : Sun, 22 Nov 2009 01:25:57 GMT";
arnews[4] += "
";
arnews[5]="53m suspect faces KO
";
arnews[5] += "DANNII Minogue has admitted that she is hooked on I'm A Celebrity - ever since Jordan entered the jungle.";
arnews[5] += "
Publ.Date : Sun, 22 Nov 2009 01:25:45 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("