function CreateEmailAdress ()
{
	var x = 'support&renome-service*c_o_m';
	var y = 'mai';
	var z = 'lto';
	x = x.replace('&','@');
	x = x.replace('*','.');
	x = x.replace('_','');
	x = x.replace('_','');
	var b = y + z + ':' + x;
	window.location=b;
}