featured-image

Prospect Profile: Stanley Johnson

Take a look at the Arizona standout in this draft class.

var heightInFeet = "6"; var heightInches = "7"; var weight = "242lbs"; var birthdate = "5/29/1996"; var school = "Arizona"; var position = "SF"; var ppg = "13.8"; var rpg = "6.5"; var apg = "1.7"; var bpg = ".446"; var nbaComp = "Kawhi Leonard";

var quote1 = ""I can guard fours. I can guard Draymond Green. I can guard Kawhi Leonard. I can guard Mike Conley — I can stay with him at least. You guard people in stints, I can definitely stint the minutes for sure." - Stanley Johnson to Eric Pincus, Basketballinsiders.com"; var quote2 = ""Anytime a guy can guard four different positions, especially for a defensive minded team, he can be a big asset." - Andy Erk, indycornrows.com";

var facebookLink = "https://www.facebook.com/stanley.johnson.773?fref=ts"; var twitterLink = "https://www.twitter.com/iAmSJ";

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