var arnews = new Array(5); totcount = 5; rnd = 0; document.title=document.title+ " "; arnews[0]="KTC Honors
"; arnews[0] += "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[0] += "
Publ.Date : Sat, 21 Nov 2009 05:02:28 GMT"; arnews[0] += "
"; arnews[1]="New York Man Sentenced for Investor Fraud
"; arnews[1] += "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[1] += "
Publ.Date : Tue, 17 Nov 2009 01:30:57 GMT"; arnews[1] += "
"; arnews[2]="Saratoga man sentenced to 15 years in $2 million fraud scheme
"; arnews[2] += "A Saratoga man has been sentenced to over 15 years in prison for concocting a wire fraud conspiracy that defrauded his victims of over $2 million, federal prosecutors said."; arnews[2] += "
Publ.Date : Tue, 17 Nov 2009 01:35:00 GMT"; arnews[2] += "
"; arnews[3]="Motown comes to Pittsburgh...sort of
"; arnews[3] += "Several of Pittsburgh's Black singers and musicians were on hand, channeling their favorite Motown performers to pay tribute to Motown Records' 50th anniversary."; arnews[3] += "
Publ.Date : Thu, 12 Nov 2009 23:27:18 GMT"; arnews[3] += "
"; arnews[4]="Election Result to Celebrate
"; arnews[4] += "Aside from keeping a bright, progressive, broadly supported leader in office, I can think of three reasons why the re-election of San Bernardino Mayor Pat Morris is cause for celebration."; arnews[4] += "
Publ.Date : Wed, 11 Nov 2009 09:47:49 GMT"; arnews[4] += "
"; totcount = 5; 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("
");