var arnews = new Array(5); totcount = 5; rnd = 0; arnews[0]="Chris Tomkins: Supernanny's Jo Frost | View Forum - Out In Public
"; arnews[0] += "Supernanny's Jo Frost | View Forum - Out In Public -"; arnews[0] += "
"; arnews[1]="MI Nutrition Network: RT @Annie_Fox: #Parenting I'm huge fan of @SuperNanny_com Jo Frost is brilliant & incredibly effective #parent educator http://bit.ly/1zgild
"; arnews[1] += "RT @"; arnews[1] += "
"; arnews[2]="Dan Buckman: I wish Supernanny, Jo Frost was on Twitter.
"; arnews[2] += "I wish Supernanny, Jo Frost was on Twitter."; arnews[2] += "
"; arnews[3]="Dave Caolo: @Jo_Frost Nanny Jo - @damomma is going nuts for your attention. Tweet her!!
"; arnews[3] += "@"; arnews[3] += "
"; arnews[4]="realitybitesback: Supernanny: Supernanny: Phelps Family Tonight on Supernanny on ABC Jo Frost travels to Alabama to help the Phel.. http://bit.ly/4bzZ03
"; arnews[4] += "Supernanny: Supernanny: Phelps Family Tonight on Supernanny on ABC Jo Frost travels to Alabama to help the Phel.."; 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("
");