var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'About Us',
    'bIsWebPath':true,
    'sUrl':'aboutus.html'
},
{   'sTitle':'Blog',
    'bIsExternal':true,
    'sUrl':'http://pigheadedbbq.blogspot.com/',
    'sTarget':'_blank'
},
{   'sTitle':'Schedule',
    'bIsWebPath':true,
    'sUrl':'schedule.html'
},
{   'sTitle':'Past Contests',
    'bIsWebPath':true,
    'sUrl':'pastcontests.html',"childArray" : [
    {   'sTitle':'2007 Competitions',
        'bIsWebPath':true,
        'sUrl':'2007competitions.html'
    },
    {   'sTitle':'2008 Competitions',
        'bIsWebPath':true,
        'sUrl':'2008competitions.html'
    },
    {   'sTitle':'2009 Competitions',
        'bIsWebPath':true,
        'sUrl':'2009competitions.html'
    },
    {   'sTitle':'2010 Competitions',
        'bIsWebPath':true,
        'sUrl':'2010competitions.html'
    },
    {   'sTitle':'2011 Competitions',
        'bIsWebPath':true,
        'sUrl':'2011competitions.html'
    }]
},
{   'sTitle':'Media',
    'bIsWebPath':true,
    'sUrl':'media.html'
},
{   'sTitle':'Recipes',
    'bIsWebPath':true,
    'sUrl':'recipes.html'
},
{   'sTitle':'Sponsors',
    'bIsWebPath':true,
    'sUrl':'sponsors.html'
},
{   'sTitle':'Catering',
    'bIsWebPath':true,
    'sUrl':'catering.html'
},
{   'sTitle':'Store',
    'bIsExternal':true,
    'sUrl':'http://www.cafepress.com/pigheadedbbq',
    'sTarget':'_blank'
},
{   'sTitle':'BBQ Links',
    'bIsWebPath':true,
    'sUrl':'bbqlinks.html'
},
{   'sTitle':'Archives',
    'bIsWebPath':true,
    'sUrl':'archives.html'
}]
});
