Mancano le parentesi tonde
codice:
document.observe('dom:loaded', function() {
        subcategorySelected();
	$('change_subcategory_id').observe('change', subcategorySelected);
});