var arnews = new Array(5); totcount = 5; rnd = 0; arnews[0]="Ben Fletcher: Ricky Gervais, Steve Merchant & Karl Pilkington – The Ricky Gervais Guide To... Society (Unabridged)
"; arnews[0] += "Ricky Gervais, Steve Merchant & Karl Pilkington – The Ricky Gervais Guide To... Society (Unabridged) -"; arnews[0] += "
"; arnews[1]="Followall: Ben Fletcher: Ricky Gervais, Steve Merchant & Karl Pilkington – The Ricky Gervais Guide To... Society (Unabridged)
"; arnews[1] += "Ben Fletcher: Ricky Gervais, Steve Merchant & Karl Pilkington – The Ricky Gervais Guide To... Society (Unabridged) -"; arnews[1] += "
"; arnews[2]="deusdiabolus: TIL Ricky Gervais was a new wave singer in 1983 and was actually good.
"; arnews[2] += "TIL Ricky Gervais was a new wave singer in 1983 and was actually good. -"; arnews[2] += "
"; arnews[3]="Carmen: Top ten Ricky Gervais moments
"; arnews[3] += "Top ten Ricky Gervais moments -"; arnews[3] += "
"; arnews[4]="William Goo: Ricky Gervais + Elmo interview http://bit.ly/5SbtRm
"; arnews[4] += "Ricky Gervais + Elmo interview"; 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("
");