window.addEvent('domready', function(){
	postcomment = new FormCheck('formular', {
		display : {
      errorsLocation : 1,
			indicateErrors : 2,
      keepFocusOnError : 1,
      closeTipsButton : 1,
      showErrors : 1
		}
	})
});

