function imagePreload( path ) {
	var img = new Image(); img.src = path;
}

function buildEmail(name, domain) {
	return name + "@" + domain;
}
