
function getScriptFileName()
{
  var path = window.location.href;

	return path.substring(path.lastIndexOf('/') + 1).toLowerCase();
}

