var customNavTree8 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'     Home     ',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Registration ',
    bIsWebPath:true,
    sUrl:'page9.html',
    sTarget:'_self'
},
{   sTitle:'     Hotel      ',
    bIsWebPath:true,
    sUrl:'page4.html'
},
{   sTitle:' Air Shuttle ',
    bIsWebPath:true,
    sUrl:'page13.html',
    sTarget:'_self'
},
{   sTitle:'  Schedule  ',
    sUrl:'http://rivercityswingjax.com/RCS Schedule_09_01_11.pdf',
    sTarget:'_blank'
},
{   sTitle:'   About us   ',
    bIsWebPath:true,
    sUrl:'page7.html'
},
{   sTitle:'Comp. Rules',
    bIsWebPath:true,
    sUrl:'page8.html'
}]
});
