/**
 * jquery Sitecore compatibility script:
 * Using jquery with e.g. Sitecore preview and Sitecore webforms
 * causes javascript errors.
 *
 * The solution is the var below and then
 * replacing jquery "$" calls with "$jQuery".
 *
 * This script must be included right after the ordinary jquery scripts.
 **/
var $jQuery = jQuery.noConflict();
