function clearMe(obj) {

	if ($(obj).val() == 'e.g. chicken + peas') {
		$(obj).val('')
		.css('color','#000000');
	}
}