	jQuery(function($){
		$("#commentForm").validate();
		
		$('#selectme2').dependent({ parent:'selectme', group: 'selectable' });
	});