var arnews = new Array(5); totcount = 5; rnd = 0; arnews[0]="Rachel Griffiths Hoping Three Kids Enjoy a ‘Free Range’ Childhood
"; arnews[0] += "Rachel Griffiths Hoping Three Kids Enjoy a ‘Free Range’ Childhood"; arnews[0] += "
"; arnews[1]="PlanningQueen: RT @FreeRangeKids: Actress Rachel Griffiths sounds so sane and happy. She's raising Free-Range kids! http://bit.ly/1gRyhs
"; arnews[1] += "RT @"; arnews[1] += "
"; arnews[2]="Devin: The Jay Leno Show - Rachel Griffiths Interview, Part 1
"; arnews[2] += "The Jay Leno Show - Rachel Griffiths Interview, Part 1 -"; arnews[2] += "
"; arnews[3]="Devin: The Jay Leno Show - Rachel Griffiths Interview, Part 2
"; arnews[3] += "The Jay Leno Show - Rachel Griffiths Interview, Part 2 -"; arnews[3] += "
"; arnews[4]="rob keating: #f1 Toro Rosso re-sign Buemi: SkySports By Rachel Griffiths Last updated: 10th November 2009 Toro Rosso have.. http://bit.ly/4vSisB
"; arnews[4] += ""; 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("
");