var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Dannii Minogue's twin relief
";
arnews[0] += "Dannii Minogue is thankful she's not having twins. The 38-year-old singer - who is pregnant with her first child to her former England rugby playing boyfriend Kris Smith - hasn't found out the sex of the baby but is relieved that medical checks have ruled out a multiple birth.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 04:46:25 GMT";
arnews[0] += "
";
arnews[1]="Nip/Tuck: Ending on a nice . . . boring note
";
arnews[1] += "Dylan Walsh and Julian McMahon star in Nip/Tuck as Drs Sean McNamara and Christian Troy.";
arnews[1] += "
Publ.Date : Mon, 08 Feb 2010 22:17:49 GMT";
arnews[1] += "
";
arnews[2]="Mama: Dannii Minogue is pregnant
";
arnews[2] += "Parents-to-be ... Dannii Minogue and boyfriend Kris Smith. Source: The Daily Telegraph DANNII Minogue has confirmed the celebrity world's worst-kept secret.";
arnews[2] += "
Publ.Date : Sun, 07 Feb 2010 14:30:42 GMT";
arnews[2] += "
";
arnews[3]="Is this a Nip/Tuck major spoiler?
";
arnews[3] += "HUGE possible spoiler to the most depressing season ever. Kelly Carlson's character is dead.";
arnews[3] += "
Publ.Date : Sat, 06 Feb 2010 18:47:35 GMT";
arnews[3] += "
";
arnews[4]="Dannii Minogue - Dannii Minogue's Twin Relief
";
arnews[4] += "Dannii Minogue admits she and boyfriend Kris Smith are happy that she isn't having twins.";
arnews[4] += "
Publ.Date : Fri, 05 Feb 2010 16:03:09 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("