/*
Copyright (c) 2007, Ilikethis! Inc. All rights reserved.
Code licensed under the BSD License
version: 1.0.0
*/

function skryjAntispam(){
	if (document.getElementById('antispamovaPotvoraOF') != null) {
		document.getElementById('antispamovaPotvoraOF').value = Math.round((Math.PI + 0.5) * Math.round((Math.SQRT2 * Math.SQRT2)));
		document.getElementById('antispamovaPotvoraOF').style.display = "none";
	}
}
