
window.onload = function()
{
	if ( document.getElementById("callbackButton") )
	{
		document.getElementById("callbackButton").onclick = function() {
			document.location.href = "index.php?site=kontakt";
		};
	}
}
