//http://betterplaced.nlinter.co.uk/getjobtype/?disid=4


			$(document).ready(function() {

			$("#discipline").change(function() {

			var id = $("#discipline option:selected").val();
					//	

			
			$("#jobtype").load("/getjobtype/?disid=" + id); 
			
			
											 });
											 
											 
			$("#locations").change(function() {

			var id = $("#locations option:selected").val();
					//	

			
			$("#regions").load("/getlocations/?locid=" + id); 
			
			
											 });
									   });
