var arnews = new Array(5); totcount = 5; rnd = 0; arnews[0]="Brian O'Driscoll perfects time travel - http://img130.imageshack.us/img130/7545/image0012d.jpg
"; arnews[0] += "Brian O'Driscoll perfects time travel -"; arnews[0] += "
"; arnews[1]="RT @JohnBalfe Brian O'Driscoll perfects time travel - http://img130.imageshack.us/img130/7545/image0012d.jpg
"; arnews[1] += "RT @JohnBalfe Brian O'Driscoll perfects time travel -"; arnews[1] += "
"; arnews[2]="James Kenny: RT @JohnBalfe Brian O'Driscoll perfects time travel - http://img130.imageshack.us/img130/7545/image0012d.jpg
"; arnews[2] += "RT @"; arnews[2] += "
"; arnews[3]="bairnpunter: Saracens show there is room for romance, but not for England | Ian Malin
"; arnews[3] += "Saracens show there is room for romance, but not for England | Ian Malin -"; arnews[3] += "
"; arnews[4]="RUGBYU-IRE-FIJI
"; arnews[4] += "RUGBYU-IRE-FIJI -"; 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("
");