$(document).ready(function(){
	$(".row:last").css("background","transparent");
	if(editMode){
		$("a:has(img)").removeAttr("href");
	};
		$("#sppSearchTerm").change(function(){
		window.location = "/spp/search-results.asp?industry_id=" + $(this).val();
	});
});