// If the page is to be translated, hide the source text to avoid flickering
if ($.cookie('destLang')) {
	$("html").addClass("loading");
}
