
google.load('search', '1');

function googleLoad() {
google.search.Search.getBranding(document.getElementById("branding"));
}

google.setOnLoadCallback(googleLoad, true);
