function write_mail(){
	var emailE=('gallery_bogoridi@' + 'abv.bg');
	document.write('<a href="mailto:' + emailE + '">' + emailE + '</a>');
}
