var customNavTree4 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'FAQ\'s',
    bIsWebPath:true,
    sUrl:'faqs.html'
},
{   sTitle:'For Teams',
    bIsWebPath:true,
    sUrl:'forteams.html'
},
{   sTitle:'For Fans',
    bIsWebPath:true,
    sUrl:'forfans.html'
},
{   sTitle:'Live Race Updates',
    bIsWebPath:true,
    sUrl:'facebook.html',
    sTarget:'_self'
},
{   sTitle:'2012 Teams',
    bIsWebPath:true,
    sUrl:'2012teams.html',
    sTarget:'_self'
},
{   sTitle:'2011 Sponsors',
    bIsWebPath:true,
    sUrl:'sponsors.html',
    sTarget:'_self'
},
{   sTitle:'About the Clubs',
    sUrl:'http://www.bgcgl.org',
    sTarget:'_self'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
