/**
 * --------------------------------------------------------------------
 * jQuery-Plugin "ispCore"
 * Version: 1.1, 11.09.2007
 *
 * International Studies and Programs
 * Michigan State University
 *
 * http://www.sitepoint.com/blogs/2009/07/22/how-to-develop-a-jquery-plugin/
 */

(function($) {
    $.fn.ispCore = function()  {
        
    };
})(jQuery);
