var arnews = new Array(5); totcount = 5; rnd = 0; document.title=document.title+ " "; arnews[0]="Steve Weber To Star In 'Happy Town' On ABC
"; arnews[0] += "Geoff Stults, Sam Neill and Steven Weber are set to star in the new Minnesota-set drama series \"Happy Town,\" ABC said Thursday."; arnews[0] += "
Publ.Date : Fri, 05 Feb 2010 20:21:02 GMT"; arnews[0] += "
"; arnews[1]="ABC's 'Happy Town' Slotted for Wednesdays Starting April 28
"; arnews[1] += "ABC is shifting gears in their Wednesday, 10pm slot. They're going from a comedy about the fashion world to a serial killer thriller."; arnews[1] += "
Publ.Date : Thu, 04 Feb 2010 20:02:00 GMT"; arnews[1] += "
"; arnews[2]="'Happy Town' finds a home on ABC
"; arnews[2] += "ABC has finally cleared a space on the schedule for its drama \"Happy Town.\" The series, a small-town mystery the network is comparing to \"Twin Peaks,\" will premiere at 10 p.m. ET Wednesday, April 28."; arnews[2] += "
Publ.Date : Thu, 04 Feb 2010 01:55:55 GMT"; arnews[2] += "
"; arnews[3]="4-H youth presented with achievement awards
"; arnews[3] += "MANAWA - More than 150 youth, leaders and parents recently attended the 2009 4-H Achievement Night at Manawa Little Wolf High School."; arnews[3] += "
Publ.Date : Wed, 03 Feb 2010 08:00:00 GMT"; arnews[3] += "
"; arnews[4]="Academic Awards & Achievers
"; arnews[4] += "SBU's Zeta Kappa Chapter of the National Delta Mu Delta Honor Society recently inducted 14 new members in a ceremony held on the Bolivar campus."; arnews[4] += "
Publ.Date : Wed, 03 Feb 2010 08:00:00 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("
");