Skip to the content
Kim Storm
Professor Nursing/LPN
- Email
- kstorm@kaskaskia.edu
- Phone
- 618-545-3332
- Location
- Main Campus
- Office
- Nursing, N 118
We can help you take the first step
/*Campus Alerts*/
var alertMessage = $(".SmartBoard_Message").html();
$("#alert-notification .detail").html(alertMessage).promise().done(function(){
$("#alert-notification").slideDown();
});