var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Top Tv with Barry Ronge
";
arnews[0] += "This thriller is based on a true story. In 1971, London was rocked by an audacious robbery when a gang of thieves tunnelled their way under two buildings to break into a bank vault.";
arnews[0] += "
Publ.Date : Sat, 06 Feb 2010 22:45:15 GMT";
arnews[0] += "
";
arnews[1]="S4C drama tribute
";
arnews[1] += "ANGHARAD Jones was responsible for many of the most successful Welsh language programmes on S4C where she was drama commissioner from 1996 to 2006.";
arnews[1] += "
Publ.Date : Tue, 02 Feb 2010 11:00:22 GMT";
arnews[1] += "
";
arnews[2]="HISTORY has it that in 1404, in the reign of Henry IV, the town and...
";
arnews[2] += "HISTORY has it that in 1404, in the reign of Henry IV, the town and castle of Cardiff were almost entirely destroyed by Owain Glyndwr.";
arnews[2] += "
Publ.Date : Thu, 28 Jan 2010 12:22:23 GMT";
arnews[2] += "
";
arnews[3]="New Welsh Novelist Tipped For Big Time
";
arnews[3] += "Britain's most successful TV book club is back in a new guise, promising to find a whole new batch of literary gems.";
arnews[3] += "
Publ.Date : Sat, 23 Jan 2010 09:31:04 GMT";
arnews[3] += "
";
arnews[4]="Arts: Arts list
";
arnews[4] += "She's topped the UK chart, amassed Classical Brit awards, performed for royalty and sang for our soldiers.";
arnews[4] += "
Publ.Date : Fri, 22 Jan 2010 00:00:00 GMT";
arnews[4] += "
";
arnews[5]="The Sagacious Spectator 01.21.10: Top 20 Movies of the 00s
";
arnews[5] += "The Sagacious Spectator 01.21.10: Top 20 Movies of the 00s Posted by Steve Yanosey on 01.21.2010 To see the 20 best movies you've never heard of and have never seen because you aren't cool enough, visit Pitchfork.com... Lists are fun to make, and - let's face it - they're easier to digest than straight-up articles, what with the latter's filling ...";
arnews[5] += "
Publ.Date : Thu, 21 Jan 2010 07:55:01 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("