var arnews = new Array(10);
totcount = 10;
rnd = 1;
arnews[0]="Dannii Minogue speaks out about Jedward + X Factor
";
arnews[0] += "X Factor judge Dannii Minogue believes Lucie Jones can make it in the music business, despite her controversial early exit from the competition. The Welsh teenager got the chop...";
arnews[0] += "
Publ.Date : Thu, 12 Nov 2009 06:13:48 GMT";
arnews[0] += "
";
arnews[1]="Dannii Minogue apologises to Danyl Johnson
";
arnews[1] += "Dannii Minogue apologises for outing Danyl Johnson on the X Factor Please VOTE for us, just click the link, register (its dead easy) and vote for us, just like on the X Factor,...";
arnews[1] += "
Publ.Date : Mon, 12 Oct 2009 22:03:18 GMT";
arnews[1] += "
";
document.title=document.title+ " ";
arnews[2]="Dannii Minogue's Apology - X Factor 2009 | HD 720p | XFactorHighDef
";
arnews[2] += "After offending many people by making a comment about Danyl Johnson, Dannii apologises. Get more info at itv.com No Copyright Infringement Intended";
arnews[2] += "
Publ.Date : Mon, 12 Oct 2009 05:09:32 GMT";
arnews[2] += "
";
arnews[3]="I Begin to Wonder by Dannii Minogue
";
arnews[3] += "I Begin to Wonder music video by Dannii Minogue added on 2009-08-03";
arnews[3] += "
Publ.Date : Mon, 03 Aug 2009 20:14:07 GMT";
arnews[3] += "
";
arnews[4]="Touch Me Like That by Dannii Minogue vs Jason Nevins
";
arnews[4] += "Touch Me Like That by Dannii Minogue vs Jason Nevins";
arnews[4] += "
Publ.Date : Tue, 31 Mar 2009 08:01:33 GMT";
arnews[4] += "
";
arnews[5]="Dannii Minogue - I Begin to Wonder
";
arnews[5] += "Dannii Minogue - I Begin to Wonder from Ultra Records ... Dannii Minogue Begin to Wonder house electro trance official music video ultra records";
arnews[5] += "
Publ.Date : Wed, 18 Mar 2009 21:59:47 GMT";
arnews[5] += "
";
arnews[6]="Dannii Minogue vs Jason Nevins - Touch Me Like That
";
arnews[6] += "Official video for Touch Me Like That which will be released on AATW Records on the 3rd December 2007";
arnews[6] += "
Publ.Date : Tue, 30 Oct 2007 18:11:00 GMT";
arnews[6] += "
";
arnews[7]="SHOWBIZ: Music Industry Trust Awards: Kylie and Dannii Minogue photocalls and interviews
";
arnews[7] += "The 2007 Music Industry Trusts (MITS) Award went to Kylie Minogue. Features footage of the Minogue sisters, Kylie and Dannii, posing for photocalls and speaking to press on...";
arnews[7] += "
Publ.Date : Mon, 29 Oct 2007 00:00:00 GMT";
arnews[7] += "
";
arnews[8]="VIDEO EXCLUSIVE - Dannii Minogue visiting her final X Factor contestants London UK 19/10/2007
";
arnews[8] += "VIDEO EXCLUSIVE - X Factor judge Dannii Minogue shoots some scenes outside the house where her final X Factor contestants are staying. Also seen are Leah Lauder, Phoebe Brown,...";
arnews[8] += "
Publ.Date : Fri, 19 Oct 2007 00:00:00 GMT";
arnews[8] += "
";
arnews[9]="VIDEO - X Factor judge Dannii Minoguye leaving This Morning and goes shopping London UK 17/10/2007
";
arnews[9] += "VIDEO - X Factor judge Dannii Minogue leaving This Morning and greets waiting fans. She walks towards the camera smiling and signs autographs before getting into her car. She is...";
arnews[9] += "
Publ.Date : Wed, 17 Oct 2007 00:00:00 GMT";
arnews[9] += "
";
totcount = 10;
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("