(function($){
    /*
    * Here we set the name of the "class" in the Spendgo namespace
    */
    var className = 'GuideOverlay';

    PS[className] = function() {

    };
	
    var p = PS[className].prototype; //Just saves future typing
    $.extend(p, PS.Overlay, PS.Elements); //Multiple Inheritance
	
})(jQuery);

