var arnews = new Array(5); totcount = 5; rnd = 0; arnews[0]="Alessandro Piana Bianco: RT @clarinette02: RT @Mark_Timmons: Building a Culture of Data Security and Related Privacy Interests in the Workplace - http://bit.ly/S4MbS
"; arnews[0] += "RT @"; arnews[0] += "
"; arnews[1]="Stacey Hanke: RT @Mark_Timmons: Remember the Three ‘Cs’ of Downsizing Communication: Clear, Concise and Consistent - http://bit.ly/4g45Z
"; arnews[1] += "RT @"; arnews[1] += "
"; arnews[2]="Shannon Shubert: RT @Mark_Timmons: Remember the Three ‘Cs’ of Downsizing Communication: Clear, Concise and Consistent - http://bit.ly/4g45Z
"; arnews[2] += "RT @"; arnews[2] += "
"; arnews[3]="New Business Books: Coaching Skills for Nonprofit Managers and Leaders: Developing People to Achieve Your Mission … - by Judith Wilson et al. http://j.mp/14JyiA
"; arnews[3] += "Coaching Skills for Nonprofit Managers and Leaders: Developing People to Achieve Your Mission … - by Judith Wilson et al."; arnews[3] += "
"; arnews[4]="RT @wpps: RT @Julie_Chen87: Building a Culture of Data Security and Related Privacy Interests in the Workplace - http://bit.ly/S4MbS
"; arnews[4] += "RT @"; 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("
");