if (jQuery){(function($){
$(document).ready(function(){
	
	$('#email-input').watermark('example@email.com');
	
});
})(jQuery);}
