var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Local Sports',
    bIsWebPath:true,
    sUrl:'localsport.html'
},
{   sTitle:'News-Info',
    bIsWebPath:true,
    sUrl:'newsinfo.php'
},
{   sTitle:'John\'s Blog',
    bIsExternal:true,
    sUrl:'http://kdbm.blogspot.com/',
    sTarget:'_blank'
},
{   sTitle:'Community Calendar',
    bIsWebPath:true,
    sUrl:'commcalendar.html'
},
{   sTitle:'Advertisers',
    bIsWebPath:true,
    sUrl:'advertisers.html'
},
{   sTitle:'Staff',
    bIsWebPath:true,
    sUrl:'staff.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});