var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Jennings, Bucks keep Bobcats road-weary
";
arnews[0] += "A coach can't watch his team lose seven straight without at least contemplating change.";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 08:00:00 GMT";
arnews[0] += "
";
arnews[1]="Lion Face/Lemon Face 11.19.09
";
arnews[1] += "Lion Face/Lemon Face 11.19.09 Written by Zach Harper on Friday, November 20, 2009 What has four thumbs and makes funny faces in an alternating fashion? These guys! Lion Face: Peja Stojakovic When the annals of the NBA get reviewed some day, wea TMre going to be looking over the top shooters in the history of the NBA.";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 16:44:46 GMT";
arnews[1] += "
";
arnews[2]="Baylor sees SU take win
";
arnews[2] += "Cervante' Burrell scored on a baseline reverse with 8.3 seconds left, then came up with a steal on the final Fresno State possession, and Seattle capped a night honoring Hall of Famer Elgin Baylor with a frantic 85-84 win over the Bulldogs on Thursday night.";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 13:38:50 GMT";
arnews[2] += "
";
arnews[3]="Seattle stuns Fresno State 85-84
";
arnews[3] += "Cervante' Burrell was never the first option and wasn't again in the final seconds on Thursday night.";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 09:56:11 GMT";
arnews[3] += "
";
arnews[4]="For Oregon's Paul Westhead, 70 isn't an age, it's the speed he wants his new team running
";
arnews[4] += "On a hot July day at a crowded In-N-Out Burger outside Las Vegas, Paul Westhead was reminded of the remarkable length of his basketball life.";
arnews[4] += "
Publ.Date : Thu, 19 Nov 2009 23:09:34 GMT";
arnews[4] += "
";
arnews[5]="Sneak preview: Men's basketball
";
arnews[5] += "FRESNO STATE AT SEATTLE Today: 7:10 p.m. at KeyArena in Seattle Records: Bulldogs 2-0, Redhawks 0-2 Radio/TV: KMJ / KAIL The skinny: Bulldogs will be part of history as Seattle dedicates \"Elgin Baylor Court\" in honor of the NBA Hall of Famer who starred for Redhawks in the late 1950s.";
arnews[5] += "
Publ.Date : Thu, 19 Nov 2009 19:43:47 GMT";
arnews[5] += "
";
arnews[6]="Cut Seattle Sports Fans Some Slack
";
arnews[6] += "The Seahawks play in Minnesota this weekend, and seeing Steve Hutchinson in a Vikings uniform will once again bring back memories of how the team screwed up in allowing him to leave.";
arnews[6] += "
Publ.Date : Thu, 19 Nov 2009 15:05:57 GMT";
arnews[6] += "
";
totcount = 7;
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("