var arnews = new Array(9); totcount = 9; rnd = 0; document.title=document.title+ " "; arnews[0]="Amaral rips two records to spark Randolph; Columbia edges Ridge
"; arnews[0] += "February 05, 2010 2:24 a.m. Joelle Amaral lit up the track with two meet-record performances to spark Randolph to its second straight title, while Columbia withstood a late charge from Ridge to capture its third title in a row at last night's NJSIAA sectional championships at the Bennett Center in Toms River."; arnews[0] += "
Publ.Date : Fri, 05 Feb 2010 05:36:25 GMT"; arnews[0] += "
"; arnews[1]="The Verona United Soccer Club Comedy Night
"; arnews[1] += "The Verona United Soccer Club is celebrating its 10th anniversary with a night of comedy."; arnews[1] += "
Publ.Date : Thu, 04 Feb 2010 10:17:49 GMT"; arnews[1] += "
"; arnews[2]="Disney and Common Sense Media Launch Campaign to Help Kids Safely Navigate the Internet and Other Di
"; arnews[2] += "Disney has teamed with Common Sense Media to help kids and tweens safely navigate the internet and other digital platforms and to get parents thinking about how media and technology fit into their family's life."; arnews[2] += "
Publ.Date : Thu, 28 Jan 2010 16:57:03 GMT"; arnews[2] += "
"; arnews[3]="Disney and Common Sense Media Launch Campaign to Help Kids Safely...
"; arnews[3] += "Disney has teamed with Common Sense Media to help kids and tweens safely navigate the internet and other digital platforms and to get parents thinking about how media and technology fit into their family's life."; arnews[3] += "
Publ.Date : Wed, 27 Jan 2010 00:53:01 GMT"; arnews[3] += "
"; arnews[4]="Lexi's Alter Ego is Cal's Best Friend
"; arnews[4] += "Category: Sports > Winter > Basketball Comments Sometimes she's just Alexis-quiet, composed and content."; arnews[4] += "
Publ.Date : Mon, 25 Jan 2010 04:27:42 GMT"; arnews[4] += "
"; arnews[5]="Mark M. Culwell, Sr.
"; arnews[5] += "A private graveside service will be held at a later date for Mark M. Culwell, Sr., 81, formerly of Canton."; arnews[5] += "
Publ.Date : Tue, 19 Jan 2010 14:14:00 GMT"; arnews[5] += "
"; arnews[6]="CORSICANA,TX.a "Mr. Mark M. Culwell, Sr.
"; arnews[6] += "Mr. Mark M. Culwell, Sr. Comments 0 Recommend 0 January 14, 2010 5:00 AM 81, passed away January 11, 2010 in Corsicana."; arnews[6] += "
Publ.Date : Thu, 14 Jan 2010 11:40:18 GMT"; arnews[6] += "
"; arnews[7]="Mark M. Culwell Sr.
"; arnews[7] += "Mark M. Culwell Sr., 81, passed away Monday, Jan. 11, 2010, in Corsicana. He was born on Dec."; arnews[7] += "
Publ.Date : Tue, 12 Jan 2010 08:00:00 GMT"; arnews[7] += "
"; arnews[8]="Comedian Caroline Rhea to host Silver Spoon Dinner
"; arnews[8] += "Actress and comedian Caroline Rhea will headline the 20th annual Silver Spoon Dinner May 10 at TCU Place."; arnews[8] += "
Publ.Date : Wed, 13 Jan 2010 04:06:53 GMT"; 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("
");document.write("
");