//funcion que obtiene el url actual
function UrlGet()
{	return document.location.href.substr(0, document.location.href.lastIndexOf("/")+1);							}
