var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Seattle Sounders FC dump Calabro, hire Brit
"; arnews[0] += "Kevin Calabro has always been the Murphy Brown of sports announcers; seemingly every time he arrives on the job, he is given somebody new to work with."; arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 11:42:46 GMT"; arnews[0] += "
"; arnews[1]="Sports briefs
"; arnews[1] += "The Utah Grizzlies' annual Tip-A-Grizz charity event will take place Monday, Feb."; arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 06:50:49 GMT"; arnews[1] += "
"; arnews[2]="Commercial real estate trend unclear in 2010
"; arnews[2] += "The Utah commercial real estate market still has a long way to go before it begins to rebound from the current economic slump, according to a local analyst."; arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 03:17:16 GMT"; arnews[2] += "
"; arnews[3]="In brief: Peppers doesna t want extended Carolina stay
"; arnews[3] += "Julius Peppers no longer wants a long-term contract with Carolina, saying the Panthers have ignored him this offseason."; arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 07:13:46 GMT"; arnews[3] += "
"; arnews[4]="Think 2011 for commercial sector recovery
"; arnews[4] += "The massive City Creek project might be on target for completion in 2012, but that's not soon enough to bounce the Salt Lake Valley's commercial real estate market out of the doldrums this year."; arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 04:48:13 GMT"; arnews[4] += "
"; arnews[5]="Trucking company donates to University of Utah business school
"; arnews[5] += "Trucking company C.R. England on Tuesday joined a growing list of donors to help build the University of Utah's new David S. Eccles School of Business."; arnews[5] += "
Publ.Date : Wed, 10 Feb 2010 04:43:45 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("
");