Niagara University Purple Eagle Athletics
(function(w,d,s,l,i){w[l]=w[l]||;w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-M23HQX8');
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){(i[r].q=i[r].q||).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)})(window,document,'script','//www.google-analytics.com/analytics.js','ga');ga('create', 'UA-22739659-10', 'auto', 'tracker0'); ga('tracker0.send', 'pageview', {'page': '/roster.aspx?path=mbball', title: document.title });
Skip Navigation Links
//
//
Niagara University Purple Eagle Athletics


2018-19 Men's Basketball Roster
table caption { position:absolute; left:-9999px; }
table.show_caption caption{ font-weight:bold; padding: 4px; position: relative; left:0 }
table.show_caption{margin-bottom: 20px;}
| # | Name | Yr. | Pos. | Ht. | Wt. | Hometown/Previous School | Major | |
|---|---|---|---|---|---|---|---|---|
| 0 | Chris Barton | Sr. | G | 6-3 | 199 | Pontiac, MI / Avondale High School | Business Management | |
| 1 | Dominik Fragala | R-Fr. | G | 6-0 | 145 | Chantilly, VA / John Champe High School | Academic Exploration | |
| 2 | Keleaf Tate | So. | G | 6-2 | 170 | Washington, DC / Cesar Chavez High School | Academic Exploration | |
| 4 | Raheem Solomon | Fr. | G | 6-2 | 175 | Hartford, CT / Sacred Heart High School | Sports Management | |
| 5 | James Towns | Jr. | G | 5-10 | 171 | Detroit, MI / Henry Ford High School | Sports Management | |
| 10 | Marcus Hammond | Fr. | G | 6-1 | 160 | Queens, NY / Cardozo High School | Academic Exploration | |
| 11 | Marvin Prochet | Sr. | F | 6-7 | 207 | Brooklyn, NY / Long Island Lutheran High School | Sports Management | |
| 14 | Ousmane Diop | Fr. | F | 6-10 | 215 | Dakar, Senegal / Perkiomen Prep School | Academic Exploration | |
| 15 | Greg Kuakumensah | So. | F | 6-6 | 200 | Worcester, MA / Cushing Academy | Accounting | |
| 21 | Kierell Green | R-So. | F | 6-7 | 177 | Washington, DC / Integrated Design & Electronics Academy | Sports Management | |
| 24 | Greg King | R-Sr. | F | 6-7 | 238 | Atlanta, GA / Eastern Kentucky University | Sport Management | |
| 25 | Justin Roberts | Jr. | G | 5-10 | 187 | Lawrence, KS / Toledo | Communication Studies | |
| 32 | Dominic Robb | Sr. | F | 6-8 | 226 | Pittsburgh, PA / Hun School of Princeton | Business Management | |
| 33 | Steven Levnaic | Fr. | G | 6-2 | 180 | Hamilton, ON / RISE Centre Academy | Sports Management |
Coaching Staff
| Image | Name | Title |
|---|---|---|
Chris Casey | Head Coach | |
Marc Rybczyk | Assistant Coach | |
Kareem Brown | Assistant Coach | |
Fred Dupree | Assistant Coach | |
Tavares Campbell | Director of Basketball Operations | |
Matt Burke | Assistant Director of Basketball Operations |
$(function () {
$('input[id*="ddlPastrosters_go"]').click(function (evt) {
evt.preventDefault();
var roster_id = $('select[id*="_ddlPastRosters"] option:selected').val();
var path;
$.each(window.location.search.replace("?", "").split("&"), function (idx, value) {
if (value.indexOf('path') === 0)
path = value.split("=")[1];
});
window.open('/roster.aspx?roster=' + roster_id + (path ? '&path=' + path : ''), '_top');
});
create_sorting_on_grid($("#ctl00_cplhMainContent_dgrdRoster"));
create_sorting_on_grid($("#ctl00_cplhMainContent_dgrdRoster_M"));
create_sorting_on_grid($("#ctl00_cplhMainContent_dgrdRoster_F"));
create_sorting_on_grid($("#ctl00_cplhMainContent_dgrdRoster_"));
$('table.show_caption caption').addClass('default_dgrd_header').addClass('roster_dgrd_header');
function create_sorting_on_grid($grid){
var $headerRow = $grid.find("tr:first").remove(),
$bodyRows = $grid.find("tr").remove(),
$caption = $grid.find("caption").remove();
$grid.children().remove();
$caption.appendTo($grid);
$("").append($headerRow).appendTo($grid).css("cursor", "pointer");
$("").append($bodyRows).appendTo($grid);
var rowClasses = ["default_dgrd_item roster_dgrd_item", "default_dgrd_alt roster_dgrd_alt"];
var headers = {};
$headerRow.children().each(function (i, th) {
if ($(th).hasClass("roster_dgrd_header_full_name")) {
headers[i] = { sorter: "full name" };
} else if ($(th).hasClass("roster_dgrd_header_player_hometown")) {
headers[i] = { sorter: "hometown" };
} else if ($(th).hasClass("roster_dgrd_header_hometownhighschool")) {
headers[i] = { sorter: "hometown_highschool" };
} else if ($(th).hasClass("roster_dgrd_header_image_combined_path")) {
headers[i] = { sorter: false };
}
});
$grid.tablesorter({
textExtraction: fullNameTextExtraction,
headers: headers,
cssHeader: "tablesorter-header",
cssDesc: "tablesorter-headerSortDesc",
cssAsc: "tablesorter-headerSortAsc"
});
$grid
.bind("sortStart", function () {
$grid.find("tbody tr").attr("class", rowClasses[0]);
})
.bind("sortEnd", function () {
$grid.find("tbody tr").each(function (i, row) {
$(row).attr("class", rowClasses[i % 2]);
});
});
}
});
var fullNameTextExtraction = function(node)
{
var to_return;
if($(node).find('a').length>0){
if($(node).find('a').attr('href').indexOf('/roster.aspx?rp_id=')>-1)
to_return=$(node).find('a').html();
else
to_return=$(node).text();
}else
to_return=$(node).text();
return to_return;
}
Privacy Policy Terms of ServiceVideo Platform powered by CBS Sports Digital
if (window.top != window.self) { window.top.location = window.self.location;}window.accessibility_focus_outline_style = 'solid'; window.accessibility_focus_outline_color = '#00FFFF'; window.accessibility_focus_outline_width = '5px';addLoadEvent(count_ad_master);fkey = '8b4c4690a9c47442446'count_ad(88);launch_ads ('Social1',true,8000)count_ad(89);launch_ads ('Social2',true,8000)count_ad(90);launch_ads ('Social3',true,8000)count_ad(91);launch_ads ('Social4',true,8000)count_ad(92);launch_ads ('Social5',true,8000)count_ad(93);launch_ads ('Social6',true,8000)count_ad(100);launch_ads ('Sponsor1',true,8000)count_ad(99);launch_ads ('Sponsor2',true,8000)count_ad(102);launch_ads ('Sponsor3',true,8000)count_ad(125);launch_ads ('Sponsor4',true,8000)count_ad(112);launch_ads ('Sponsor5',true,8000)count_ad(123);launch_ads ('Sponsor6',true,8000)count_ad(117);launch_ads ('Sponsor7',true,8000)count_ad(137);launch_ads ('Sponsor9',true,8000)count_ad(135);launch_ads ('Sponsor12',true,8000)count_ad(127);launch_ads ('Sponsor13',true,8000)count_ad(128);launch_ads ('Sponsor14',true,8000)count_ad(132);launch_ads ('Sponsor15',true,8000)count_ad(133);launch_ads ('Sponsor16',true,8000)count_ad(138);launch_ads ('Sponsor17',true,8000)count_ad(147);launch_ads ('Sponsor18',true,8000)count_ad(153);launch_ads ('Sponsor19',true,8000)count_ad(149);launch_ads ('Sponsor20',true,8000)count_ad(150);launch_ads ('Sponsor21',true,8000)count_ad(103);launch_ads ('Footer1',true,8000)count_ad(104);launch_ads ('Footer2',true,8000)count_ad(105);launch_ads ('Footer3',true,8000)count_ad(148);launch_ads ('Nav3',true,8000)
$(document).ready(function(){
$("#nav_ad_sports").appendTo(".topnav_sports > div > ul:first-child");
$("#nav_ad_athletics").appendTo(".topnav_athletics > div > ul:first-child");
$("#nav_ad_tickets").appendTo(".topnav_tickets > div > ul:first-child");
$("#nav_ad_club").appendTo(".topnav_club > div > ul:first-child");
$("#nav_ad_recruits").appendTo(".topnav_recruits > div > ul:first-child");
$("#search_btn").click(function(){
$("#search").slideToggle();
});
});
$(window).load(function(){
$('#sponsors_carousel').overflow({
appendButtonsAfterCarousel:true,
scrollDirection: "horizontal",
inlineBlockChildren: true
});
});
!function(f, b, e, v, n, t, s){if(f.fbq)return;n=f.fbq=function(){n.callMethod? n.callMethod.apply(n, arguments):n.queue.push(arguments)};if(!f._fbq)f._fbq=n; n.push=n;n.loaded=!0;n.version='2.0';n.queue=;t=b.createElement(e);t.async=!0; t.src=v;s=b.getElementsByTagName(e)[0];s.parentNode.insertBefore(t, s)}(window, document, 'script', 'https://connect.facebook.net/en_US/fbevents.js'); fbq('init', '2147828838812823'); fbq('track', "PageView");
var _gaq = _gaq || ;
_gaq.push(['_setAccount', 'UA-22739659-10']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
var axel = Math.random() + "";
var a = axel * 10000000000000;
document.write('');
var axel = Math.random() + "";
var a = axel * 10000000000000;
document.write('');
var axel = Math.random() + "";
var a = axel * 10000000000000;
document.write('');
var axel = Math.random() + "";
var a = axel * 10000000000000;
document.write('');

















Facebook
Twitter
Youtube
Instagram
Tickets
Loud Speaker