$(function () {
	$(document).ready(function () {
		$(".fckrbts").each(function() {
			if ($(this).attr('href') != undefined) {
				$(this).attr('href','mailto:'+$.base64Decode(findtopsecret($(this).attr('href'))));
			}
			else {
				$(this).html(''+$.base64Decode(findtopsecret($(this).text())));
			}
		});
	});
});
