var arnews = new Array(6); totcount = 1; rnd = 0; document.title=document.title+ " "; arnews[0]="What Happened To All The Big Brother Winners
"; arnews[0] += "BIG Brother looms like a prisoner over his bucket. But while the 16 contestants taking part in the 10th series of Big Brother settle in, we take a look at the past winners."; arnews[0] += "
Publ.Date : Thu, 04 Jun 2009 19:52:21 GMT"; arnews[0] += "
"; totcount = 1; 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("
");