$(function(){
	$("#edit-news input.ulozit").bind("click", function(){
//		window.alert($("#edit-news textarea.text").val());
	})
})