var strPath	= location.pathname;
var strUrl	= location.href.split("?");

var strPageName = strUrl[0];	/* s.pageName */

if( strPageName.charAt(strPageName.length-1) == "/" ) {
	strPath	= strPath + "index.jsp";
}

/*if( strPath.indexOf("/research/index.jsp",0) == 0 || strPath.indexOf("/research/guide/index.jsp",0) == 0 ||
	 strPath.indexOf("/research/EnqList",0) == 0 ) {*/
	
if( strPath.indexOf("/research/",0) == 0 ) {	
	s.pageName = strPageName;
	s.eVar49 = s.pageName;
	var s_code=s.t();if(s_code)document.write(s_code);
}
