var arnews = new Array(6);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Jo Frost: Extreme Parental Guidance and I Hate Mum - The Guardian
";
arnews[0] += "Ah, an evening of angry children and bad parenting, screaming, abuse and tears. Lovely. First it's Jo Frost: Extreme Parental Guidance (Channel 4). Should parental guidance ever be extreme, I wonder? Like skiing, or rock climbing, or fishing with ...";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 00:14:00 GMT";
arnews[0] += "
";
arnews[1]="Sport on TV: Green grabs all the best lines as his fishing boat comes ... - The Independent
";
arnews[1] += "Former football hardman Vinnie Jones is busy going straight to video on the Hollywood movie scene, Old Trafford hero Eric Cantona is treading the boards in a Paris theatre, and television stalwart Robson Green – \"I'm just a poncy Geordie actor ...";
arnews[1] += "
Publ.Date : Sat, 06 Feb 2010 23:56:00 GMT";
arnews[1] += "
";
arnews[2]="ITV1 trails 'Silent Witness' by 1.7 million viewers - Media Week Online
";
arnews[2] += "Five's 'Extreme Fishing with Robson Green' delivered 1.4 million viewers, getting a 5.8% share.";
arnews[2] += "
Publ.Date : Fri, 05 Feb 2010 11:40:00 GMT";
arnews[2] += "
";
arnews[3]="'Skins' maintains strong ratings - Digital Spy
";
arnews[3] += "Build A New Life In The Country and Extreme Fishing With Robson Green had 1.05m (4.4%) and 1.39m (5.8%) for Five at 8pm and 9pm respectively. Overall, ITV1 edged primetime with an average share of 22.9% to BBC One's 22.2%. BBC Two was third with 7.1 ...";
arnews[3] += "
Publ.Date : Fri, 05 Feb 2010 10:21:00 GMT";
arnews[3] += "
";
arnews[4]="TV ratings: Material Girl out of vogue - The Guardian
";
arnews[4] += "Struggling BBC1 comedy drama Material Girl was beaten in the ratings by a new wildlife show on BBC2 last night, Thursday 4 February. Material Girl – a romantic comedy about the fashion world based on the book Fashion Babylon by Imogen Edwards-Jones ...";
arnews[4] += "
Publ.Date : Fri, 05 Feb 2010 14:25:00 GMT";
arnews[4] += "
";
totcount = 5;
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("