Event.observe(window, 'load', init);
function init() {
	observe_lock_comments();
	observe_post_comment();
	update_comments();
}