$(document).ready(function() {
//code here


	$("#comment").focus(function(){
		$("#milhercav").fadeIn(1000);
	})
	$("#comment").blur(function(){
		$("#milhercav").fadeOut(1000);
	})
//end code
});
