jQuery(document).ready(function(){
	jQuery("input[name=subscription-email]").attr("placeholder", "Enter Email Address");
});