 
var jsonNavItems = {
 
jQuery(document).ready(function() {
    if (typeof(_destinationsGlobalNav) != 'undefined') {
        _destinationsGlobalNav(jsonNavItems);
    }
});
