var customNavTree5 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'News',
    bIsWebPath:true,
    sUrl:'web_news.html',
    sTarget:'_self'
},
{   sTitle:'Virus Warnings',
    bIsWebPath:true,
    sUrl:'web_virus_warnings.html',
    sTarget:'_self'
},
{   sTitle:'Terms & Conditions',
    bIsWebPath:true,
    sUrl:'hosting_terms.html',
    sTarget:'_self'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact_web_host.html',
    sTarget:'_self'
}]
});