var arnews = new Array(5); totcount = 5; rnd = 0; document.title=document.title+ " "; arnews[0]="McKerracher takes a step up at bank
"; arnews[0] += "CLYDESDALE Bank has a new man to front its 16-strong Scottish network of \"financial solutions centres\". It follows the appointment of Scott McKerracher, right, as sole regional director for the centres, which offer business and private banking facilities."; arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 08:02:09 GMT"; arnews[0] += "
"; arnews[1]="Darrell Oliveira headlines New Bedford High Gridiron Hall of Fames inductees
"; arnews[1] += "There was never anything \"rah-rah\" about Darrell Oliveira during his high school football career."; arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 06:20:14 GMT"; arnews[1] += "
"; arnews[2]="Freeloader alert: Free fries, free hot drinks, free donuts
"; arnews[2] += "To start off: Pike Street Fish Fry launches free boats of fries from 5-7 p.m. Friday, Nov."; arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 02:07:36 GMT"; arnews[2] += "
"; arnews[3]="Go see local high school productions
"; arnews[3] += "Great Falls residents are fortunate to have outstanding theater departments at Great Falls and C.M. Russell high schools, headed by Krystina Thiel and S.A. Bergquist."; arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 08:00:00 GMT"; arnews[3] += "
"; arnews[4]="The big stage
"; arnews[4] += "Rapper Jay-Z performs at the grand reopening of the Hollywood Palladium in Los Angeles In this October 2008 file photo."; arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 12:34:22 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("
");