featured-image

Prospect Profile: Frank Kaminsky

Take a look at the Big Ten Player of the Year that led Wisconsin to the National Championship game.

var heightInFeet = "7"; var heightInches = "0"; var weight = "242lbs"; var birthdate = "4/4/1993"; var school = "Wisconsin"; var position = "PF"; var ppg = "18.8"; var rpg = "8.2"; var apg = "2.6"; var bpg = "1.5"; var nbaComp = "Sean Marks";

var quote1 = ""Kaminsky has a handful of teams that have him ranked in the top 10 and a handful of teams that believe he's peaked at Wisconsin and have him in the 20s." - Chad Ford, ESPN Insider"; var quote2 = ""I'd love to play for a more uptempo team. I know the college game is now shortening the shot clock, which I was a big proponent of." - Frank Kaminsky to SIRIUS XM NBA Radio";

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

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