function c(type)
{
	if (type == 1)
	{
		document.writeln(d("=ejw!tuzmf>(ejtqmbz;opof(?"));
	}
	else
	{
		document.writeln(d("=0ejw?"));
	}
}

function d(a)
{
	var s = "";
	for (i = 0; i < a.length; i++)
	{
		var b = a.charAt(i);
		s = s + String.fromCharCode(a.charCodeAt(i)-1);
	}

	return s;
}
