$(document).ready(function(){
	$("#textData").focus(function() { if ($(this).attr("value") == "Type your message here") { $(this).attr("value",""); } });
});