var arnews = new Array(10);
totcount = 10;
rnd = 1;
arnews[0]="Sunderland 5-2 Wolves - Bent & Jones
";
arnews[0] += "Sunderland strike pairing Kenwyne Jones and Darren Bent give their reaction to a thrilling 5-2 win over Wolves at The Stadium of Light.";
arnews[0] += "
Publ.Date : Sun, 27 Sep 2009 17:26:01 GMT";
arnews[0] += "
";
document.title=document.title+ " ";
arnews[1]="Celtic 1 Sunderrland 2 Agg Kieran Richardson Kenwyne Jones
";
arnews[1] += "Celtic warmed up for the second leg of their Champions League qualifier against Dinamo Moscow in Russia on Wednesday in disappointing fashion as they slumped to a friendly defeat...";
arnews[1] += "
Publ.Date : Sat, 01 Aug 2009 17:23:06 GMT";
arnews[1] += "
";
arnews[2]="Manchester United 2 Sunderland 1 English Premier League: Kenwyne Jones Goal
";
arnews[2] += "April 11, 2009 ENGLISH PREMIER LEAGUE: MANCHESTER UNITED 2 SUNDERLAND 1 *Watch my other videos to see the other 2 goals of this game* Paul Scholes Goal: Federico Macheda Goal:...";
arnews[2] += "
Publ.Date : Fri, 24 Jul 2009 16:48:00 GMT";
arnews[2] += "
";
arnews[3]="Jones And Ferdinand On New Season
";
arnews[3] += "Anton Ferdinand and Kenwyne Jones look ahead to the new season with Sunderland.";
arnews[3] += "
Publ.Date : Wed, 15 Jul 2009 14:27:28 GMT";
arnews[3] += "
";
arnews[4]="Ferdinand: Faith In Bruce's Ability
";
arnews[4] += "Anton Ferdinand and Kenwyne Jones have faith in new manager Steve Bruce and say they owe their fans a better season in the Premier League";
arnews[4] += "
Publ.Date : Wed, 15 Jul 2009 10:23:39 GMT";
arnews[4] += "
";
arnews[5]="Kenwyne Jones going nowhere - Sbragia
";
arnews[5] += "Sunderland boss Ricky Sbragia says he does not want to sell his best players and insists striker Kenwyne Jones will stay at the club despite rumours of a bid from Tottenham.";
arnews[5] += "
Publ.Date : Thu, 15 Jan 2009 12:05:23 GMT";
arnews[5] += "
";
arnews[6]="Kenwyne Jones vs West Brom
";
arnews[6] += "Kenwyne Jones vs West Brom (By: Fox Soccer Channel & Net Result). By Flex Tags : Andrews , Avery , Birchall , FlexMohammed , Football , Jones , Latapy , Soca , SocaWarriors ,...";
arnews[6] += "
Publ.Date : Sat, 20 Dec 2008 14:45:00 GMT";
arnews[6] += "
";
arnews[7]="Soca Warriors 2008 - Kenwyne Jones interview in Tobago
";
arnews[7] += "Sunderland striker talks at national team training camp";
arnews[7] += "
Publ.Date : Wed, 13 Feb 2008 03:04:21 GMT";
arnews[7] += "
";
arnews[8]="Kenwyne Jones audio interview be- Jones to switch the focus
";
arnews[8] += "Trinidd and Tobago and Sunderland Striker to switch the focus to Soca Warriors Ash Wednesday Affair";
arnews[8] += "
Publ.Date : Sat, 02 Feb 2008 00:08:54 GMT";
arnews[8] += "
";
arnews[9]="Kenwyne Jones
";
arnews[9] += "Kenwyne scores during the 3-0 win over Sheffield Wednesday";
arnews[9] += "
Publ.Date : Sat, 15 Jul 2006 19:19:04 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("