function init() {
	Element.hide($('cbot').parentNode);
	$('cbot').value = 'ne nejsem!';
}
Event.observe(window, 'load', init, false);
