if (typeof google != 'undefined')
{
    google.load('search', '1');
    google.setOnLoadCallback(
        function(){
            var brandingNode = google.search.Search.getBranding( document.getElementById('googleBranding') );
        }
    , true);
}
