/*
 * Compatibility Plugin for jQuery 1.3.2+
 */

(function(jQuery) {
	jQuery.ajaxSettings.traditional = true;
})(jQuery);

