var url = document.location.href; var urlSize = document.location.href.lastIndexOf("/"); var _Url = url.substring(urlSize+1,url.length);
var url = document.location.href; var urlSize = document.location.href.lastIndexOf("/"); var _Url = url.substring(urlSize+1,url.length);