jQuery.fn.rating = function(options) { return this.each(function() { new rating(this,options); }); };