function a(url,text) {
	document.write('<a href="'+url+'">'+text+'</a>')
	}

a('http://www.varhany.org/','Varhaníci on-line')
