zRating = {};
zRating.constructor = function(score){
    alert("score is " + score);
}


