(function($) {
  $.extend({
    //$.vestico();
	  vestico: function() {
		  alert('this is vestico');
	  }
  })
})(jQuery);
