featured-image

Prospect Profile: Sam Dekker

Take a look at the Wisconsin standout who helped lead his team to victory in the National Championship game.

var heightInFeet = "6"; var heightInches = "9"; var weight = "229lbs"; var birthdate = "5/8/1994"; var school = "Wisconsin"; var position = "SF"; var ppg = "13.9"; var rpg = "5.5"; var apg = "1.2"; var bpg = ".525"; var nbaComp = "Gordon Hayward";

var quote1 = ""The biggest question on every NBA scouts mind is his jump shot. Dekker with an elite jump shot is a top-10 pick. Without it, he's more of a mid-first round guy." - Chad Ford, ESPN Insider"; var quote2 = ""I see mself playing 2, 3 and 4. I have the ability to get up and down and run like a guard and handle the ball. I like playing the wing and I like playing the 4." - Sam Dekker to Paul Coro, azcentral.com";

var facebookLink = "https://www.facebook.com/sam.dekker?fref=ts"; var twitterLink = "https://www.twitter.com/dekker";

$('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"); } );