var thisHREF = document.location.href;
var staticFile = thisHREF.substring(thisHREF.lastIndexOf("/") + 1,thisHREF.length);
if (staticFile == ""){
	var baseURL = thisHREF;
}else{
	var baseURL = thisHREF.substring(0,thisHREF.indexOf(staticFile));
}
