function log2(s) {
	//alert("sendlog "+s);
	$.post("log.php",{ log:1, text: s},function(data){
	});
}

