jQuery.noConflict(); var $j = jQuery;
	
	$j(document).ready(function() {
	$j("#subscribe").validationAideEnable();
	
});