/*
$(document).ready(
    function(){
		$(".post-ratings").addClass("javascriptenabled");
    }
);
*/