function pme(obse, os) {	cle = ""	oblen = obse.length	for (i = 0; i < oblen; i++) {		ich = String.fromCharCode(obse.charCodeAt(i) + os)		cle = cle + ich		}	return cle	}function wrobe(obse, os) {	document.write(pme("bj^fi", 3))	document.write(" <a href='")	document.write(pme("k_gjrm8", 2))	document.write(pme(obse, os))	document.write("'>")	document.write(pme(obse, os))	document.write("</a>.")	return ""	}