$(document).ready(function() {
	if ($('#measure').length) {
		mpmetrics.track('crp', $('#measure').serialize());
	}
});
