var customNavTree3 = WpNavBar.readTree({
"childArray" : [
{   sTitle:' Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:' Photos',
    bIsWebPath:true,
    sUrl:'photos.html'
},
{   sTitle:'Sound Clips',
    bIsWebPath:true,
    sUrl:'soundclips.html'
},
{   sTitle:'Irony',
    bIsWebPath:true,
    sUrl:'irony.html'
}]
});
