var arnews = new Array(10);
totcount = 10;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Jo Frost : Extreme Parenting, Channel 4, review - Telegraph.co.uk ...
";
arnews[0] += "Telegraph.co.uk. Benji Wilson reviews Jo Frost: Extreme Parenting (Channel 4), the Supernanny's return to tackle even tougher misbehaving children. … Jo Frost: Extreme Parental Guidance and I Hate MumThe Guardian ...";
arnews[0] += "
";
arnews[1]="Butterflies In The Carline: For the Girls (Ellie, Emma and Cara)
";
arnews[1] += "As a mom of 3 girls,I somehow lost all creativity. Now, I have it back!! I want to encourage other women to take some time to find \"themselves\" and find some creativity!! Find the talents God has given just like Jo Frost helped me! ...";
arnews[1] += "
";
arnews[2]="The powerful cynicism of parenting TV | NewsBag
";
arnews[2] += "As Jo Frost moves on from naughty children to troubled ones, parenting telly is definitely getting bigger – but no more grown-upIt's starting to look like.";
arnews[2] += "
";
arnews[3]="The Mystical Land Of Fuchal: Ranting
";
arnews[3] += "I'm not sure if I've managed to get my point across properly, as I am rather angry after watching the completely pointless and flawed argument posed by Jo Frost earlier today, but my point is this, while games may be a reason, ...";
arnews[3] += "
";
arnews[4]="The Elephant in the Room... : Bendanarama
";
arnews[4] += "Yet tonight, my wife is watching an episode of “Jo Frost's Extreme Parental Guidance” that says that playing a violent video game for 20 goddamn minutes desensitises kids to violent footage from the news. Their evidence for this? ...";
arnews[4] += "
";
arnews[5]="REMINDER! 'One Born Every Minute' - TV, Film & Entertainment Forum
";
arnews[5] += "watched Jo frost and now watching this! (joys of hubby working away tonight!) could slap the hubby that is laughing! My Website. Funky personalised labels for kids, reward charts, wall art, T-shirts, party invites, and much more. ...";
arnews[5] += "
";
arnews[6]="Thank you « The Knock On Effect's Blog
";
arnews[6] += "OMG who is so up for watching Jo Frost tonight?! I'm watching it and then that one born every minute show as well – have you seen the advert for that? It's like loadsa clips of labour cut together but in a nicer sounding way hah. ...";
arnews[6] += "
";
arnews[7]="The powerful cynicism of parenting TV | NewsBag | Parenting
";
arnews[7] += "As Jo Frost moves upon from disobedient young kids to uneasy ones, parenting telly is really removing bigger – though no some-more grown-upIt's starting to demeanour like. Tags: category, entertainment, health, latin-america, national, ...";
arnews[7] += "
";
arnews[8]="Dont forget Ladies :-) - Pregnancy - Second Trimester Forum
";
arnews[8] += "Old Today, 11:00 AM. Pikefoldpixel. mummy2be2010. Active BnB Member. Join Date: Sep 2009. Location: Lancashire. Posts: 537. The Jo Frost one starts at 8pm and then One Born......starts straight after at 9pm and both on channel 4 X ...";
arnews[8] += "
";
arnews[9]="The Wire re-up: season four, episode 13 – the end? | World BB News
";
arnews[9] += "Jo Frost: Extreme Parental Guidance | I Hate Mum | One Born Every Minute | Caprica | True Stories: Mafia Hunters Jo Frost: Extreme Parental Guidance; I Hate Mum 8pm... Europe loses seat at top table. In Washington they're not sure who's ...";
arnews[9] += "
";
totcount = 10;
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("