jQuery(document).ready(function($) {
$('#hmenu_177 a.active').focus();
$('body').delegate('a[cdata]','click',function() {
var tarr=$(this).attr('cdata').split(',');
$.post('/lib/update_read_count.php',{'user_sn':tarr[0], 'org_id':tarr[1]});
});
$('img').bind('contextmenu', function(e){
return false;
});
});