var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Swimmers break records
"; arnews[0] += "For many years now, our city has been fortunate to have two very well run clubs to promote the development of skills for young swimmers."; arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 05:19:57 GMT"; arnews[0] += "
"; arnews[1]="Van Buren students successful with food drive
"; arnews[1] += "The Van Buren Elementary student council conducted a food drive to benefit a local food pantry."; arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 04:11:59 GMT"; arnews[1] += "
"; arnews[2]="AHS wins state semifinal
"; arnews[2] += "The Seguin Lady Matadors did something no volleyball team has done all season - force the Randall Lady Raiders to come from behind to win."; arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 02:45:28 GMT"; arnews[2] += "
"; arnews[3]="A Good Dam Deal?
"; arnews[3] += "Waneta Dam, near Trail, B.C. New Democratic Party MLA John Horgan raised questions in the legislature this week about why B.C. Hydro would buy an interest in Teck Resources Ltd.'s Waneta dam when it could have just bought the power as it needed it."; arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 01:55:05 GMT"; arnews[3] += "
"; arnews[4]="A retooled 'Charlie's Angels' may be heading to ABC
"; arnews[4] += "Back in the '70s, Charlie's Angels was heavensent. It boosted ABC's ratings, made stars of Farrah Fawcett, Kate Jackson and Jaclyn Smith, and spawned the term \"jigglevision.\" But can another televised Angels take flight? Drew Barrymore seems to think so."; arnews[4] += "
Publ.Date : Tue, 17 Nov 2009 08:00:00 GMT"; arnews[4] += "
"; arnews[5]="Cool Stuff: The Art of Tim Burton Book
"; arnews[5] += "To celebrate Tim Burton 's exhibit at the Museum of Modern Art, Steeles Publishing will be releasing The Art of Tim Burton in both Standard and Deluxe Edition books."; arnews[5] += "
Publ.Date : Wed, 18 Nov 2009 18:55:25 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("
");