  $(document).ready(function() { 
    $("table") 
    .tablesorter( {sortList: [[0,1]], widgets: ['zebra']} ) 
    .tablesorterPager({container: $("#pager"),positionFixed: false});
		$("a#contact").fancybox({
		'hideOnContentClick': false,
		'showCloseButton': false,
		'titleShow': false,
		'padding': 0,
		'overlayOpacity': 0.4,
		'scrolling': 'no'
	});
	$("a#share_ie").fancybox({
		'titleShow': false,
		'overlayOpacity': 0.7,
		'padding': 2
	});
	$("#share").tooltip({ effect: 'slide', tip: '.tooltipsmall'});
  }); 
