
	$(function() {
		// Function for Links SEO
		function ct(obj) {
			obj.target = '_blank';
		}
		
		// other settings
		$("#nav").load('tpl/load_nav.html');
		$(".job").load('tpl/load_job.html');
		$(".footer").load('tpl/load_footer.html');
		
	});

