var customNavTree1 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Site Map',
    sUrl:''
},
{   sTitle:'Home Making',
    bIsWebPath:true,
    sUrl:'homemaking.html'
},
{   sTitle:'FAQ',
    bIsWebPath:true,
    sUrl:'faq.html'
},
{   sTitle:'News',
    bIsWebPath:true,
    sUrl:'news.html'
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'links.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contactus.html'
},
{   sTitle:'Feedback',
    bIsWebPath:true,
    sUrl:'feedback.html'
},
{   sTitle:'Conditions',
    bIsWebPath:true,
    sUrl:'conditions.html'
}]
});
