jQuery.noConflict()
	jQuery(document).ready(function() {

		jQuery('.e-news .showbutt').click(function(){
			 jQuery('.subscription-box input#cc_firstname').toggle(300);
			 jQuery('.subscription-box input#cc_lastname').toggle(300)
			 jQuery('.subscription-box input[name=constant-contact-signup-submit]').show(0);
			 jQuery('.showbutt').hide(0);
		});

	});
