(function() {
	$(document).ready(function() {
		prepareOnLoad();
		$('#tabs').tabs("select",2);
		
		setTimeout(function() {
			$.getJSON("include/shared/json/driver_record/index.json", function(json){
			  console.log(json);
			});
		
		},1)
		
		
		
		
	});
})()
