jQuery.fn.starsSelector = function (options)
{
    this.each(function () {
        //$(this).hide();
    });
}

