var URLpath = window.location.toString();	var filePath = URLpath.split("/");var pos = filePath.length;var currFile = filePath[pos-1];var split_currFile = currFile.split(".")var currPageName = split_currFile[0];var split_currPageName = currPageName.split("_");var currPageName_prefix = split_currPageName[0];if(currPageName_prefix == ""){		currPageName_prefix = "index";}//alert(currPageName_prefix)