function getPath()
{
var pathname = window.location.pathname;
var valor =  window.location.pathname.replace('.html','');
var valor =  window.location.pathname.replace('.htm','');
var valor =  window.location.pathname.replace('.php','');
return valor; 
} 