function getAKContent() {
return ;
}

var akAnchor = document.getElementById('akAPI');
var akContent = getAKContent();
log(akContent);
if(akContent != null && akAnchor != null) akAnchor.innerHTML = akContent;
if(akAnchor == null) log('AK anchor tag could not be found. Searched for the ID akAPI.');
