$(document).ready(function() {
	// Do not edit the following function calls:

	// DEFAULT FUNCTION CALLS HERE
	
	// Call your functions here:
	
// jquery tabs call to function
	
	 $("#job-tabs > ul").tabs();
	 

		
});
  
