var arnews = new Array(6); totcount = 5; rnd = 0; document.title=document.title+ " "; arnews[0]="Chef's Night Out means food for more
"; arnews[0] += "Mark your calendars: The 11th annual Chef's Night Out Culinary & Wine Experience will take place on Sunday, November 8th, 2009 at The Golf Club at Newcastle."; arnews[0] += "
Publ.Date : Mon, 19 Oct 2009 07:00:00 GMT"; arnews[0] += "
"; arnews[1]="Chef's Night Out means food for all
"; arnews[1] += "Mark your calendars: the 11th annual Chef's Night Out Culinary & Wine Experience will take place on Sunday, November 8th, 2009 at The Golf Club at Newcastle."; arnews[1] += "
Publ.Date : Mon, 19 Oct 2009 07:00:00 GMT"; arnews[1] += "
"; arnews[2]="Reopening a corked BOTL at Carillon Point
"; arnews[2] += "Ever get the feeling of dj bu? bin on the lake , formerly known as bin Vivant, has moved upstairs into the Woodmark Hotel space vacated by Yarrow Bay Grill."; arnews[2] += "
Publ.Date : Wed, 30 Sep 2009 16:16:09 GMT"; arnews[2] += "
"; arnews[3]="Where will the Portland Beavers call home next?
"; arnews[3] += "The city of Portland may not be showing much interest in keeping baseball, but baseball wants to stay in Portland."; arnews[3] += "
Publ.Date : Fri, 19 Jun 2009 07:00:00 GMT"; arnews[3] += "
"; arnews[4]="Lents stadium plan off the table, says Beavers team owner Merritt Paulson
"; arnews[4] += "More than a hundred people turned out for the Friends of Lents Park protest rally at the Mt."; arnews[4] += "
Publ.Date : Fri, 19 Jun 2009 19:28:40 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("
");