(function($)
{
	$.enableB = function()
	{
		$('#btn').removeClass("gogrey");
		$('#btn').addClass("go");
		$('#btn').unbind('mouseover');
		$('#btn').unbind('mouseleave');
	};
})(jQuery);
