var arnews = new Array(4); totcount = 4; rnd = 0; document.write("
| ");
arnews[0]="Criminal Justice - 9/7/2010 "; arnews[0] += "Time: 10:00 AM, Location: E1.016 (Hearing Room)"; arnews[0] += " "; arnews[1]="Health & Human Services - 9/8/2010 "; arnews[1] += "Time: 9:00 AM, Location: Senate Chamber"; arnews[1] += " "; arnews[2]="Economic Development - 9/15/2010 "; arnews[2] += "Time: 10:00 AM, Location: 2E.20 (Betty King Cmte. Rm.)"; arnews[2] += " "; arnews[3]="Redistricting, Select - 9/20/2010 "; arnews[3] += "Time: 12:00 PM, Location: George Allen Courthouse, Dallas, Texas"; arnews[3] += " "; totcount = 4; 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(" |