function setExampleStyleSyntaxPreference (exampleStyle) {
  $.cookie("compass-example-style", null);
  $.cookie("compass-example-style", exampleStyle, { expires: 60 * 60 * 24 * 365 * 10, path: '/' });
}