var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="North Shore Tech earns outright crown
"; arnews[0] += "North Shore Tech boys basketball coach Jody Norton is happy, but not satisfied. The Bulldogs became the first team in program history to earn an outright Commonwealth Conference Small title when they defeated Northeast 75-52 last night."; arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 06:45:16 GMT"; arnews[0] += "
"; arnews[1]="Wells Fargo takes first at FM bowling event
"; arnews[1] += "Daniel Barr, Jimmie Parks, Glen Kobobel, Randy Holbeck and Mike Gardner, along with a five-man team sponsored by Wells Fargo, captured top honors in the local bowling association tournament held Jan."; arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 05:20:33 GMT"; arnews[1] += "
"; arnews[2]="McGwire wants to focus on Cardinals' hitting, not past
"; arnews[2] += "The St. Louis Cardinals say they don't know what kind of reaction they will get when new batting coach Mark McGwire arrives at spring training Feb."; arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 03:53:16 GMT"; arnews[2] += "
"; arnews[3]="'American Idol' Hollywood Week Kicks Off With Ellen DeGeneres' Debut
"; arnews[3] += "Finally! After what felt like an eternity, \"American Idol\" served up the first dose of Hollywood Week on Tuesday night ."; arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 03:16:00 GMT"; arnews[3] += "
"; arnews[4]="Big Ten mailblog
"; arnews[4] += "What's on your mind today? Drew from New York writes: Hey Adam - I agree with you that Texas would be a huge get for the Big 10, but what would be the value for Texas to switch over to the B10? I don't understand where this has come from and why its generating so much buzz."; arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 00:54:51 GMT"; arnews[4] += "
"; arnews[5]="Basketball: Cougar future surely bright
"; arnews[5] += "The Barron Collier junior varsity basketball team finished the season with an perfect 21-0 record."; arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 22:38:16 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("
");