// JavaScript Document
	function printEmail()
	{
	var email = "biuro" + "@" + "pielegnacja-obuwia" + "." + "pl";
	document.write(email)
	}
	
	
	function printEmail2()
	{
	var email = "sklep" + "@" + "e-jurand" + "." + "pl";
	document.write(email)
	}
	
	function printEmail3()
	{
	var email = "sklep" + "@" + "butyplus" + "." + "pl";
	document.write(email)
	}
