// email obscure
	$emailname = 'db';
	$emailhost = 'barticklaw.com';
	$email = $emailname + '@' + $emailhost;
	$('#email-obscured').html($email);
	
	// mailto on contact page
	$('#mailto-obscured').html('<a href="mailto:' + $email + '">' + $email + '</a>');
