var arnews = new Array(7); totcount = 7; rnd = 0; document.title=document.title+ " "; arnews[0]="Celtics arena t losing faith despite recent struggles
"; arnews[0] += "The Celtics went through some soul-searching yesterday, trying to find answers for their recent slump."; arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 09:04:02 GMT"; arnews[0] += "
"; arnews[1]="After taking supplement, Lewis took his medicine in the form of suspension
"; arnews[1] += "Rashard Lewis, suspended for the first 10 games for using a banned substance, is thankful for the support he has received."; arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 09:03:23 GMT"; arnews[1] += "
"; arnews[2]="How bad do we want revenge?
"; arnews[2] += "There will be no Vince Carter tribute at the ACC because he declined any such possible ovation/appreciation/boos. Turns out he's smart enough to figure out that half the fans in the building wouldn't stick to what the jumbotron tells them to do and would start reigning down cat-calls and boos and showing off their Jorge Garbajosa modded jerseys."; arnews[2] += "
Publ.Date : Sun, 22 Nov 2009 08:21:49 GMT"; arnews[2] += "
"; arnews[3]="McGrady's time is ticking
"; arnews[3] += "Tracy McGrady stunned the Rockets' traveling party when he suited up and participated in warmups Wednesday at Target Center, an unsuccessful move to convince management that he is fully recovered from microfracture knee surgery."; arnews[3] += "
Publ.Date : Sun, 22 Nov 2009 07:23:11 GMT"; arnews[3] += "
"; arnews[4]="Hawks vs. Magic Pregame
"; arnews[4] += "Get geared up for your Atlanta Hawks to take on the Orlando Magic in a battle of two of the East's best."; arnews[4] += "
Publ.Date : Sun, 22 Nov 2009 05:51:37 GMT"; arnews[4] += "
"; arnews[5]="Chorus raises $60K for Disney World trip
"; arnews[5] += "Russell Wynn, choral director at Milton High School, rehearses the high school chorus in preparation for a trip to Orlando, Fla."; arnews[5] += "
Publ.Date : Sun, 22 Nov 2009 05:33:13 GMT"; arnews[5] += "
"; arnews[6]="Tracked Down: Stan Van Gundy, Chris Evans, Steve Grogan & more...
"; arnews[6] += "Orlando Magic head coach Stan Van Gundy chowing on fish 'n' chips, calamari and chowder at the Barking Crab ."; arnews[6] += "
Publ.Date : Sun, 22 Nov 2009 05:28:29 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("
");document.write("
");