var thisPage = new String(location.href);
var thisPage = thisPage.substring(thisPage.lastIndexOf("\/")+1,thisPage.length);

