/*Button Code in OU <a id="de" href="^0">&copy;</a>*/
function directedit() {
	if(document.getElementById("de") != null && document.getElementById("directedit")) {
		var link = document.getElementById("de").parentNode.innerHTML;
		document.getElementById("de").parentNode.innerHTML = "";
		document.getElementById("directedit").innerHTML = link;
	}
}
window.onload = function() {
	directedit();
	// Google Translate Accessibility Fix
	$( ".goog-logo-link" ).html( "<img alt='Google' src='https://www.gstatic.com/images/branding/googlelogo/1x/googlelogo_color_42x16dp.png' style='padding-right: 3px' height='14px' width='37px'>Translate" );
	$( ".logo" ).html( "<img alt='Google Translate Icon' src='https://www.gstatic.com/images/branding/product/1x/translate_24dp.png' height='20' width='20'>");
};
//jQuery option, if available..
/*$(document).ready(function () {
    $("#directedit").html(jQuery("#de"));
});*/
