if (typeof HSP == "undefined") HSP = new Object();
if (typeof HSP.educators == "undefined") HSP.educators = new Object();

HSP.init_educators = function ()
{
	console.log("HSP.init_educators()");	
}
