');
} else {
$('#' + obj_div).html('
');
}
} );
}
function share(obj_type, obj_id, obj_div) {
$.get('/ajax/share', { 'obj_type': obj_type, 'obj_id': obj_id }, function(data) {
if (data == 1) {
$('#' + obj_div).html('
');
} else {
$('#' + obj_div).html('
');
}
} );
}