var arnews = new Array(5); totcount = 5; rnd = 0; document.write("
| ");
document.title=document.title+ " ";
arnews[0]="Christie Administration Approves $270 Million in Facilities Grants For School Districts "; arnews[0] += ""; arnews[0] += " Publ.Date : Wed, 28 Jul 2010 12:45:37 GMT"; arnews[0] += " "; arnews[1]="Christie Administration Announces Nearly $16 Million in State Funds For 25 Vocational School District Facilities Projects "; arnews[1] += ""; arnews[1] += " Publ.Date : Wed, 28 Jul 2010 12:45:37 GMT"; arnews[1] += " "; arnews[2]="Statement on the Selection of 'Race to the Top' Phase 2 Finalists "; arnews[2] += ""; arnews[2] += " Publ.Date : Tue, 27 Jul 2010 16:00:00 GMT"; arnews[2] += " "; arnews[3]="State Board of Education Elects New President, Vice President for 2010-11 "; arnews[3] += ""; arnews[3] += " Publ.Date : Fri, 23 Jul 2010 16:19:58 GMT"; arnews[3] += " "; arnews[4]="The Christie Tool Kit: Putting Children First By Cutting Out-of-Classroom Costs "; arnews[4] += ""; arnews[4] += " Publ.Date : Thu, 15 Jul 2010 16:00:00 GMT"; 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(" |