function emailto() {
	var dom = 'abyss-arts';
	var from = '';
	var nam = 'july';
	var subject = 'Abyss Arts BG web site';
	var tld = 'com';
	var add = '';

	location='mai'+'lto:'+from+nam+'@'+dom+'.'+tld+add+'?subject='+subject
}

<!--
     if (top.location != location) top.location.href = location.href;
//-->