var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Divorces
"; arnews[0] += "The following divorces were issued for November 2008 in the Third Judicial District Court: Anabelle E. Bartolo and Edgar Bartolo George R. Boyd and Nancy Crowe Connie Cloud and Walter Cloud Michael Conway and Christian Conway Shayna Cooksey and David J. Cooksey Dawn Unique Davis and Herbert Arthur Udeoba Robert Ellis and Laurie Ellis Livia Berzins ..."; arnews[0] += "
Publ.Date : Wed, 20 Jan 2010 03:36:00 GMT"; arnews[0] += "
"; arnews[1]="Welcome Back to TKC on MLK Day
"; arnews[1] += "There are a lot of important things to cover today but I'd like to start with a tribute to MLK Day."; arnews[1] += "
Publ.Date : Mon, 18 Jan 2010 08:41:31 GMT"; arnews[1] += "
"; arnews[2]="San Bernardino won't pay employees' legal fees in aftermath of memo investigation
"; arnews[2] += "A divided City Council refused to reimburse female employees of the City Attorney's Office for nearly $4,000 in legal fees incurred during a recent investigation of an alleged document theft."; arnews[2] += "
Publ.Date : Tue, 05 Jan 2010 07:05:42 GMT"; arnews[2] += "
"; arnews[3]="Top 10 Video Vixens Of The Decade
"; arnews[3] += "RealTalkNY lists their top video vixens of the decade. I think Superhead is a little high up there and Esther Baxter should be higher but what do you think?"; arnews[3] += "
Publ.Date : Sat, 02 Jan 2010 18:09:50 GMT"; arnews[3] += "
"; arnews[4]="KTC Honors
"; arnews[4] += "Pictured left to right are Chris Stone, Adult Industrial Coordinator and Joyce Jones, Academic Center Coordinator who received service awards at the Annual All-District Meeting on Thursday, Oct."; arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 05:02:28 GMT"; arnews[4] += "
"; arnews[5]="New York Man Sentenced for Investor Fraud
"; arnews[5] += "Andrew T. Baxter, United States Attorney for the Northern District of New York, and John F. Pikus, Special Agent-in-Charge of the Albany Division of the Federal Bureau of Investigation, announced that RONALD PERSAUD, age 58, of Saratoga, New York, was sentenced to imprisonment for 188 months, in connection with RONALD PERSAUD's convictions ..."; arnews[5] += "
Publ.Date : Tue, 17 Nov 2009 01:30:57 GMT"; arnews[5] += "
"; totcount = 6; 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("
");