/*
	SiZ!Engine
	General script
*/
function fuckSpam(domain, name) {
	location.href = 'mailto:' + name + '@' + domain;
}

