(function ($) {

    /*$.fn.storeActualHeight = function () {

        return this.each(function () {

        	//$(this).height($(this).height());
        	$(this)[0]._actualHeight = $(this).height();

        });

    };
    
    $.fn.actualHeight = function () {

        return this[0]._actualHeight;
    };*/

})(jQuery);
