function foo()
{
	var today = new Date();
	document.forms.contact.a.value=21386; //today.getDay()+today.getMonth()+today.getYear();
}

function goToMainPage()
{
	window.location = "index.php"
}

// funkcja generuje adres mailowy 
function gE()
{
	var str = "<a href=\"mailto:info@grandel.pl\" class=\"emailLink\">info@grandel.pl</a>"
	document.write(str);
}
