var dir = location.href.substring(0,location.href.lastIndexOf('/')+1);
var filename = location.href.substring(dir.length,location.href.length+1);
