var dropdown = document.getElementById("cat");

dropdown.onchange = function(){
	//alert("hey there");	
}
