featured-image

Prospect Profile: Corey Hawkins

Take a look at the UC Davis product that helped lead his team to a Big West regular season championship and was an Associated Press honorable mention All-American.

var heightInFeet = "6"; var heightInches = "2"; var weight = "192lbs"; var birthdate = "8/10/1991"; var school = "UC Davis"; var position = "SG"; var ppg = "20.9"; var rpg = "4.9"; var apg = "3.4"; var bpg = ".488"; var nbaComp = "N/A";

var quote1 = ""Terry Rozier and Corey Hawkins likely didn't measure as tall as they would have liked, but their 6-8 wingspans will help to make up for that. Both are potential microwave scorers off the bench that might be able to annoy 2-guards with pure energy defensively." - Sam Vecenie, CBS Sports"; var quote2 = ""He's one of the most efficient big-time scorers I've ever been around." - UC Davis Head Coach Jim Les";

var facebookLink = "https://www.facebook.com/corey.hawkins.7?fref=ts"; var twitterLink = "https://twitter.com/corey_hawkins03";

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