jQuery.fn.createCnt = function(cntId) {
	return $(this).after($('<div></div>').hide()).click(function(){ $(this).next().load('cnt.php?c=' + cntId) });
}
