jQuery(document).ready(function() {							
	jQuery('#d_datatable').dataTable({"bSort": true, "aaSorting": [], "iDisplayLength": 50});
});

