/**
 *  File:   Javascript Document
 *  Site:   www.freeportautosales.com
 */
	$(function(){	
		// table sorter
		//$("table")
		//.tablesorter({widthFixed: true, widgets: ['zebra'], headers: {5:{sorter: false}} })
		//.tablesorterPager({container: $("#pager")});

		//datatable
		if ($("#myTable").length > 0){
			oTable = $('#myTable').dataTable({
				"bJQueryUI": true,
				"sPaginationType": "full_numbers",
				"bLengthChange": false,
				"iDisplayLength": 10,
				"bAutoWidth": true,
				"aoColumnDefs": [ { "bSortable": false, "aTargets": [ 5 ] }] 
			});

		} // end of certificates table



		$('a.lightbox').lightBox();
	});
	




