var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'East\'s Story',
    bIsWebPath:true,
    sUrl:'east.html'
},
{   sTitle:'About',
    bIsWebPath:true,
    sUrl:'about.html'
},
{   sTitle:'Paducah Sun',
    bIsWebPath:true,
    sUrl:'paducahsun.html'
},
{   sTitle:'Productions',
    bIsWebPath:true,
    sUrl:'page4.html'
},
{   sTitle:'Reviews',
    bIsWebPath:true,
    sUrl:'page5.html'
}]
});
