var arnews = new Array(8);
totcount = 2;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="ITV4 to screen Aegon Masters tennis - Brand Republic
";
arnews[0] += "Viewers will also be able to watch tennis players Pat Cash, Stefan Edberg, Greg Rusedski and Mark Philippoussis during the weekend's footage.";
arnews[0] += "
Publ.Date : Mon, 16 Nov 2009 16:08:00 GMT";
arnews[0] += "
";
arnews[1]="Del Potro moves within striking range of Murray - The Independent
";
arnews[1] += "If Juan Martin del Potro fails to reach the final of the Barclays ATP World Tour Finals at London's O2 Arena a week on Sunday it will at least give him a chance to catch up with friends. The 21-year-old Argentine is on good terms with many of his ...";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 01:15:00 GMT";
arnews[1] += "
";
totcount = 2;
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("