﻿/// <reference path="../jquery-1.3.2-vsdoc.js" />
/// <reference path="../dsbo.js" />

/*
	Updates to this file must be run through the compressor at:
	http://javascriptcompressor.com/
	save output to organization.min.js
*/

/*global $, jQuery */

jQuery.Namespace.Register('jQuery.DSBO.Resources');

(function($) {
	$('#organizationSearchForm').find('#organizationCategories').change(function(e) {
		location.href = $(this).val();
	});
})(jQuery);
