<!-- ***************************************************************** -->
<!--                                                                   -->
<!-- IBM Confidential                                                  -->
<!--                                                                   -->
<!-- OCO Source Materials                                              -->
<!--                                                                   -->
<!-- (C) Copyright IBM Corp. 2008		                               -->
<!--                                                                   -->
<!-- The source code for this program is not published or otherwise    -->
<!-- divested of its trade secrets, irrespective of what has been      -->
<!-- deposited with the U.S. Copyright Office.                         -->
<!--                                                                   -->
<!-- ***************************************************************** -->














var RatingStar = 'Stars';
var RatingRecommand = 'Recommend this entry';
var RatingRecommandComment = 'Recommend this comment';
var RatingRecommendation = 'Recommendations';
var RatingRecommentedBy = 'Recommended by:';
var RatingClickToRate = 'Click the + beside the star icon to recommend this.';
var RatingRated = 'You have recommended this entry.';
var RatingLoginToRate = 'Log in to recommend this entry.';

var user = {
  "auth":false,
  "fn": "", 
  "email": "",
  "edit": "",
  "rated": false
};