from = document.location.href.lastIndexOf('/');
to = document.location.href.lastIndexOf('.');
var current = document.location.href.substring(from+1, to);
