var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Confessions of a TV presenter
";
arnews[0] += "Hello, my name is Robert and I'm a television presenter and house husband. I thought I'd better come clean in my first column for The National, so nobody is under any kind of misapprehension.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 13:53:47 GMT";
arnews[0] += "
";
arnews[1]="Children In Need raises 20.3m after BBC newsreaders perform Beyonce dance routine
";
arnews[1] += "The BBC Children in Need appeal total has passed 20.3m, just short of the amount raised at the same stage last year, after a telethon line-up that included a troupe of newsreaders performing a Beyonce routine.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 13:20:20 GMT";
arnews[1] += "
";
arnews[2]="Peter Andre, Peter Kay and a host of celebs help Children In Need to be on course for record year
";
arnews[2] += "The BBC Children in Need coffers today passed the 20 million mark after a galaxy of stars turned out for the television extravaganza.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 12:32:37 GMT";
arnews[2] += "
";
arnews[3]="Children in Need: Stars help charity to raise...
";
arnews[3] += "The BBC's annual Children in Need show - featuring a host of stage, screen and music stars - has raised 20.3m. Performers from EastEnders, The Bill and the One Show were among those on the seven-hour show, hosted by Alesha Dixon, Sir Terry Wogan and Tess Daly.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 12:25:56 GMT";
arnews[3] += "
";
arnews[4]="Alesha Dixon keeps Terry Wogan on his toes at BBC's Children in Need
";
arnews[4] += "STRICTLY Come Dancing judge Alesha Dixon kept host Terry Wogan on his toes at this year's Children In Need.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 11:53:58 GMT";
arnews[4] += "
";
arnews[5]="Peter Kay toons up as Children in Need hits 20m mark
";
arnews[5] += "TV extravaganza Children in Need last night raised a massive 20million for charity.";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 00:00:00 GMT";
arnews[5] += "
";
arnews[6]="2.BBC Children In...
";
arnews[6] += "The singer Lady GaGa has been booked to play in front of the Queen. WORRIED footballer Thierry Henry has backed a campaign to replay the controversial World Cup clash between Ireland and France.";
arnews[6] += "
Publ.Date : Sat, 21 Nov 2009 08:12:18 GMT";
arnews[6] += "
";
totcount = 7;
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("