var arnews = new Array(9); totcount = 9; rnd = 0; document.title=document.title+ " "; arnews[0]="Sports briefs: Westwood leads in Dubai
"; arnews[0] += "Lee Westwood kep his two-shot lead at the Dubai World Championships, shooting a 6-under 66 on Saturday in the third round."; arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 07:53:23 GMT"; arnews[0] += "
"; arnews[1]="Sports: Local sports briefs: San Bernardino, Glendale run to California JC titles
"; arnews[1] += "San Bernardino Valley College captured its fourth straight men's title, and Glendale won its third women's crown in four years Saturday morning at the junior college state cross country championships at Woodward Park."; arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 07:46:00 GMT"; arnews[1] += "
"; arnews[2]="Mauer's main competition
"; arnews[2] += "Led the American League with 122 RBI and tied for first with 39 home runs while helping shore up the Yankees' defense at first base."; arnews[2] += "
Publ.Date : Sun, 22 Nov 2009 07:27:38 GMT"; arnews[2] += "
"; arnews[3]="Art Savage, owner of Oakland A's farm club, dies
"; arnews[3] += "Art Savage, the majority owner of the Sacramento River Cats, the Triple-A affiliate of the Oakland Athletics, has died."; arnews[3] += "
Publ.Date : Sun, 22 Nov 2009 07:01:59 GMT"; arnews[3] += "
"; arnews[4]="Art Savage, owner of Oakland A's Triple-A affiliate in Sacramento, dies at age 58
"; arnews[4] += "Art Savage, the majority owner of the Sacramento River Cats, the Triple-A affiliate of the Oakland Athletics, has died."; arnews[4] += "
Publ.Date : Sun, 22 Nov 2009 06:52:07 GMT"; arnews[4] += "
"; arnews[5]="Sport Briefs: Bolt, Gay to clash at least 3 times next year
"; arnews[5] += "Sprint stars Usain Bolt of Jamaica and Tyson Gay of the United States will race each other at least three times at elite Diamond League meets next year."; arnews[5] += "
Publ.Date : Sun, 22 Nov 2009 05:00:00 GMT"; arnews[5] += "
"; arnews[6]="Path of the Pros: Nelson Cruz
"; arnews[6] += "What do Jorge Velandia, Keith Ginter and Laynce Nix have in common? All three were traded at one point for eventual All-Star slugger Nelson Cruz."; arnews[6] += "
Publ.Date : Wed, 11 Nov 2009 08:00:00 GMT"; arnews[6] += "
"; arnews[7]="Cubs announce 2010 Spring Training schedule
"; arnews[7] += "The Cubs will play their crosstown rivals, the Chicago White Sox, five times in Spring Training, according to the 2010 schedule released on Wednesday."; arnews[7] += "
Publ.Date : Wed, 04 Mar 2009 08:00:00 GMT"; arnews[7] += "
"; arnews[8]="Heisman winner speaks to Richardson High School boosters
"; arnews[8] += "Education is the top priority for 1987 Heisman Trophy winner Tim Brown. The Notre Dame alumnus and 17-year NFL veteran spoke to an audience of about 25 about the need for keeping up with academics and athletics at the November Richardson High School Athletics Booster Club Meeting."; arnews[8] += "
Publ.Date : Sat, 21 Nov 2009 16:32:29 GMT"; arnews[8] += "
"; totcount = 9; 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("
");