<%=include('sidebar.html',{patharr:patharr})%>
<%switch(patharr[1]){
case 'state': %><%=include('state.html')%><%;break;%>
<%case 'pool': %><%=include('pool.html',{patharr:patharr})%><%;break;%>
<%case 'vs': %><%=include('vs.html',{patharr:patharr})%><%;break;%>
<%case 'ipgroup': %><%=include('ipgroup.html',{patharr:patharr})%><%;break;%>
<%}%>