featured-image

Prospect Profile: Justise Winslow

Take a look at the Duke freshman who helped lead his team to the 2015 National Championship.

var heightInFeet = "6"; var heightInches = "7"; var weight = "229lbs"; var birthdate = "3/26/1996"; var school = "Duke"; var position = "SF"; var ppg = "12.6"; var rpg = "6.5"; var apg = "2.1"; var bpg = "1.3"; var nbaComp = "James Harden";

var quote1 = ""He was an amazing factor for our success in winning the national championship." - Mike Krzyzewski"; var quote2 = ""I try to pick up different things. I like James Harden, his game. But I'm just trying to be the best that I can be." - Justise Winslow to Keith Pompey, Philly.com";

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

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