google-site-verification: google8f71c70141f0ed67.html
    
  
  
    
    
    RW.init("someuseruniqueidsomeuseruniqueid");
/* 
 * Example text output:
 * Average Rate: 3.33 / Votes: 5
 * Average Rate: 5 / Votes: 200
 */
RW.initRating(36, {
   type: RW.TYPE.STAR, 
   style: "oxygen", 
   label: {
      text: {
         star: {
            rated: "Average Rate: {{rating.avg_rate}} / Votes: {{rating.votes}}"
         }
      }
   }
});
RW.render();