var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="The leadership contenders reveal their literary influences
";
arnews[0] += "When First Minister Rhodri Morgan was growing up his greatest inspirations were Labour MP Aneurin Bevan and Welsh rugby legend Bleddyn Williams.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 08:41:01 GMT";
arnews[0] += "
";
arnews[1]="Second defeat for city women
";
arnews[1] += "WORCESTER Womena s first fell to their second defeat in Midlands Premier Division, going down 3-2 at Harborne.";
arnews[1] += "
Publ.Date : Wed, 18 Nov 2009 20:57:28 GMT";
arnews[1] += "
";
arnews[2]="Investment brings hope of new jobs to Burberry site
";
arnews[2] += "THE site of the Treorchy Burberry factory which closed in 2007 against a backdrop of public dismay is to become a multi-million- pound business park.";
arnews[2] += "
Publ.Date : Thu, 12 Nov 2009 15:17:11 GMT";
arnews[2] += "
";
arnews[3]="Sport awards attract record entries
";
arnews[3] += "The third Sport Pembrokeshire Awards have attracted more entries than any other sports award scheme in Wales.";
arnews[3] += "
Publ.Date : Wed, 11 Nov 2009 15:40:05 GMT";
arnews[3] += "
";
arnews[4]="Modern Warfare 2: 'No link between video games and adult violence'
";
arnews[4] += "Call of Duty: Modern Warfare 2 is not going to make adults behave more violently, according to a video games expert.";
arnews[4] += "
Publ.Date : Tue, 10 Nov 2009 17:55:51 GMT";
arnews[4] += "
";
arnews[5]="Modern Warfare 2: 'No link between video games and adult violence'
";
arnews[5] += "Call of Duty: Modern Warfare 2 is not going to make adults behave more violently, according to a video games expert.";
arnews[5] += "
Publ.Date : Tue, 10 Nov 2009 14:15:01 GMT";
arnews[5] += "
";
arnews[6]="Ia M a Celebrity chiefs are hoping for catfights after they signed fiery ex-Mis-Teeq singer
";
arnews[6] += "ROOKIE I'm A Celeb presenter Caroline Flack is having hypnotherapy to cure her arachnophobia before heading to the jungle.";
arnews[6] += "
Publ.Date : Mon, 09 Nov 2009 03:13:33 GMT";
arnews[6] += "
";
arnews[7]="Mark Owen to wed at Scottish castle
";
arnews[7] += "Take That have reportedly arrived in Scotland ahead of Mark Owen's wedding tomorrow.";
arnews[7] += "
Publ.Date : Sat, 07 Nov 2009 15:53:57 GMT";
arnews[7] += "
";
arnews[8]="Injury concerns cast a cloud on draft prospects
";
arnews[8] += "THE fate of two of the most promising key position prospects has been complicated by injury concerns less than three weeks out from this year's national draft.";
arnews[8] += "
Publ.Date : Sat, 07 Nov 2009 15:28:10 GMT";
arnews[8] += "
";
totcount = 9;
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("