function show(id) {
    $.get('/ajax.php?act=show&id='+id, function(date) {
		alert(date)
	});
	return false;
}