var arnews = new Array(3); totcount = 3; rnd = 0; document.write("
| ");
document.title=document.title+ " ";
arnews[0]="Five “don’ts” for multimedia journalists "; arnews[0] += " As more and more journalism professionals find themselves working both in front of and behind the c..."; arnews[0] += " "; arnews[1]="Going live without the live truck "; arnews[1] += " 3G, WiFi, WiMAX, LTE or Skype. No, those letters are not the result of fingers run amok on a keyboa..."; arnews[1] += " "; arnews[2]="Pay attention "; arnews[2] += " The best advice I’ve seen lately on how to do better interviews can be summed up in those two..."; arnews[2] += " "; totcount = 3; 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]); } document.write(" |