var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="X FACTOR: BRIAN FRIEDMAN SAYS DANNII MINOGUE IS A BETTER JUDGE THAN ... - Daily Star
";
arnews[0] += "DANCE guru Brian Friedman believes Dannii Minogue has replaced Simon Cowell as the most credible judge. The choreographer reckons Mr Nasty has lost the respect of viewers after a series of blunders, including backing the terrible twins over ...";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 00:52:00 GMT";
arnews[0] += "
";
arnews[1]="Dannii Minogue set to wed? - Earthtimes
";
arnews[1] += "Dannii Minogue is considering marrying model boyfriend Kris Smith, saying she wants to be with him ''forever''. Dannii Minogue is ready to marry. The 38-year-old star - who was previously married to actor Julian McMahon and was engaged to racing ...";
arnews[1] += "
Publ.Date : Mon, 16 Nov 2009 08:30:00 GMT";
arnews[1] += "
";
arnews[2]="DANNII MINOGUE IS HOOKED ON I'M A CELEBRITY - Daily Star
";
arnews[2] += "DANNII Minogue has admitted that she is hooked on Iām A Celebrity ā ever since Jordan entered the jungle. The sexy X Factor judge, 38, claims the ITV show is even giving her nightmares ā because she fears facing her very own Bushtucker Trial ...";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 00:46:00 GMT";
arnews[2] += "
";
arnews[3]="Dannii Minogue 'favourite for axe' - Digital Spy
";
arnews[3] += "Dannii Minogue is the judge most likely to be dropped from The X Factor , according to bookies William Hill. Simon Cowell recently hinted that one of the four panellists could be shown the door next year to avoid going to the controversial deadlock ...";
arnews[3] += "
Publ.Date : Wed, 18 Nov 2009 20:16:00 GMT";
arnews[3] += "
";
arnews[4]="Wedding bells for Dannii Minogue? - Thaindian.com
";
arnews[4] += "Washington, November 16 (ANI): Dannii Minogue has sparked reports that she is set to tie the knot after declaring she wants to be with boyfriend Kris Smith forever. The Aussie singer previously pledged not to walk down the aisle again after splitting ...";
arnews[4] += "
Publ.Date : Mon, 16 Nov 2009 09:20: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("