featured-image

Prospect Profile: Willie Cauley-Stein

Take a look at the big and fiery Kentucky junior.

var heightInFeet = "7"; var heightInches = "0"; var weight = "244lbs"; var birthdate = "8/18/1993"; var school = "Kentucky"; var position = "C"; var ppg = "8.9"; var rpg = "6.4"; var apg = "1.0"; var bpg = "1.7"; var nbaComp = "Chris Andersen";

var quote1 = ""Numerous GMs said it will be interviews, psych tests and background checks that will determine where he goes." - Chad Ford, ESPN Insider"; var quote2 = ""My life revolves around the ball. At the University of Kentucky, you have one hour or maybe two hours to yourself to do something. I was sleeping during those hours." - Willie Cauley-Stein to Mark Medina, LA Daily News";

var facebookLink = ""; var twitterLink = "https://www.twitter.com/THEwillieCS15";

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