var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Whereabouts: Ioan Gruffudd
";
arnews[0] += "Decided to check up on what our favorite sailor in the British navy is up to these days and was happy to learn he's starring in a biopic of The Wind in the Willows author, Kenneth Grahame.";
arnews[0] += "
Publ.Date : Thu, 19 Nov 2009 22:33:51 GMT";
arnews[0] += "
";
arnews[1]="Siwan and Macsen are S4C's youngest stars
";
arnews[1] += "TWO primary school pupils are the voices of a new Welsh animation series starring alongside Hollywood actor Ioan Gruffudd.";
arnews[1] += "
Publ.Date : Tue, 17 Nov 2009 00:00:00 GMT";
arnews[1] += "
";
arnews[2]="Enid Blyton banned from BBC for nearly 30 years
";
arnews[2] += "Children's author Enid Blyton was banned from the BBC for nearly 30 years because the corporation thought she was a \"second-rater\" whose work lacked literary value.";
arnews[2] += "
Publ.Date : Sun, 15 Nov 2009 18:29:23 GMT";
arnews[2] += "
";
arnews[3]="Investment brings hope of new jobs to Burberry site
";
arnews[3] += "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[3] += "
Publ.Date : Thu, 12 Nov 2009 15:17:11 GMT";
arnews[3] += "
";
arnews[4]="Jobs hope at former Burberry site
";
arnews[4] += "A 3.6m investment at a former Burberry site in Rhondda, south Wales could bring hundreds of jobs, the Welsh economy minister is to announce.";
arnews[4] += "
Publ.Date : Thu, 12 Nov 2009 06:50:09 GMT";
arnews[4] += "
";
arnews[5]="Theya ve all got a little list... an insight into lives of great rugby players
";
arnews[5] += "IF YOU'VE ever wondered what Adam Jones' favourite chocolates are, they're the seashells made by Belgian company Guylian.";
arnews[5] += "
Publ.Date : Wed, 11 Nov 2009 07:57:09 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("