var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Bryant's sore ankle makes him unsure about playing in All-Star game
"; arnews[0] += "Kobe Bryant isn't sure if he'll play in this weekend's NBA All-Star game in Dallas because of his sore left ankle."; arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 13:06:35 GMT"; arnews[0] += "
"; arnews[1]="Bryant's All-Star appearance in doubt
"; arnews[1] += "Kobe Bryanta TMs sore left ankle could keep the Los Angeles Lakers superstar out of the NBA All-Star game next Sunday in Dallas."; arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 13:02:24 GMT"; arnews[1] += "
"; arnews[2]="Hip-Hop Rumors: Why Treyz Songz Hired Kevin Liles! Tahiry Calls Joe "Wifa
"; arnews[2] += "All content within this section is pure rumor and generally have no factual info outside of what the streets have whispered in our ear."; arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 12:24:43 GMT"; arnews[2] += "
"; arnews[3]="Kobe injury decision on Wed.; Bynum likely out
"; arnews[3] += "There's still a chance that Kobe Bryant 's sprained left ankle will be healed enough for him to play against the Jazz on Wednesday in Utah, but it appears likely that Andrew Bynum will be out for the second straight game with a bruised right hip and swelling in his left knee."; arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 12:20:27 GMT"; arnews[3] += "
"; arnews[4]="IM Sapiens
"; arnews[4] += "If you're on a quest to locate the fast-beating animal heart of Duke University, you'll probably go to certain hotspots: some of our more well-known frat sections or front-row mid court at Cameron."; arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 12:06:57 GMT"; arnews[4] += "
"; arnews[5]="The Wire
"; arnews[5] += "\"A Oklahoma City will be the home of the Edmonton Oilers' now-dormant American Hockey League franchise."; arnews[5] += "
Publ.Date : Wed, 10 Feb 2010 12: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("
");