$(document).ready(function(){
	$(".group:last").children(".backToTop").remove()
	.end()
	.css("background","transparent");
	$("#sppSearchTerm").change(function(){
		window.location = "/spp/search-results.asp?industry_id=" + $(this).val();
	});
});
