var arnews = new Array(3); totcount = 3; rnd = 1; document.write("
"); document.title=document.title+ " "; arnews[0]="Mail Service Clerk - IKON - Hightstown, NJ
"; arnews[0] += "IKON Office Solutions A Ricoh Company has an opening for a Mail Clerk at a client site Hightstown, ..."; arnews[0] += "
"; arnews[1]="Executive Assistant - Communications - NRG Energy - Princeton, NJ
"; arnews[1] += "Provide administrative support including answering phones; scheduling meetings, appointments; mainta..."; arnews[1] += "
"; arnews[2]="Medical Office Billing Rep (part-time) - Capital Health - Trenton, NJ
"; arnews[2] += "Provides, secures, and gathers information to quickly process, and obtain payment from third party ..."; 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]); if (x != (totcount-1) ) document.write("
"); } document.write("
");document.write("
");