﻿function emailto() {
	var dom = 'corporate-events';
	var from = '';
	var nam = 'office';
	var subject = 'Corporate Events web site';
	var tld = 'com';
	var add = '';

	location='mai'+'lto:'+from+nam+'@'+dom+'.'+tld+add+'?subject='+subject
}
