let baseUrl = "https://demo.samsaradao.com/"
if(window.location.host === 'www.samsaradao.com'){
baseUrl = "https://www.samsaradao.com/"
}
const headerTxt = `
`;
const footerTxt = `
`;
document.getElementById('publickHeader').innerHTML = headerTxt;
document.getElementById('publciFooter').innerHTML = footerTxt;