$(document).ready(function($) {
		/* facebook */
		$("#facebook").append('<fb:like-box href="http://www.facebook.com/#!/pages/Agentura-CHATA/178246222584" width="200" show_faces="true" stream="true" header="true"></fb:like-box>');

		/* nospam */
		$('input[name=nospam]').attr('value', 'nospam');
		$('input[name=nospam]').hide();
		$('label[for=frmobjednavkaForm-nospam]').hide();

		/* vzkazy */
		$('input[name=mail]').focus(function() { this.value = '' } );
		$('input[name=objekt]').focus(function() { this.value = '' } );
		$('textarea[name=vzkaz]').focus(function() { this.value = '' } );
})

