featured-image

Prospect Profile: Satnam Singh

Take a look at the prospect big man out of India.

var heightInFeet = "7"; var heightInches = "2"; var weight = "290lbs"; var birthdate = "12/10/1995"; var school = "Chawke, India"; var position = "C"; var ppg = "9.2"; var rpg = "8.4"; var apg = "N/A"; var bpg = "2.2"; var nbaComp = "Yao Ming";

var quote1 = ""I’ve been in the league and know how guys like Satnam are looked upon. He has size, strength and touch. He has good hands and can run the floor. Those are the types of things that NBA teams value." - Kenny Natt to Pete Thamel, SI.com"; var quote2 = ""I’m excited for a possible future in the NBA, and I know it would be good for India." - Bhamara to Thamel, SI.com";

var facebookLink = "https://www.facebook.com/satnamsingh15"; var twitterLink = "https://www.twitter.com/satnamsingh1521";

$('td#height').html(heightInFeet + "'" + heightInches + """); $('td#weight').html(weight); $('td#birthdate').html(birthdate); $('td#school').html(school); $('td#position').html(position); $('td#ppg').html(ppg); $('td#rpg').html(rpg); $('td#apg').html(apg); $('td#bpg').html(bpg); $('td#nbaComp').html(nbaComp);

$('li#quote1').html(quote1); $('li#quote2').html(quote2);

$('a#twitterLink').attr( "href", twitterLink); $('a#facebookLink').attr( "href", facebookLink);

$('img#twitter').mouseover(function () { $( 'img#twitter' ).attr("src","https://i.cdn.turner.com/drp/nba/kings/sites/default/files/tw-block-p.jpg"); }).mouseout(function(){ $( 'img#twitter' ).attr("src","https://i.cdn.turner.com/drp/nba/kings/sites/default/files/tw-block-w2_0.jpg"); } );

$('img#facebook').mouseover(function () { $( 'img#facebook' ).attr("src","https://i.cdn.turner.com/drp/nba/kings/sites/default/files/facebook-p.jpg"); }).mouseout(function(){ $( 'img#facebook' ).attr("src","https://i.cdn.turner.com/drp/nba/kings/sites/default/files/f-block-w.jpg"); } );