//document.domain = "dietandfitnessresources.co.uk";
function ratingsDisplayed(totalReviewsCount, avgRating, ratingsOnlyReviewCount, buyAgainPercentage, productID) {
  if (totalReviewsCount>0) {
    document.getElementById("BVReviewsContainer").style.display = "block";
  }
  // Other custom items leveraging these values.
}