$(document).ready(function () {
	$(".footer_info a").mouseover(function () {
		$(this).parent().attr("class", 'footer_info2 footer_info');
	});

	$(".footer_info a").mouseout(function () {
		$(this).parent().attr("class", "footer_info");
	});
});

function eam(przed, po)
{
	document.write('<a href=\"mailto:'+przed+'@'+po+'\">');
	document.write(przed+'@'+po+'<\/a>');
}
