var arnews = new Array(8); totcount = 4; rnd = 0; document.title=document.title+ " "; arnews[0]="Blondie comes to Gloucestershire - This is Gloucestershire
"; arnews[0] += "Last year Paul Weller, Vanessa Mae and David Gray were part of the programme. Tickets for the Blondie show are expected to sell out fast, especially as the band is due to release its first album in six years this spring. Blondie emerged from New York ..."; arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 07:10:00 GMT"; arnews[0] += "
"; arnews[1]="Gok Wan: 'Miserable youth fuelled my secret illness' - The Independent
"; arnews[1] += "Stylist Gok Wan reveals today how his unhappy childhood – when he was derided as a \"fat, ugly, stupid, half-breed, queer\" – still fuels an obsession with his own clothing that borders on mental illness. \"I suffer from really bad clothing ..."; arnews[1] += "
Publ.Date : Sun, 07 Feb 2010 00:10:00 GMT"; arnews[1] += "
"; arnews[2]="GOK WAN: MY CLOTHING OCD - Daily Express
"; arnews[2] += "UNTIL now, the most famous sufferer of a clothing-related obsessive compulsive disorder was the Duchess of York, whose unwise decision to let Ruby Wax roam her dressing-room in the mid-Nineties revealed that she labelled her colour-separated T-shirt ..."; arnews[2] += "
Publ.Date : Mon, 08 Feb 2010 02:18:00 GMT"; arnews[2] += "
"; arnews[3]="I still blush about pulling my toddler's knickers out of my bag at a ... - Daily Mail
"; arnews[3] += "As Editor-in-Chief of fashion magazine Elle and a mum to three young children, Lorraine Candy's life is a chronic juggling act. In her weekly column, she reveals what life is really like for working mothers. Lorraine lives in North London with her ..."; arnews[3] += "
Publ.Date : Thu, 04 Feb 2010 12:53:00 GMT"; arnews[3] += "
"; totcount = 4; 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("
");document.write("
");