var sPath = window.location.pathname;
var sPageName = sPath.substring(sPath.lastIndexOf('/') + 1);

//alert(window.location.pathname + " " + window.location.href + " " + window.location.search);

document.cookie = 'ksepage=' + sPageName + window.location.search + ';';

