var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Singer Robbie Williams to court investors: report
";
arnews[0] += "British singer Robbie Williams may sell the right to half his future album, touring and sponsorship earnings in a 50 million pound deal, one of his managers was reported to say on Saturday.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 20:24:09 GMT";
arnews[0] += "
";
arnews[1]="Terriers;' fightback scuppers Pools
";
arnews[1] += "Hartlepool United suffered their first league defeat in six games after they were unable to cope with the onslaught from Huddersfield Town today.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 19:38:28 GMT";
arnews[1] += "
";
arnews[2]="Leeds Extend Lead, Terriers Rise
";
arnews[2] += "Leeds won 3-0 at Brighton to extend their lead at the top of League One to six points, while Huddersfield are third after beating Hartlepool 2-1. Robert Snodgrass caught stand-in Brighton goalkeeper Graeme Smith slightly out of position with an in-swinging left-foot shot from 20 yards in the 27th minute.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 19:13:48 GMT";
arnews[2] += "
";
arnews[3]="Huddersfield 2-1 Hartlepool
";
arnews[3] += "Huddersfield moved up to third in the table after a hard-fought victory. Garry Liddle put Hartlepool ahead with a header from Neil Austin's free-kick, while Peter Clarke later cleared Adam Boyd's goal-bound shot off the line.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 18:32:04 GMT";
arnews[3] += "
";
arnews[4]="Singer Robbie Williams to court investors-report
";
arnews[4] += "British singer Robbie Williams may sell the right to half his future album, touring and sponsorship earnings in a 50 million pound deal, one of his managers was reported to say on Saturday.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 17:47:19 GMT";
arnews[4] += "
";
arnews[5]="James T. Adams Jr.
";
arnews[5] += "James T. Adams Jr., of Prosper, Texas, died Thursday, Nov. 19, 2009, at Medical City Hospital.";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 22:56:00 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("