function a(url,text) {
	document.write('<a href="'+url+'">'+text+'</a>')
	}

function odd() {
	document.write(' - ')
	}

a('http://mixtura.varhany.org/index.html','Mixtura')
