var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Cougars add 15 to football team
"; arnews[0] += "The University of Sioux Falls announced what it called its 'initial' recruiting class for 2010 on Thursday, touting eight high school athletes and seven transfers among a group they hope to add to in the coming weeks."; arnews[0] += "
Publ.Date : Fri, 05 Feb 2010 08:00:00 GMT"; arnews[0] += "
"; arnews[1]="CFB: USF Announces 2010 Recru...
"; arnews[1] += "The University of Sioux Falls is proud to announce 15 student-athletes as part of the 2010 recruiting class."; arnews[1] += "
Publ.Date : Fri, 05 Feb 2010 06:35:22 GMT"; arnews[1] += "
"; arnews[2]="USF Announces 2010 Recruiting Class
"; arnews[2] += "The Cougars expect to add more players to the class over the coming weeks. Eight high school signees and seven college transfers make up the initial USF football recruiting class."; arnews[2] += "
Publ.Date : Fri, 05 Feb 2010 02:13:21 GMT"; arnews[2] += "
"; arnews[3]="Actress granted temporary restraining order
"; arnews[3] += "It's vacation time again for the Kyles. The destination: the Grand Canyon. The mode of transport: Michael's new Wonder Van 6000."; arnews[3] += "
Publ.Date : Sat, 30 Jan 2010 05:30:13 GMT"; arnews[3] += "
"; arnews[4]="Timeline: Apple Product Introductions And Milestones
"; arnews[4] += "Apple Inc unveiled its wildly anticipated \"iPad\" on Wednesday in the biggest product launch since the iPhone three years ago."; arnews[4] += "
Publ.Date : Thu, 28 Jan 2010 03:02:23 GMT"; arnews[4] += "
"; arnews[5]="Timeline: Apple product introductions and milestones
"; arnews[5] += "Apple Inc unveiled its wildly anticipated \"iPad\" on Wednesday in the biggest product launch since the iPhone three years ago."; arnews[5] += "
Publ.Date : Wed, 27 Jan 2010 20:00:23 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("
");