var arnews = new Array(6); totcount = 3; rnd = 0; document.title=document.title+ " "; arnews[0]="Police want cell phone numbers - The Post and Courier
"; arnews[0] += "Amy McCarthy at 884-4176, or by e-mail at McCarthy@townofmountpleasant.com ."; arnews[0] += "
Publ.Date : Thu, 04 Feb 2010 04:53:00 GMT"; arnews[0] += "
"; arnews[1]="Mount Pleasant residents encouraged to add cell phone numbers to ... - The Post and Courier
"; arnews[1] += "The Mount Pleasant Police Department wants to improve its ability to send emergency phone notifications to residents by adding unlisted and cellular telephone numbers to its database, according to a press statement issued today. Since 2002, the town ..."; arnews[1] += "
Publ.Date : Wed, 03 Feb 2010 19:42:00 GMT"; arnews[1] += "
"; arnews[2]="Police department requests telephone numbers - WCBD
"; arnews[2] += "If you would like to be notified by the system for emergencies and critical happenings in the area, call Captain Amy McCarthy at 843-884-4176. You can also email her at or mail your information to 100 Ann Edwards Lane, Mount Pleasant, SC, 29464."; arnews[2] += "
Publ.Date : Wed, 03 Feb 2010 15:03:00 GMT"; 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("
");