var comments = {
	'#comment_submit' : function(element) {
		element.onclick = function(){
			setTimeout('$("comment_submit").disabled = true',100);
		}
	}
};

Behaviour.register(comments);