$(document).ready(function() {

	$("INPUT[name=mailing_list_email]").watermark("enter your e-mail address here...");

});