$(document).ready(page_start);

function page_start()
{
	$('#vehicle_inventory').dataTable
	(
	);
}