imedia,
function print_news(news,id){
$('#form').append('<form id="form_'+id+'" action="javascript:void(null);" onsubmit="" method="post"> <input id="news_date" type="text" onfocus="this.value=\'\'" name="date" class="tcal" value="'+news.date+'" /> </form>');
f_tcalInit();
}
функция f_tcalInit должна быть в зоне видимости print_news