var arnews = new Array(9); totcount = 3; rnd = 0; document.title=document.title+ " "; arnews[0]="Nic is latest WAG in jungle talks
"; arnews[0] += "SEXY WAG Nicola T is on jungle alert after I'm A Celebrity bosses approached her to take part in the Aussie-based reality show."; arnews[0] += "
Publ.Date : Mon, 07 Sep 2009 11:31:45 GMT"; arnews[0] += "
"; arnews[1]="WAG Nicola T linked to 'I'm A Celeb...'
"; arnews[1] += "WAG Nicola Tappenden is rumoured to be among the contestants approached to take part in this year's I'm A Celebrity... . Tappenden, who works as a glamour model under the name Nicola T, is currently seeing Plymouth Argyle's Simon Walton."; arnews[1] += "
Publ.Date : Mon, 07 Sep 2009 10:31:44 GMT"; arnews[1] += "
"; arnews[2]="Nic is latest WAG in jungle talks
"; arnews[2] += "COURTNEY LOVE's teenage daughter FRANCES BEAN COBAIN reportedly turned down the chance to star in TIM BURTON's new film adaptation of ALICE IN WONDERLAND."; arnews[2] += "
Publ.Date : Mon, 07 Sep 2009 01:00:25 GMT"; arnews[2] += "
"; totcount = 3; 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("
");