;(function($){
	$.extend({
		AbestInstitucional: function(options) {
			return {
				init: function(options) {
					settings = jQuery.extend({
						lang: options.lang
					}, options);
						
					return this;
				},

				
				// Imagens da Home
				// -----------------------------------------------------------------
				CarregarTab: function(p) {
					return false;					
				},// end : CarregarTab



				um: function() { 
					alert('um ' + settings.name )
				},

        dois: function() {
					alert('dois ' + settings.id)
				}

			};
		}()
	});
})(jQuery);
