var arnews = new Array(9); totcount = 9; rnd = 0; document.write("
| ");
document.title=document.title+ " ";
arnews[0]="Jul 23, 2010 02:51:42 PM "; arnews[0] += "New Schedules Effective August 8, 2010, on Northeast Corridor and North Jersey Coast Line"; arnews[0] += " Publ.Date : Jul 23, 2010 02:51:42 PM"; arnews[0] += " "; arnews[1]="Jul 20, 2010 01:14:09 PM "; arnews[1] += "SEPTA Trips May Not Display Using NJ TRANSIT Trip Planners"; arnews[1] += " Publ.Date : Jul 20, 2010 01:14:09 PM"; arnews[1] += " "; arnews[2]="Jul 06, 2010 01:34:17 PM "; arnews[2] += "Princeton Station: Routine Groundwater Testing in Parking Lot"; arnews[2] += " Publ.Date : Jul 06, 2010 01:34:17 PM"; arnews[2] += " "; arnews[3]="May 26, 2010 09:47:29 AM "; arnews[3] += "Linden Station: Outbound Accessible Platform Ramp Closed Through August 2010"; arnews[3] += " Publ.Date : May 26, 2010 09:47:29 AM"; arnews[3] += " "; arnews[4]="Apr 02, 2010 09:36:12 AM "; arnews[4] += "Rahway Station: Inbound Platform Stairway Closed"; arnews[4] += " Publ.Date : Apr 02, 2010 09:36:12 AM"; arnews[4] += " "; arnews[5]="Jul 28, 2010 08:22:56 PM "; arnews[5] += "Expanded Monmouth Park Service for Haskell Invitational - Sunday, August 1, 2010"; arnews[5] += " Publ.Date : Jul 28, 2010 08:22:56 PM"; arnews[5] += " "; arnews[6]="Jul 23, 2010 02:51:42 PM "; arnews[6] += "New Schedules Effective August 8, 2010, on Northeast Corridor and North Jersey Coast Line"; arnews[6] += " Publ.Date : Jul 23, 2010 02:51:42 PM"; arnews[6] += " "; arnews[7]="Jul 30, 2010 10:48:08 AM "; arnews[7] += "Rail Boarding Changes for Week of July 31 to August 6, 2010"; arnews[7] += " Publ.Date : Jul 30, 2010 10:48:08 AM"; arnews[7] += " "; arnews[8]="Jul 29, 2010 11:54:44 AM "; arnews[8] += "Long Branch Station: Platform Shelter Closed for Repairs"; arnews[8] += " Publ.Date : Jul 29, 2010 11:54:44 AM"; arnews[8] += " "; totcount = 9; 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(" |