featured-image

Prospect Profile: Cameron Payne

Take a look at the Murray State standout working his way up the Draft.

var heightInFeet = "6"; var heightInches = "2"; var weight = "180lbs"; var birthdate = "8/8/1994"; var school = "Murray State"; var position = "G"; var ppg = "20.2"; var rpg = "3.7"; var apg = "6.0"; var bpg = "1.9"; var nbaComp = "George Hill";

var quote1 = ""Payne and Jones have a lot of similarities as pass-first floor generals who play the game with a high basketball IQ but still can put the ball in the basket. The difference is that Payne is taller and a better athlete than Jones, two major sticking points with NBA scouts." - Chad Ford, ESPN Insider"; var quote2 = ""Definitely puts me in an underdog position (coming from Murray State). I definitely play with a chip on my shoulder because I'm in a mid-major. I got overlooked." - Payne to Jerry Tipton, kentucky.com";

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

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