if (typeof jQuery != 'undefined') {
	jQuery(document).ready(function() {
		jQuery(".multiselectbox").jimMultiSelectBox();
	});
}