function Player(name, directory, filename, location, team, id) {
	this.directory = directory;
	this.filename = filename;
	this.name = name;
	this.location = location;
	this.team = team;
	this.id = id;
	
	this.getUrl = function() {
		if (this.directory && this.filename) {
			return "http://www.basketball-reference.com/players/" + this.directory + "/" + this.filename;
		} else if (this.id) {
			return "http://sports.yahoo.com/nba/players/" + this.id;
		} else {
			return '';
		}
	}
}

var players = [
new Player('Louis Amundson', 'a', 'amundlo01.html', 'Ventura, CA', '76ers', '4190'),
new Player('Calvin Booth', 'b', 'boothca01.html', 'Reynoldsburg, OH', '76ers', '3358'),
new Player('Rodney Carney', 'c', 'carnero01.html', 'Memphis, TN', '76ers', '4144'),
new Player('Samuel Dalembert', 'd', 'dalemsa01.html', 'Port-Au-Prince, Haiti', '76ers', '3534'),
new Player('Reggie Evans', 'e', 'evansre01.html', 'Pensacola, FL', '76ers', '3663'),
new Player('Willie Green', 'g', 'greenwi01.html', 'Detroit, MI', '76ers', '3744'),
new Player('Andre Iguodala', 'i', 'iguodan01.html', 'Springfield, IL', '76ers', '3826'),
new Player('Kyle Korver', 'k', 'korveky01.html', 'Lakewood, CA', '76ers', '3754'),
new Player('Andre Miller', 'm', 'millean02.html', 'Los Angeles, CA', '76ers', '3331'),
new Player('Kevin Ollie', 'o', 'ollieke01.html', 'Dallas, TX', '76ers', '3237'),
new Player('Shavlik Randolph', 'r', 'randosh01.html', 'Raleigh, NC', '76ers', '3992'),
new Player('Louis Williams', 'w', 'willilo02.html', 'Lithonia, GA', '76ers', '3971'),
new Player('Thaddeus Young', '', '', 'New Orleans, LA', '76ers', '4290'),
new Player('Herbert Hill', '', '', 'Ulm, Germany', '76ers', '4332'),
new Player('Jason Smith', '', '', 'Greeley, CO', '76ers', '4298'),
new Player('LaMarcus Aldridge', 'a', 'aldrila01.html', 'Dallas, TX', 'Blazers', '4130'),
new Player('Steve Blake', 'b', 'blakest01.html', 'Hollywood, FL', 'Blazers', '3741'),
new Player('Channing Frye', 'f', 'fryech01.html', 'White Plains, NY', 'Blazers', '3934'),
new Player('James Jones', 'j', 'jonesja02.html', 'Miami, FL', 'Blazers', '3752'),
new Player('Jarrett Jack', 'j', 'jackja01.html', 'Fort Washington, MD', 'Blazers', '3948'),
new Player('Raef LaFrentz', 'l', 'lafrera01.html', 'Hampton, IA', 'Blazers', '3246'),
new Player('Travis Outlaw', 'o', 'outlatr01.html', 'Starkville, MS', 'Blazers', '3726'),
new Player('Joel Przybilla', 'p', 'przybjo01.html', 'Monticello, MN', 'Blazers', '3408'),
new Player('Sergio Rodriguez', 'r', 'rodrise01.html', 'Tenerife, Spain', 'Blazers', '4155'),
new Player('Brandon Roy', 'r', 'roybr01.html', 'Seattle, WA', 'Blazers', '4134'),
new Player('Martell Webster', 'w', 'webstma02.html', 'Edmonds, WA', 'Blazers', '3932'),
new Player('Taurean Green', '', '', 'Fort Lauderdale, FL', 'Blazers', '4328'),
new Player('Greg Oden', '', '', 'Indianapolis, IN', 'Blazers', '4243'),
new Player('Darius Miles', '', '', 'Belleville, IL', 'Blazers', '3402'),
new Player('Josh McRoberts', '', '', 'Indianapolis, IN', 'Blazers', '4314'),
new Player('Derek Anderson', 'a', 'anderde01.html', 'Louisville, KY', 'Bobcats', '3183'),
new Player('Primoz Brezec', 'b', 'brezepr01.html', 'Postojna, Slovenia', 'Bobcats', '3426'),
new Player('Matt Carroll', 'c', 'carroma01.html', 'Horsham, PA', 'Bobcats', '3785'),
new Player('Raymond Felton', 'f', 'feltora01.html', 'Marion, SC', 'Bobcats', '3931'),
new Player('Walter Herrmann', 'h', 'herrmwa01.html', 'Venado Tuerto, Argentina', 'Bobcats', '4207'),
new Player('Othella Harrington', 'h', 'harriot01.html', 'Jackson, MS', 'Bobcats', '3091'),
new Player('Ryan Hollins', 'h', 'holliry01.html', 'Pasadena, CA', 'Bobcats', '4179'),
new Player('Sean May', 'm', 'mayse01.html', 'Chicago, IL', 'Bobcats', '3939'),
new Player('Adam Morrison', 'm', 'morriad01.html', 'Casper, WY', 'Bobcats', '4131'),
new Player('Jeff McInnis', 'm', 'mcinnje01.html', 'Charlotte, NC', 'Bobcats', '3131'),
new Player('Emeka Okafor', 'o', 'okafoem01.html', 'Houston, TX', 'Bobcats', '3819'),
new Player('Jason Richardson', 'r', 'richaja01.html', 'Saginaw, MI', 'Bobcats', '3515'),
new Player('Gerald Wallace', 'w', 'wallage01.html', 'Sylacauga, AL', 'Bobcats', '3533'),
new Player('Jared Dudley', '', '', 'San Diego, CA', 'Bobcats', '4300'),
new Player('Jermareo Davidson', '', '', 'Atlanta, GA', 'Bobcats', '4322'),
new Player('Charlie Bell', 'b', 'bellch01.html', 'Flint, MI', 'Bucks', '3570'),
new Player('Andrew Bogut', 'b', 'bogutan01.html', 'Melbourne, Australia', 'Bucks', '3927'),
new Player('Dan Gadzuric', 'g', 'gadzuda01.html', 'Den Haag, Netherlands', 'Bucks', '3631'),
new Player('Royal Ivey', 'i', 'iveyro01.html', 'Harlem, NY', 'Bucks', '3854'),
new Player('Desmond Mason', 'm', 'masonde01.html', 'Waxahachie, TX', 'Bucks', '3416'),
new Player('David Noel', 'n', 'noelda01.html', 'Durham, NC', 'Bucks', '4167'),
new Player('Michael Redd', 'r', 'reddmi01.html', 'Columbus, OH', 'Bucks', '3442'),
new Player('Michael Ruffin', 'r', 'ruffimi01.html', 'Denver, CO', 'Bucks', '3355'),
new Player('Charlie Villanueva', 'v', 'villach01.html', 'Queens, NY', 'Bucks', '3933'),
new Player('Jake Voskuhl', 'v', 'voskuja01.html', 'Tulsa, OK', 'Bucks', '3432'),
new Player('Bobby Simmons', '', '', 'Chicago, IL', 'Bucks', '3551'),
new Player('Mo Williams', '', '', 'Jackson, MS', 'Bucks', '3750'),
new Player('Ramon Sessions', '', '', 'Myrtle Beach, SC', 'Bucks', '4333'),
new Player('Awvee Storey', '', '', 'Chicago, IL', 'Bucks', '3903'),
new Player('Yi Jianlian', '', '', 'He Shan, China', 'Bucks', '4284'),
new Player('Luol Deng', 'd', 'denglu01.html', 'Sudan', 'Bulls', '3824'),
new Player('Chris Duhon', 'd', 'duhonch01.html', 'Mamou, LA', 'Bulls', '3855'),
new Player('Ben Gordon', 'g', 'gordobe01.html', 'London, United Kingdom', 'Bulls', '3820'),
new Player('Adrian Griffin', 'g', 'griffad01.html', 'Wichita, KS', 'Bulls', '3394'),
new Player('Kirk Hinrich', 'h', 'hinriki01.html', 'Sioux City, IA', 'Bulls', '3710'),
new Player('Viktor Khryapa', 'k', 'khryavi01.html', 'Kiev, Ukraine', 'Bulls', '3839'),
new Player('Andres Nocioni', 'n', 'nocioan01.html', 'Santa Fe, Argentina', 'Bulls', '3882'),
new Player('Joe Smith', 's', 'smithjo02.html', 'Norfolk, VA', 'Bulls', '3003'),
new Player('Thabo Sefolosha', 's', 'sefolth01.html', 'Vevey, Switzerland', 'Bulls', '4141'),
new Player('Tyrus Thomas', 't', 'thomaty01.html', 'Baton Rouge, LA', 'Bulls', '4132'),
new Player('Ben Wallace', 'w', 'wallabe01.html', 'White Hall, AL', 'Bulls', '3149'),
new Player('Joakim Noah', '', '', 'New York, NY', 'Bulls', '4287'),
new Player('Thomas Gardner', '', '', 'Portland, OR', 'Bulls', '4358'),
new Player('Aaron Gray', '', '', 'Tarzana, CA', 'Bulls', '4326'),
new Player('JamesOn Curry', '', '', 'Pleasant Grove, NC', 'Bulls', '4327'),
new Player('Devin Brown', 'b', 'brownde02.html', 'Salt Lake City, UT', 'Cavaliers', '3673'),
new Player('Shannon Brown', 'b', 'brownsh01.html', 'Maywood, IL', 'Cavaliers', '4153'),
new Player('Daniel Gibson', 'g', 'gibsoda01.html', 'Houston, TX', 'Cavaliers', '4170'),
new Player('Drew Gooden', 'g', 'goodedr01.html', 'Oakland, CA', 'Cavaliers', '3602'),
new Player('Larry Hughes', 'h', 'hughela01.html', 'St. Louis, MO', 'Cavaliers', '3251'),
new Player('Zydrunas Ilgauskas', 'i', 'ilgauzy01.html', 'Kaunas, Lithuania', 'Cavaliers', '3121'),
new Player('LeBron James', 'j', 'jamesle01.html', 'Akron, OH', 'Cavaliers', '3704'),
new Player('Damon Jones', 'j', 'jonesda01.html', 'Galveston, TX', 'Cavaliers', '3322'),
new Player('Dwayne Jones', 'j', 'jonesdw02.html', 'Morgantown, WV', 'Cavaliers', '4002'),
new Player('Donyell Marshall', 'm', 'marshdo01.html', 'Reading, PA', 'Cavaliers', '2627'),
new Player('Ira Newble', 'n', 'newblir01.html', 'Southfield, MI', 'Cavaliers', '3466'),
new Player('Cedric Simmons', 's', 'simmoce01.html', 'Shallotte, NC', 'Cavaliers', '4143'),
new Player('Eric Snow', 's', 'snower01.html', 'Canton, OH', 'Cavaliers', '3045'),
new Player('Sasha Pavlovic', '', '', 'Bar, Yugoslavia', 'Cavaliers', '3722'),
new Player('Demetris Nichols', '', '', 'Boston, MA', 'Cavaliers', '4330'),
new Player('Tony Allen', 'a', 'allento01.html', 'Chicago, IL', 'Celtics', '3842'),
new Player('Ray Allen', 'a', 'allenra02.html', 'Merced, CA', 'Celtics', '3080'),
new Player('Kevin Garnett', 'g', 'garneke01.html', 'Mauldin, SC', 'Celtics', '3007'),
new Player('Eddie House', 'h', 'houseed01.html', 'Berkeley, CA', 'Celtics', '3436'),
new Player('James Posey', 'p', 'poseyja01.html', 'Cleveland, OH', 'Celtics', '3341'),
new Player('Scot Pollard', 'p', 'pollasc01.html', 'Murray, UT', 'Celtics', '3189'),
new Player('Paul Pierce', 'p', 'piercpa01.html', 'Oakland, CA', 'Celtics', '3253'),
new Player('Leon Powe', 'p', 'powele01.html', 'Berkeley, CA', 'Celtics', '4177'),
new Player('Kendrick Perkins', 'p', 'perkike01.html', 'Nederland, TX', 'Celtics', '3730'),
new Player('Rajon Rondo', 'r', 'rondora01.html', 'Louisville, KY', 'Celtics', '4149'),
new Player('Brian Scalabrine', 's', 'scalabr01.html', 'Long Beach, CA', 'Celtics', '3544'),
new Player('Gabe Pruitt', '', '', 'Los Angeles, CA', 'Celtics', '4310'),
new Player('Glen Davis', '', '', 'Baton Rouge, LA', 'Celtics', '4313'),
new Player('Brandon Wallace', '', '', 'Statesboro, GA', 'Celtics', '4341'),
new Player('Elton Brand', 'b', 'brandel01.html', 'Cortland, NY', 'Clippers', '3324'),
new Player('Sam Cassell', 'c', 'cassesa01.html', 'Baltimore, MD', 'Clippers', '1295'),
new Player('Dan Dickau', 'd', 'dickada01.html', 'Portland, OR', 'Clippers', '3625'),
new Player('Paul Davis', 'd', 'davispa01.html', 'Detroit, MI', 'Clippers', '4162'),
new Player('Chris Kaman', 'k', 'kamanch01.html', 'Wyoming, MI', 'Clippers', '3709'),
new Player('Brevin Knight', 'k', 'knighbr01.html', 'Livingston, NJ', 'Clippers', '3186'),
new Player('Shaun Livingston', 'l', 'livinsh01.html', 'Peoria, IL', 'Clippers', '3821'),
new Player('Cuttino Mobley', 'm', 'moblecu01.html', 'Philadelphia, PA', 'Clippers', '3284'),
new Player('Corey Maggette', 'm', 'maggeco01.html', 'Melrose Park, IL', 'Clippers', '3336'),
new Player('Josh Powell', 'p', 'poweljo01.html', 'Charleston, SC', 'Clippers', '3774'),
new Player('Ruben Patterson', 'p', 'patteru01.html', 'Cleveland, OH', 'Clippers', '3274'),
new Player('Quinton Ross', 'r', 'rossqu01.html', 'Dallas, TX', 'Clippers', '3767'),
new Player('Tim Thomas', 't', 'thomati01.html', 'Paterson, NJ', 'Clippers', '3170'),
new Player('Aaron Williams', 'w', 'williaa01.html', 'Evanston, IL', 'Clippers', '2222'),
new Player('Al Thornton', '', '', 'Perry, GA', 'Clippers', '4292'),
new Player('Andre Brown', 'b', 'brownan01.html', 'Chicago, IL', 'Grizzlies', '3902'),
new Player('Brian Cardinal', 'c', 'cardibr01.html', 'Tolono, IL', 'Grizzlies', '3443'),
new Player('Pau Gasol', 'g', 'gasolpa01.html', 'Barcelona, Spain', 'Grizzlies', '3513'),
new Player('Rudy Gay', 'g', 'gayru01.html', 'Baltimore, MD', 'Grizzlies', '4136'),
new Player('Tarence Kinsey', 'k', 'kinseta01.html', 'Tampa, FL', 'Grizzlies', '4195'),
new Player('Kyle Lowry', 'l', 'lowryky01.html', 'Philadelphia, PA', 'Grizzlies', '4152'),
new Player('Mike Miller', 'm', 'millemi01.html', 'Mitchell, SD', 'Grizzlies', '3404'),
new Player('Darko Milicic', 'm', 'milicda01.html', 'Novi Sad, Serbia', 'Grizzlies', '3705'),
new Player('Damon Stoudamire', 's', 'stoudda01.html', 'Portland, OR', 'Grizzlies', '3009'),
new Player('Stromile Swift', 's', 'swiftst01.html', 'Shreveport, LA', 'Grizzlies', '3401'),
new Player('Hakim Warrick', 'w', 'warriha01.html', 'Philadelphia, PA', 'Grizzlies', '3945'),
new Player('Juan Carlos Navarro', '', '', 'Barcelona, Spain', 'Grizzlies', '3637'),
new Player('Mike Conley', '', '', 'Indianapolis, IN', 'Grizzlies', '4246'),
new Player('Casey Jacobsen', '', '', 'Glendora, CA', 'Grizzlies', '3620'),
new Player('Speedy Claxton', 'c', 'claxtsp01.html', 'Queens, NY', 'Hawks', '3419'),
new Player('Josh Childress', 'c', 'childjo01.html', 'Harbor City, CA', 'Hawks', '3823'),
new Player('Joe Johnson', 'j', 'johnsjo02.html', 'Little Rock, AR', 'Hawks', '3520'),
new Player('Solomon Jones', 'j', 'jonesso01.html', 'Eustis, FL', 'Hawks', '4161'),
new Player('Anthony Johnson', 'j', 'johnsan02.html', 'Charleston, SC', 'Hawks', '3207'),
new Player('Tyronn Lue', 'l', 'luety01.html', 'Mexico, MO', 'Hawks', '3266'),
new Player('Zaza Pachulia', 'p', 'pachuza01.html', 'Tbilisi, GA', 'Hawks', '3745'),
new Player('Josh Smith', 's', 'smithjo03.html', 'College Park, GA', 'Hawks', '3834'),
new Player('Salim Stoudamire', 's', 'stoudsa01.html', 'Portland, OR', 'Hawks', '3957'),
new Player('Marvin Williams', 'w', 'willima02.html', 'Bremerton, WA', 'Hawks', '3928'),
new Player('Lorenzen Wright', 'w', 'wrighlo02.html', 'Memphis, TN', 'Hawks', '3116'),
new Player('Shelden Williams', 'w', 'willish02.html', 'Oklahoma City, OK', 'Hawks', '4133'),
new Player('Al Horford', '', '', 'Puerto Plata, Dominican Republic', 'Hawks', '4245'),
new Player('Mario West', '', '', 'Huntsville, AL', 'Hawks', '4362'),
new Player('Acie Law', '', '', 'Dallas, TX', 'Hawks', '4289'),
new Player('Mark Blount', 'b', 'blounma01.html', 'Dobbs Ferry, NY', 'Heat', '3222'),
new Player('Earl Barron', 'b', 'barroea01.html', 'Clarksdale, MS', 'Heat', '3908'),
new Player('Ricky Davis', 'd', 'davisri01.html', 'Las Vegas, NV', 'Heat', '3264'),
new Player('Udonis Haslem', 'h', 'hasleud01.html', 'Miami, FL', 'Heat', '3765'),
new Player('Alexander Johnson', 'j', 'johnsal01.html', 'Albany, GA', 'Heat', '4173'),
new Player('Alonzo Mourning', 'm', 'mournal01.html', 'Chesapeake, VA', 'Heat', '845'),
new Player('Shaquille O\'Neal', 'o', 'onealsh01.html', 'Newark, NJ', 'Heat', '847'),
new Player('Smush Parker', 'p', 'parkesm01.html', 'New York, NY', 'Heat', '3662'),
new Player('Chris Quinn', 'q', 'quinnch01.html', 'New Orleans, LA', 'Heat', '4192'),
new Player('Jason Williams', 'w', 'willija02.html', 'Belle, WV', 'Heat', '3250'),
new Player('Dorell Wright', 'w', 'wrighdo01.html', 'Los Angeles, CA', 'Heat', '3836'),
new Player('Dwyane Wade', 'w', 'wadedw01.html', 'Chicago, IL', 'Heat', '3708'),
new Player('Daequan Cook', '', '', 'Dayton, OH', 'Heat', '4299'),
new Player('Joel Anthony', '', '', 'Montreal, Canada', 'Heat', '4339'),
new Player('Anfernee Hardaway', '', '', 'Memphis, TN', 'Heat', '1274'),
new Player('Hilton Armstrong', 'a', 'armsthi01.html', 'Peekskill, NY', 'Hornets', '4140'),
new Player('Rasual Butler', 'b', 'butlera01.html', 'Philadelphia, PA', 'Hornets', '3650'),
new Player('Tyson Chandler', 'c', 'chandty01.html', 'Hanford, CA', 'Hornets', '3512'),
new Player('Melvin Ely', 'e', 'elyme01.html', 'Harvey, IL', 'Hornets', '3610'),
new Player('Bobby Jackson', 'j', 'jacksbo01.html', 'East Spencer, NC', 'Hornets', '3191'),
new Player('Jannero Pargo', 'p', 'pargoja01.html', 'Chicago, IL', 'Hornets', '3660'),
new Player('Chris Paul', 'p', 'paulch01.html', 'Winston-Salem, NC', 'Hornets', '3930'),
new Player('Morris Peterson', 'p', 'petermo01.html', 'Flint, MI', 'Hornets', '3420'),
new Player('Peja Stojakovic', 's', 'stojape01.html', 'Slavoska Pozega, Croatia', 'Hornets', '3119'),
new Player('Marcus Vinicius', 'v', 'vincima01.html', 'San Paulo, Brazil', 'Hornets', '4172'),
new Player('David West', 'w', 'westda01.html', 'Teaneck, NJ', 'Hornets', '3721'),
new Player('Julian Wright', '', '', 'Chicago, IL', 'Hornets', '4291'),
new Player('Adam Haluska', '', '', 'Carroll, IA', 'Hornets', '4320'),
new Player('Ryan Bowen', '', '', 'Fort Madison, IA', 'Hornets', '3298'),
new Player('Carlos Boozer', 'b', 'boozeca01.html', 'Aschaffenburg, Germany', 'Jazz', '3632'),
new Player('Ronnie Brewer', 'b', 'brewero02.html', 'Portland, OR', 'Jazz', '4142'),
new Player('Jarron Collins', 'c', 'collija03.html', 'Northridge, CA', 'Jazz', '3562'),
new Player('Gordan Giricek', 'g', 'giricgo01.html', 'Zagreb, Croatia', 'Jazz', '3363'),
new Player('Jason Hart', 'h', 'hartja01.html', 'Los Angeles, CA', 'Jazz', '3448'),
new Player('Matt Harpring', 'h', 'harprma01.html', 'Cincinnati, OH', 'Jazz', '3258'),
new Player('Andrei Kirilenko', 'k', 'kirilan01.html', 'Izhevsk, Russia', 'Jazz', '3347'),
new Player('Paul Millsap', 'm', 'millspa01.html', 'Monroe, LA', 'Jazz', '4175'),
new Player('C.J. Miles', 'm', 'milescj01.html', 'Dallas, TX', 'Jazz', '3960'),
new Player('Mehmet Okur', 'o', 'okurme01.html', 'Yalova, Turkey', 'Jazz', '3547'),
new Player('Ronnie Price', 'p', 'pricero01.html', 'Friendswood, TX', 'Jazz', '3990'),
new Player('Deron Williams', 'w', 'willide01.html', 'Parkersburg, WV', 'Jazz', '3929'),
new Player('Kyrylo Fesenko', '', '', 'Dnepropetrovsk, Ukraine', 'Jazz', '4315'),
new Player('Morris Almond', '', '', 'Dalton, GA', 'Jazz', '4303'),
new Player('Ron Artest', 'a', 'artesro01.html', 'Queensbridge, NY', 'Kings', '3339'),
new Player('Shareef Abdur-Rahim', 'a', 'abdursh01.html', 'Marietta, GA', 'Kings', '3098'),
new Player('Mike Bibby', 'b', 'bibbymi01.html', 'Cherry Hill, NJ', 'Kings', '3245'),
new Player('Quincy Douby', 'd', 'doubyqu01.html', 'Brooklyn, NY', 'Kings', '4147'),
new Player('Francisco Garcia', 'g', 'garcifr01.html', 'Santo Domingo, Dominican Republic', 'Kings', '3949'),
new Player('Kevin Martin', 'm', 'martike02.html', 'Zanesville, OH', 'Kings', '3843'),
new Player('Brad Miller', 'm', 'millebr01.html', 'Fort Wayne, IN', 'Kings', '3305'),
new Player('Mikki Moore', 'm', 'mooremi01.html', 'Orangeburg, SC', 'Kings', '3308'),
new Player('John Salmons', 's', 'salmojo01.html', 'Philadelphia, PA', 'Kings', '3624'),
new Player('Kenny Thomas', 't', 'thomake01.html', 'Atlanta, GA', 'Kings', '3345'),
new Player('Beno Udrih', 'u', 'udrihbe01.html', 'Celje, Slovenia', 'Kings', '3845'),
new Player('Justin Williams', 'w', 'williju01.html', 'Chicago, IL', 'Kings', '4198'),
new Player('Spencer Hawes', '', '', 'Seattle, WA', 'Kings', '4288'),
new Player('Darryl Watkins', '', '', 'Paterson, NJ', 'Kings', '4380'),
new Player('Renaldo Balkman', 'b', 'balkmre01.html', 'Staten Island, NY', 'Knicks', '4148'),
new Player('Jamal Crawford', 'c', 'crawfja01.html', 'Seattle, WA', 'Knicks', '3407'),
new Player('Eddy Curry', 'c', 'curryed01.html', 'Harvey, IL', 'Knicks', '3514'),
new Player('Mardy Collins', 'c', 'collima01.html', 'Philadelphia, PA', 'Knicks', '4157'),
new Player('Jerome James', 'j', 'jamesje01.html', 'Tampa, FL', 'Knicks', '3279'),
new Player('Fred Jones', 'j', 'jonesfr01.html', 'Malvern, AR', 'Knicks', '3612'),
new Player('Jared Jeffries', 'j', 'jeffrja01.html', 'Bloomington, IN', 'Knicks', '3609'),
new Player('David Lee', 'l', 'leeda02.html', 'St. Louis, MO', 'Knicks', '3956'),
new Player('Randolph Morris', 'm', 'morrira01.html', 'Houston, TX', 'Knicks', '4242'),
new Player('Stephon Marbury', 'm', 'marbust01.html', 'Brooklyn, NY', 'Knicks', '3099'),
new Player('Zach Randolph', 'r', 'randoza01.html', 'Marion, IN', 'Knicks', '3531'),
new Player('Malik Rose', 'r', 'rosema01.html', 'Philadelphia, PA', 'Knicks', '3134'),
new Player('Nate Robinson', 'r', 'robinna01.html', 'Seattle, WA', 'Knicks', '3947'),
new Player('Quentin Richardson', 'r', 'richaqu01.html', 'Chicago, IL', 'Knicks', '3417'),
new Player('Wilson Chandler', '', '', 'Benton Harbor, MI', 'Knicks', '4301'),
new Player('Trevor Ariza', 'a', 'arizatr01.html', 'Miami, FL', 'Lakers', '3860'),
new Player('Kobe Bryant', 'b', 'bryanko01.html', 'Philadelphia, PA', 'Lakers', '3118'),
new Player('Kwame Brown', 'b', 'brownkw01.html', 'Charleston, SC', 'Lakers', '3511'),
new Player('Andrew Bynum', 'b', 'bynuman01.html', 'Plainsboro, NJ', 'Lakers', '3936'),
new Player('Jordan Farmar', 'f', 'farmajo01.html', 'Los Angeles, CA', 'Lakers', '4154'),
new Player('Derek Fisher', 'f', 'fishede01.html', 'Little Rock, AR', 'Lakers', '3125'),
new Player('Lamar Odom', 'o', 'odomla01.html', 'Jamaica, NY', 'Lakers', '3327'),
new Player('Vladimir Radmanovic', 'r', 'radmavl01.html', 'Bosnia and Herzegovina', 'Lakers', '3522'),
new Player('Ronny Turiaf', 't', 'turiaro01.html', 'Martinique', 'Lakers', '3963'),
new Player('Sasha Vujacic', 'v', 'vujacsa01.html', 'Maribor, Slovenia', 'Lakers', '3844'),
new Player('Luke Walton', 'w', 'waltolu01.html', 'San Diego, CA', 'Lakers', '3735'),
new Player('Chris Mihm', '', '', 'Milwaukee, WI', 'Lakers', '3406'),
new Player('Javaris Crittenton', '', '', 'Atlanta, GA', 'Lakers', '4297'),
new Player('Coby Karl', '', '', 'Mequon, WI', 'Lakers', '4343'),
new Player('Carlos Arroyo', 'a', 'arroyca01.html', 'Fajardo, Puerto Rico', 'Magic', '3585'),
new Player('James Augustine', 'a', 'augusja01.html', 'Midlothian, IL', 'Magic', '4169'),
new Player('Keith Bogans', 'b', 'boganke01.html', 'Alexandria, VA', 'Magic', '3746'),
new Player('Tony Battie', 'b', 'battito01.html', 'Dallas, TX', 'Magic', '3176'),
new Player('Brian Cook', 'c', 'cookbr01.html', 'Lincoln, IL', 'Magic', '3727'),
new Player('Keyon Dooling', 'd', 'doolike01.html', 'Fort Lauderdale, FL', 'Magic', '3409'),
new Player('Maurice Evans', 'e', 'evansma01.html', 'Wichita, KS', 'Magic', '3568'),
new Player('Adonal Foyle', 'f', 'foylead01.html', 'Canouan, Saint Vincent and The Grenadines', 'Magic', '3178'),
new Player('Pat Garrity', 'g', 'garripa01.html', 'Las Vegas, NV', 'Magic', '3262'),
new Player('Dwight Howard', 'h', 'howardw01.html', 'Atlanta, GA', 'Magic', '3818'),
new Player('Rashard Lewis', 'l', 'lewisra02.html', 'Pineville, LA', 'Magic', '3275'),
new Player('Jameer Nelson', 'n', 'nelsoja01.html', 'Chester, PA', 'Magic', '3837'),
new Player('J.J. Redick', 'r', 'redicjj01.html', 'Cookeville, TN', 'Magic', '4139'),
new Player('Hedo Turkoglu', 't', 'turkohe01.html', 'Istanbul, Turkey', 'Magic', '3415'),
new Player('Marcin Gortat', '', '', 'Lodz, Poland', 'Magic', '3983'),
new Player('Maurice Ager', 'a', 'agerma01.html', 'Detroit, MI', 'Mavericks', '4156'),
new Player('Brandon Bass', 'b', 'bassbr01.html', 'Baton Rouge, LA', 'Mavericks', '3959'),
new Player('DeSagana Diop', 'd', 'diopde01.html', 'Dakar, Senegal', 'Mavericks', '3518'),
new Player('Erick Dampier', 'd', 'dampier01.html', 'Jackson, MS', 'Mavericks', '3117'),
new Player('Devean George', 'g', 'georgde01.html', 'Minneapolis, MN', 'Mavericks', '3346'),
new Player('Josh Howard', 'h', 'howarjo01.html', 'Winston-Salem, NC', 'Mavericks', '3732'),
new Player('Juwan Howard', 'h', 'howarju01.html', 'Chicago, IL', 'Mavericks', '2628'),
new Player('Trenton Hassell', 'h', 'hassetr01.html', 'Clarksville, TN', 'Mavericks', '3539'),
new Player('Devin Harris', 'h', 'harride01.html', 'Milwaukee, WI', 'Mavericks', '3822'),
new Player('Eddie Jones', 'j', 'jonesed02.html', 'Pompano Beach, FL', 'Mavericks', '2633'),
new Player('Dirk Nowitzki', 'n', 'nowitdi01.html', 'Wurzburg, Germany', 'Mavericks', '3252'),
new Player('Jerry Stackhouse', 's', 'stackje01.html', 'Kinston, NC', 'Mavericks', '3005'),
new Player('Jason Terry', 't', 'terryja01.html', 'Seattle, WA', 'Mavericks', '3333'),
new Player('Nick Fazekas', '', '', 'Denver, CO', 'Mavericks', '4312'),
new Player('Jose Juan Barea', '', '', 'Mayaguez, Puerto Rico', 'Mavericks', '4203'),
new Player('Darrell Armstrong', 'a', 'armstda01.html', 'Gastonia, NC', 'Nets', '3001'),
new Player('Malik Allen', 'a', 'allenma01.html', 'Willingboro, NJ', 'Nets', '3507'),
new Player('Josh Boone', 'b', 'boonejo01.html', 'Mount Airy, MD', 'Nets', '4151'),
new Player('Vince Carter', 'c', 'cartevi01.html', 'Daytona Beach, FL', 'Nets', '3248'),
new Player('Jason Collins', 'c', 'collija04.html', 'Northridge, CA', 'Nets', '3530'),
new Player('Richard Jefferson', 'j', 'jefferi01.html', 'Los Angeles, CA', 'Nets', '3523'),
new Player('Nenad Krstic', 'k', 'krstine01.html', 'Kraljevo, Serbia', 'Nets', '3622'),
new Player('Jason Kidd', 'k', 'kiddja01.html', 'San Francisco, CA', 'Nets', '2625'),
new Player('Jamaal Magloire', 'm', 'magloja01.html', 'Toronto, Canada', 'Nets', '3418'),
new Player('Bostjan Nachbar', 'n', 'nachbbo01.html', 'Slovenj Gradec, Slovenia', 'Nets', '3613'),
new Player('Antoine Wright', 'w', 'wrighan01.html', 'West Covina, CA', 'Nets', '3941'),
new Player('Marcus Williams', 'w', 'willima03.html', 'Los Angeles, CA', 'Nets', '4150'),
new Player('Eddie Gill', '', '', 'Aurora, CO', 'Nets', '3471'),
new Player('Sean Williams', '', '', 'Houston, TX', 'Nets', '4295'),
new Player('Carmelo Anthony', 'a', 'anthoca01.html', 'New York, NY', 'Nuggets', '3706'),
new Player('Chucky Atkins', 'a', 'atkinch01.html', 'Orlando, FL', 'Nuggets', '3391'),
new Player('Marcus Camby', 'c', 'cambyma01.html', 'Hartford, CT', 'Nuggets', '3084'),
new Player('Anthony Carter', 'c', 'cartean01.html', 'Milwaukee, WI', 'Nuggets', '3396'),
new Player('Yakhouba Diawara', 'd', 'diawaya01.html', 'Paris, France', 'Nuggets', '4199'),
new Player('Nene Hilario', 'h', 'hilarne01.html', 'Sao Carlos, Brazil', 'Nuggets', '3605'),
new Player('Steven Hunter', 'h', 'huntest01.html', 'Chicago, IL', 'Nuggets', '3525'),
new Player('Allen Iverson', 'i', 'iversal01.html', 'Hampton, VA', 'Nuggets', '3094'),
new Player('Bobby Jones', 'j', 'jonesbo02.html', 'Compton, CA', 'Nuggets', '4165'),
new Player('Linas Kleiza', 'k', 'kleizli01.html', 'Kaunas, Lithuania', 'Nuggets', '3953'),
new Player('Kenyon Martin', 'm', 'martike01.html', 'Saginaw, MI', 'Nuggets', '3400'),
new Player('Eduardo Najera', 'n', 'najered01.html', 'Meoqui, Mexico', 'Nuggets', '3437'),
new Player('J.R. Smith', 's', 'smithjr01.html', 'Freehold, NJ', 'Nuggets', '3835'),
new Player('Von Wafer', 'w', 'wafervo01.html', 'Homer, LA', 'Nuggets', '3965'),
new Player('Mike Wilks', 'w', 'wilksmi01.html', 'Milwaukee, WI', 'Nuggets', '3692'),
new Player('Marquis Daniels', 'd', 'daniema01.html', 'Jasper, FL', 'Pacers', '3764'),
new Player('Travis Diener', 'd', 'dienetr01.html', 'Fond du Lac, WI', 'Pacers', '3964'),
new Player('Mike Dunleavy', 'd', 'dunlemi02.html', 'Fort Worth, TX', 'Pacers', '3601'),
new Player('Ike Diogu', 'd', 'dioguik01.html', 'Buffalo, NY', 'Pacers', '3935'),
new Player('Jeff Foster', 'f', 'fosteje01.html', 'San Antonio, TX', 'Pacers', '3344'),
new Player('Danny Granger', 'g', 'grangda01.html', 'New Orleans, LA', 'Pacers', '3943'),
new Player('Stephen Graham', 'g', 'grahast01.html', 'Wilmington, DE', 'Pacers', '4012'),
new Player('David Harrison', 'h', 'harrida01.html', 'Nashville, TN', 'Pacers', '3846'),
new Player('Troy Murphy', 'm', 'murphtr01.html', 'Morristown, NJ', 'Pacers', '3524'),
new Player('Jermaine O\'Neal', 'o', 'onealje01.html', 'Columbia, SC', 'Pacers', '3120'),
new Player('Jamaal Tinsley', 't', 'tinslja01.html', 'Brooklyn, NY', 'Pacers', '3528'),
new Player('Shawne Williams', 'w', 'willish03.html', 'Memphis, TN', 'Pacers', '4145'),
new Player('Kareem Rush', '', '', 'Kansas City, MO', 'Pacers', '3618'),
new Player('Courtney Sims', '', '', 'Roslindale, MA', 'Pacers', '4369'),
new Player('Andre Owens', '', '', 'Indianapolis, IN', 'Pacers', '4048'),
new Player('Chauncey Billups', 'b', 'billuch01.html', 'Denver, CO', 'Pistons', '3174'),
new Player('Ronald Dupree', 'd', 'duprero01.html', 'Biloxi, MS', 'Pistons', '3788'),
new Player('Jarvis Hayes', 'h', 'hayesja01.html', 'Atlanta, GA', 'Pistons', '3713'),
new Player('Richard Hamilton', 'h', 'hamilri01.html', 'Coatesville, PA', 'Pistons', '3330'),
new Player('Lindsey Hunter', 'h', 'hunteli01.html', 'Utica, MS', 'Pistons', '1281'),
new Player('Amir Johnson', 'j', 'johnsam01.html', 'Los Angeles, CA', 'Pistons', '3982'),
new Player('Nazr Mohammed', 'm', 'mohamna01.html', 'Chicago, IL', 'Pistons', '3272'),
new Player('Ronald Murray', 'm', 'murraro01.html', 'Philadelphia, PA', 'Pistons', '3639'),
new Player('Jason Maxiell', 'm', 'maxieja01.html', 'Chicago, IL', 'Pistons', '3952'),
new Player('Antonio McDyess', 'm', 'mcdyean01.html', 'Quitman, MS', 'Pistons', '3004'),
new Player('Tayshaun Prince', 'p', 'princta01.html', 'Compton, CA', 'Pistons', '3621'),
new Player('Rasheed Wallace', 'w', 'wallara01.html', 'Philadelphia, PA', 'Pistons', '3006'),
new Player('Rodney Stuckey', '', '', 'Seattle, WA', 'Pistons', '4293'),
new Player('Arron Afflalo', '', '', 'Los Angeles, CA', 'Pistons', '4305'),
new Player('Cheick Samb', '', '', 'Dakar, Senegal', 'Pistons', '4178'),
new Player('Chris Bosh', 'b', 'boshch01.html', 'Dallas, TX', 'Raptors', '3707'),
new Player('Andrea Bargnani', 'b', 'bargnan01.html', 'Rome, Italy', 'Raptors', '4129'),
new Player('Maceo Baston', 'b', 'bastoma01.html', 'Corsicana, TX', 'Raptors', '3301'),
new Player('Jose Calderon', 'c', 'caldejo01.html', 'Villanueva de la Serena, Spain', 'Raptors', '3989'),
new Player('Juan Dixon', 'd', 'dixonju01.html', 'Baltimore, MD', 'Raptors', '3615'),
new Player('Carlos Delfino', 'd', 'delfica01.html', 'Santa Fe, Argentina', 'Raptors', '3728'),
new Player('T.J. Ford', 'f', 'fordtj01.html', 'Houston, TX', 'Raptors', '3711'),
new Player('Joey Graham', 'g', 'grahajo01.html', 'Wilmington, DE', 'Raptors', '3942'),
new Player('Jorge Garbajosa', 'g', 'garbajo01.html', 'Madrid, Spain', 'Raptors', '4196'),
new Player('Kris Humphries', 'h', 'humphkr01.html', 'Minneapolis, MN', 'Raptors', '3831'),
new Player('Jason Kapono', 'k', 'kaponja01.html', 'Long Beach, CA', 'Raptors', '3734'),
new Player('Darrick Martin', 'm', 'martida01.html', 'Denver, CO', 'Raptors', '2998'),
new Player('Rasho Nesterovic', 'n', 'nestera01.html', 'Ljubljana, Slovenia', 'Raptors', '3260'),
new Player('Anthony Parker', 'p', 'parkean01.html', 'Naperville, IL', 'Raptors', '3171'),
new Player('Jamario Moon', '', '', 'Goodwater, AL', 'Raptors', '4342'),
new Player('Rafer Alston', 'a', 'alstora01.html', 'New York, NY', 'Rockets', '3282'),
new Player('Shane Battier', 'b', 'battish01.html', 'Birmingham, MI', 'Rockets', '3516'),
new Player('Steve Francis', 'f', 'francst01.html', 'Silver Spring, MD', 'Rockets', '3325'),
new Player('Luther Head', 'h', 'headlu01.html', 'Chicago, IL', 'Rockets', '3950'),
new Player('Chuck Hayes', 'h', 'hayesch01.html', 'San Leandro, CA', 'Rockets', '4023'),
new Player('Mike James', 'j', 'jamesmi01.html', 'Copaigue, NY', 'Rockets', '3577'),
new Player('Yao Ming', 'm', 'mingya01.html', 'Shanghai, China', 'Rockets', '3599'),
new Player('Tracy McGrady', 'm', 'mcgratr01.html', 'Bartow, FL', 'Rockets', '3179'),
new Player('Dikembe Mutombo', 'm', 'mutomdi01.html', 'Kinshasa, Congo', 'Rockets', '425'),
new Player('Steve Novak', 'n', 'novakst01.html', 'Libertyville, IL', 'Rockets', '4160'),
new Player('Kirk Snyder', 's', 'snydeki01.html', 'Los Angeles, CA', 'Rockets', '3833'),
new Player('Bonzi Wells', 'w', 'wellsbo01.html', 'Muncie, IN', 'Rockets', '3254'),
new Player('Aaron Brooks', '', '', 'Seattle, WA', 'Rockets', '4304'),
new Player('Carl Landry', '', '', 'Milwaukee, WI', 'Rockets', '4309'),
new Player('Luis Scola', '', '', 'Buenos Aires, Argentina', 'Rockets', '3653'),
new Player('Nick Collison', 'c', 'collini01.html', 'Orange City, IA', 'Sonics', '3715'),
new Player('Mickael Gelabale', 'g', 'gelabmi01.html', 'Pointe Noire, France', 'Sonics', '3974'),
new Player('Johan Petro', 'p', 'petrojo01.html', 'Paris, France', 'Sonics', '3951'),
new Player('Luke Ridnour', 'r', 'ridnolu01.html', 'Coeur d\'Alene, ID', 'Sonics', '3717'),
new Player('Wally Szczerbiak', 's', 'szczewa02.html', 'Madrid, Spain', 'Sonics', '3329'),
new Player('Kurt Thomas', 't', 'thomaku01.html', 'Dallas, TX', 'Sonics', '3012'),
new Player('Delonte West', 'w', 'westde01.html', 'Washington, DC', 'Sonics', '3841'),
new Player('Chris Wilcox', 'w', 'wilcoch01.html', 'Raleigh, NC', 'Sonics', '3606'),
new Player('Damien Wilkins', 'w', 'wilkida02.html', 'Washington, NC', 'Sonics', '3900'),
new Player('Earl Watson', 'w', 'watsoea01.html', 'Kansas City, KS', 'Sonics', '3549'),
new Player('Robert Swift', '', '', 'Bakersfield, CA', 'Sonics', '3829'),
new Player('Jeff Green', '', '', 'Cheverly, MD', 'Sonics', '4247'),
new Player('Kevin Durant', '', '', 'Washington, DC', 'Sonics', '4244'),
new Player('Mouhamed Sene', '', '', 'Thies, Senegal', 'Sonics', '4138'),
new Player('Bruce Bowen', 'b', 'bowenbr01.html', 'Merced, CA', 'Spurs', '3167'),
new Player('Matt Bonner', 'b', 'bonnema01.html', 'Concord, NH', 'Spurs', '3748'),
new Player('Brent Barry', 'b', 'barrybr01.html', 'Hempstead, NY', 'Spurs', '3017'),
new Player('Tim Duncan', 'd', 'duncati01.html', 'St Croix, U.S. Virgin Islands', 'Spurs', '3173'),
new Player('Francisco Elson', 'e', 'elsonfr01.html', 'Rotterdam, Netherlands', 'Spurs', '3364'),
new Player('Michael Finley', 'f', 'finlemi01.html', 'Melrose Park, IL', 'Spurs', '3023'),
new Player('Manu Ginobili', 'g', 'ginobma01.html', 'Bahia Blanca, Argentina', 'Spurs', '3380'),
new Player('Robert Horry', 'h', 'horryro01.html', 'Andalusia, AL', 'Spurs', '830'),
new Player('Fabricio Oberto', 'o', 'obertfa01.html', 'Las Varillas, Argentina', 'Spurs', '3988'),
new Player('Tony Parker', 'p', 'parketo01.html', 'Bruges, Belgium', 'Spurs', '3527'),
new Player('Ime Udoka', 'u', 'udokaim01.html', 'Portland, OR', 'Spurs', '3501'),
new Player('Jacque Vaughn', 'v', 'vaughja01.html', 'Los Angeles, CA', 'Spurs', '3195'),
new Player('Darius Washington', '', '', 'Winter Park, FL', 'Spurs', '4205'),
new Player('Ian Mahinmi', '', '', 'Rouen, France', 'Spurs', '3954'),
new Player('Leandro Barbosa', 'b', 'barbole01.html', 'San Paulo, Brazil', 'Suns', '3731'),
new Player('Raja Bell', 'b', 'bellra01.html', 'St Croix, U.S. Virgin Islands', 'Suns', '3467'),
new Player('Marcus Banks', 'b', 'banksma01.html', 'Las Vegas, NV', 'Suns', '3716'),
new Player('Boris Diaw', 'd', 'diawbo01.html', 'Cormeille-en-Parisis, France', 'Suns', '3724'),
new Player('Grant Hill', 'h', 'hillgr01.html', 'Dallas, TX', 'Suns', '2626'),
new Player('Sean Marks', 'm', 'marksse01.html', 'Auckland, New Zealand', 'Suns', '3287'),
new Player('Shawn Marion', 'm', 'mariosh01.html', 'Chicago, IL', 'Suns', '3332'),
new Player('Steve Nash', 'n', 'nashst01.html', 'Johannesburg, South Africa', 'Suns', '3103'),
new Player('Eric Piatkowski', 'p', 'piatker01.html', 'Steubenville, OH', 'Suns', '2638'),
new Player('Brian Skinner', 's', 'skinnbr01.html', 'Temple, TX', 'Suns', '3265'),
new Player('Amare Stoudemire', 's', 'stoudam01.html', 'Lake Wells, FL', 'Suns', '3607'),
new Player('D.J. Strawberry', '', '', 'New York, NY', 'Suns', '4336'),
new Player('Alando Tucker', '', '', 'Lockport, IL', 'Suns', '4307'),
new Player('Greg Buckner', 'b', 'buckngr01.html', 'Hopkinsville, KY', 'Timberwolves', '3296'),
new Player('Michael Doleac', 'd', 'doleami01.html', 'San Antonio, TX', 'Timberwolves', '3255'),
new Player('Randy Foye', 'f', 'foyera01.html', 'Newark, NJ', 'Timberwolves', '4135'),
new Player('Ryan Gomes', 'g', 'gomesry01.html', 'Waterbury, CT', 'Timberwolves', '3976'),
new Player('Gerald Green', 'g', 'greenge01.html', 'Houston, TX', 'Timberwolves', '3944'),
new Player('Marko Jaric', 'j', 'jaricma01.html', 'Belgrade, Serbia', 'Timberwolves', '3429'),
new Player('Al Jefferson', 'j', 'jeffeal01.html', 'Monticello, MS', 'Timberwolves', '3832'),
new Player('Rashad McCants', 'm', 'mccanra01.html', 'Asheville, NC', 'Timberwolves', '3940'),
new Player('Mark Madsen', 'm', 'madsema01.html', 'Walnut Creek, CA', 'Timberwolves', '3428'),
new Player('Theo Ratliff', 'r', 'ratlith01.html', 'Demopolis, AL', 'Timberwolves', '3020'),
new Player('Craig Smith', 's', 'smithcr01.html', 'Inglewood, CA', 'Timberwolves', '4164'),
new Player('Sebastian Telfair', 't', 'telfase01.html', 'Brooklyn, NY', 'Timberwolves', '3830'),
new Player('Antoine Walker', 'w', 'walkean02.html', 'Chicago, IL', 'Timberwolves', '3112'),
new Player('Corey Brewer', '', '', 'Portland, TN', 'Timberwolves', '4285'),
new Player('Chris Richard', '', '', 'Lakeland, FL', 'Timberwolves', '4318'),
new Player('Kelenna Azubuike', 'a', 'azubuke01.html', 'London, United Kingdom', 'Warriors', '4030'),
new Player('Matt Barnes', 'b', 'barnema02.html', 'Santa Clara, CA', 'Warriors', '3643'),
new Player('Andris Biedrins', 'b', 'biedran01.html', 'Riga, Latvia', 'Warriors', '3828'),
new Player('Austin Croshere', 'c', 'croshau01.html', 'Los Angeles, CA', 'Warriors', '3182'),
new Player('Baron Davis', 'd', 'davisba01.html', 'Los Angeles, CA', 'Warriors', '3326'),
new Player('Monta Ellis', 'e', 'ellismo01.html', 'Jackson, MS', 'Warriors', '3966'),
new Player('Troy Hudson', 'h', 'hudsotr01.html', 'Carbondale, IL', 'Warriors', '3235'),
new Player('Stephen Jackson', 'j', 'jacksst02.html', 'Houston, TX', 'Warriors', '3210'),
new Player('Patrick O\'Bryant', 'o', 'obryapa01.html', 'Oskaloosa, IA', 'Warriors', '4137'),
new Player('Mickael Pietrus', 'p', 'pietrmi01.html', 'Guadeloupe', 'Warriors', '3714'),
new Player('Marco Belinelli', '', '', 'Bologna, Italy', 'Warriors', '4296'),
new Player('Al Harrington', '', '', 'Orange, NJ', 'Warriors', '3268'),
new Player('DJ Mbenga', '', '', 'Kinshasa, Congo', 'Warriors', '3877'),
new Player('Brandan Wright', '', '', 'Nashville, TN', 'Warriors', '4286'),
new Player('Kosta Perovic', '', '', 'Osijek, Croatia', 'Warriors', '4166'),
new Player('Gilbert Arenas', 'a', 'arenagi01.html', 'Tampa, FL', 'Wizards', '3540'),
new Player('Caron Butler', 'b', 'butleca01.html', 'Racine, WI', 'Wizards', '3608'),
new Player('Andray Blatche', 'b', 'blatcan01.html', 'Syracuse, NY', 'Wizards', '3975'),
new Player('Antonio Daniels', 'd', 'daniean01.html', 'Columbus, OH', 'Wizards', '3175'),
new Player('Brendan Haywood', 'h', 'haywobr01.html', 'New York, NY', 'Wizards', '3532'),
new Player('Antawn Jamison', 'j', 'jamisan01.html', 'Shreveport, LA', 'Wizards', '3247'),
new Player('Roger Mason', 'm', 'masonro01.html', 'Washington, DC', 'Wizards', '3628'),
new Player('DeShawn Stevenson', 's', 'stevede01.html', 'Fresno, CA', 'Wizards', '3422'),
new Player('Darius Songaila', 's', 'songada01.html', 'Marijampole, Lithuania', 'Wizards', '3647'),
new Player('Etan Thomas', 't', 'thomaet01.html', 'Harlem, NY', 'Wizards', '3411'),
new Player('Nick Young', '', '', 'Reseda, CA', 'Wizards', '4294'),
new Player('Dominic McGuire', '', '', 'San Diego, CA', 'Wizards', '4338'),
new Player('Oleksiy Pecherov', '', '', 'Donestk, Ukraine', 'Wizards', '4146')
];