Behaviour.register({
	'#Form_CompareForm input' : {
		initialize: function() {
			this.checked = false;
		}
	}
})
