// Settings plugin
jQuery.Settings = {
  get: function(element, category, key)
  {
 	return  jQuery.data(element,category)[key];
  }
};


 
