$(document).ready(function() {
	// label text inputs with labelify plugin
	$("#subscribe input:text").labelify();
});
