var customNavTree30 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Author',
    bIsWebPath:true,
    sUrl:'author.html',
    sTarget:'_self'
},
{   sTitle:'Writing',
    sUrl:'',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Bill\'s Writing',
        bIsWebPath:true,
        sUrl:'writing.html',
        sTarget:'_self'
    },
    {   sDescription:'The newest book by author Bill Prickett.',
        sTitle:'The Mind Set on the Flesh',
        bIsWebPath:true,
        sUrl:'msotf.html',
        sTarget:'_self'
    },
    {   sTitle:'Sow the Wind, Reap the Whirlwind',
        bIsWebPath:true,
        sUrl:'stw.html',
        sTarget:'_self'
    },
    {   sTitle:'Short Stories',
        bIsWebPath:true,
        sUrl:'stories.html'
    }]
},
{   sTitle:'Media',
    sUrl:'',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Media Inquiries',
        bIsWebPath:true,
        sUrl:'media.html',
        sTarget:'_self'
    },
    {   sTitle:'News Releases',
        bIsWebPath:true,
        sUrl:'releases.html'
    },
    {   sTitle:'Reviews',
        bIsWebPath:true,
        sUrl:'reviews.html'
    },
    {   sTitle:'Interviews',
        bIsWebPath:true,
        sUrl:'interviews.html'
    },
    {   sTitle:'Media Kit',
        bIsWebPath:true,
        sUrl:'mediakit.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Feedback',
    sUrl:'',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Reader Feedback',
        bIsWebPath:true,
        sUrl:'feedback.html',
        sTarget:'_self'
    },
    {   sTitle:'FAQs',
        bIsWebPath:true,
        sUrl:'faq.html',
        sTarget:'_self'
    },
    {   sTitle:'Reader Comments',
        bIsWebPath:true,
        sUrl:'comments.html'
    }]
},
{   sTitle:'Resources',
    sUrl:'',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Helpful Resources',
        bIsWebPath:true,
        sUrl:'resources.html',
        sTarget:'_self'
    },
    {   sTitle:'Bible and Homosexuality',
        bIsWebPath:true,
        sUrl:'bh.html'
    },
    {   sTitle:'The Deceptive \"Ex-Gay\" Movement',
        bIsWebPath:true,
        sUrl:'ex-gay-movement.html',
        sTarget:'_self'
    },
    {   sTitle:'Gay and Christian',
        bIsWebPath:true,
        sUrl:'gayxn.html'
    },
    {   sTitle:'Links',
        bIsWebPath:true,
        sUrl:'links.html',
        sTarget:'_self'
    },
    {   sTitle:'Interaction',
        bIsWebPath:true,
        sUrl:'interact.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Events',
    sUrl:'',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Activities',
        bIsWebPath:true,
        sUrl:'activities.html',
        sTarget:'_self'
    },
    {   sTitle:'Photos',
        bIsWebPath:true,
        sUrl:'photos.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Blog',
    bIsWebPath:true,
    sUrl:'blog.html'
},
{   sTitle:'Stuff',
    bIsWebPath:true,
    sUrl:'stuff.html'
},
{   sTitle:'Purchase',
    bIsWebPath:true,
    sUrl:'buy.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
