function a(url,text) {
	document.write('<a href="'+url+'">'+text+'</a>')
	}

function odd() {
	document.write(' - ')
	}

a('../index.html','Domů')
