var J = jQuery.noConflict();

J(document).ready(function(){
		if (J('.wpcf7').length > 0) {
		J('div.wpcf7-response-output').replaceWith('');
		J('.wpcf7').prepend('<div class="wpcf7-response-output wpcf7-display-none"></div>');
	};
});

