var arnews = new Array(5); totcount = 5; rnd = 0; document.title=document.title+ " "; arnews[0]="Tech skills displayed; budget presented
"; arnews[0] += "At the Boonton Township Board of Education meeting last week, Board members listened to a report on technology use in the school and heard preliminary budget projections."; arnews[0] += "
Publ.Date : Wed, 03 Feb 2010 17:07:58 GMT"; arnews[0] += "
"; arnews[1]="Fishing / hunting report
"; arnews[1] += "Monday, February 1, 2010 at 7:08 p.m. Freshwater Barrett : Closed to fishing for the season."; arnews[1] += "
Publ.Date : Tue, 02 Feb 2010 07:46:35 GMT"; arnews[1] += "
"; arnews[2]="Area Roundup Tygarts Valley girls, .....
"; arnews[2] += "Jessie Fox finished with 21 points to lead Tygarts Valley past Union 79-27 Friday night in Potomac Valley Conference action."; arnews[2] += "
Publ.Date : Sat, 30 Jan 2010 12:48:40 GMT"; arnews[2] += "
"; arnews[3]="Ryan Gosling's Mom Tunes Out Sex Scenes
"; arnews[3] += "Ryan Gosling may distract Mama Gosling from watching his sexy scenes at the Sundance Film Festival premiere of Blue Valentine , but I sure the hell will have my eyes GLUED to the screen."; arnews[3] += "
Publ.Date : Wed, 27 Jan 2010 12:20:03 GMT"; arnews[3] += "
"; arnews[4]="Ryan Gosling Wants More Sexy Time
"; arnews[4] += "Ryan Gosling was spotted eating lunch at Starbucks in LA on January 21st sans rumored girlfriend Jaime Murray ."; arnews[4] += "
Publ.Date : Mon, 25 Jan 2010 05:16:08 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("
");