var arnews = new Array(5); totcount = 5; rnd = 0; arnews[0]="stewart mercer: Nicola Roberts At The May Fair Hotel Wearing Questionable Outfit Celebrity News Holy Moly
"; arnews[0] += "Nicola Roberts At The May Fair Hotel Wearing Questionable Outfit Celebrity News Holy Moly -"; arnews[0] += "
"; arnews[1]="Balakrishna Hebbar: Stewbagz submitted: Nicola Roberts At The May Fair Hotel Wearing Questionable Outfit Celebrity News Holy Moly
"; arnews[1] += "Stewbagz submitted: Nicola Roberts At The May Fair Hotel Wearing Questionable Outfit Celebrity News Holy Moly -"; arnews[1] += "
"; arnews[2]="Golda Raphael: Girls Alouds Nicola Roberts meets flame-haired Vivienne Westwood | Mail Online
"; arnews[2] += "Girls Alouds Nicola Roberts meets flame-haired Vivienne Westwood | Mail Online -"; arnews[2] += "
"; arnews[3]="Andrew: Girls Aloud - Love Machine live
"; arnews[3] += "Girls Aloud - Love Machine live -"; arnews[3] += "
"; arnews[4]="Matt Porter: Girls Aloud Nicola Roberts slams 'celebrity fashion designers' like Lily Allen : GINGER style goddess Nicola Ro.. http://bit.ly/4l0JZU
"; arnews[4] += "Girls Aloud Nicola Roberts slams 'celebrity fashion designers' like Lily Allen : GINGER style goddess Nicola Ro.."; 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("
");document.write("
");