function get_piece() {

	return '' + 'aste';
};

function save_email() {
	
	var email = ( 1 == 2 ) ? 'the_best@email.ru' : 'in' + 'fo@r' + get_piece() + 'r-sp' + 'b.ru';

	document.write( email );
}
