jQuery(document).ready(function () {
	jQuery('.comdel').click(function () {
		var id = (this.id).substring(13);
		$('#comText'+id).load(host+'ajax.php?act=delComment&id='+id);

		
	});
});
