var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="TV review: I'm A Celebrity Get Me Out Of Here, ITV
";
arnews[0] += "By Stuart Bathgate EVENINGS in front of the television are always a trial when you've got teenage daughters, but the last few weekends have been particularly traumatic.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 00:25:29 GMT";
arnews[0] += "
";
arnews[1]="BNP Paribas Showdown Field Set For Madison Square Garden
";
arnews[1] += "Serena Williams and Venus Williams will be joined by 2009 US Open champion Kim Cljisters and 2009 French Open champion Svetlana Kuznetsova at the 2010 BNP Paribas Showdown for the Billie Jean King Cup.";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 13:03:50 GMT";
arnews[1] += "
";
arnews[2]="An email conversation with Judy Murray: 'We have to find kids who have real hunger and spirit'
";
arnews[2] += "Some said this was the worst Wimbledon ever. Do you agree? I only started coming regularly five years ago, but it was easily the worst I've experienced.";
arnews[2] += "
Publ.Date : Thu, 19 Nov 2009 09:02:52 GMT";
arnews[2] += "
";
arnews[3]="NASCAR's Mark Martin is the people s choice
";
arnews[3] += "Go for it Mark. It's not over, buddy. Did you see the Indianapolis Colts rally from 17 points down to beat the New England Patriots Sunday night? Or the Buffalo Bills fighting back from a 35-3 deficit in the 1992 season's playoffs against the Houston Oilers? Or Jennifer Capriati , in a 4-6, 0-4 hole against Martina Hingis in the final of the ...";
arnews[3] += "
Publ.Date : Tue, 17 Nov 2009 08:31:47 GMT";
arnews[3] += "
";
arnews[4]="The Big Question: Should women players get paid as much as men at Wimbledon?
";
arnews[4] += "How much less will the women earn than the men at this year's Wimbledon? The prize money at Wimbledon this year is higher than at any other tournament in world tennis.";
arnews[4] += "
Publ.Date : Mon, 02 Feb 2009 08:00:00 GMT";
arnews[4] += "
";
arnews[5]="Serena Williams roars out in pursuit of perfect year
";
arnews[5] += "Only one major title eluded Serena Williams last year during a spectacular season in which the sight of her skipping around court waving silver trophies became almost commonplace.";
arnews[5] += "
Publ.Date : Sat, 14 Nov 2009 10:51: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("