var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Weber State campus briefs
"; arnews[0] += "WOMEN'S VOLLEYBALL: The Wildcats ended its season on a high note and sent out its five seniors with a win as the Wildcats defeated Montana State 3-1 Saturday night in the Swenson Gym in the final match of the 2009 season."; arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 10:02:42 GMT"; arnews[0] += "
"; arnews[1]="School board shakes it up: Group changes roles, welcomes newcomer
"; arnews[1] += "The Board of Education bid farewell Monday to one of its veteran members, welcomed newly-elected Republican Mary Kelly Freiberg and nominated members to fill the roles of chairman, vice chairman and secretary."; arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 13:00:00 GMT"; arnews[1] += "
"; arnews[2]="Walkway seeks to be 'friendliest park in the world'
"; arnews[2] += "Fred Schaeffer wants to make Walkway Over the Hudson the 'friendliest park in the world.' More than 300,000 people have visited the linear state park since it opened seven weeks ago, said Dave Barone, park manager."; arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 08:00:00 GMT"; arnews[2] += "
"; arnews[3]="Bair, seniors to participate in final games as Wildcats
"; arnews[3] += "Saturday, Nov. 21 marks the end of the season for the Weber State University Volleyball Team and, for five girls, the end of their career as Wildcats."; arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 07:45:05 GMT"; arnews[3] += "
"; arnews[4]="Possible degree changes in the near future
"; arnews[4] += "The Weber State University Faculty Senate proposed changes to the Bachelor of Arts and Bachelor of Science degree curriculum last week that could change university-wide degree requirements, including an elimination of the scientific inquiry requirement."; arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 07:44:57 GMT"; arnews[4] += "
"; arnews[5]="The Spotlight Dance a " Minnesota
"; arnews[5] += "Home > Blogs > On Iowa by Marc Morehouse > The Spotlight Dance - Minnesota On Iowa by Marc Morehouse The Spotlight Dance - Minnesota Posted on Nov 20, 2009 by Marc Morehouse ."; arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 02:27:30 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("
");