$(document).ready(function(){
	$("#sppSearchTerm").change(function(){
		window.location = "/spp/search-results.asp?industry_id=" + $(this).val();
	});
/*
	$("#sppDownloadTerm").change(function(){
		window.location = "/pdf/spp.pdf.asp?industry_id=" + $(this).val();
	});
*/	
});