custom data through url params
var pathname = window.location.href;
console.log(window.location.href);
var splot = String(pathname).split('=');
var hos_name = splot;
console.log(">>>>>>",pathname,splot[1]);
var pathname = window.location.href;
console.log(window.location.href);
var splot = String(pathname).split('=');
var hos_name = splot;
console.log(">>>>>>",pathname,splot[1]);