%@ include file="/includes/nocache.jsp"%>
TD Canada Trust - Products & Services - Insurance
<%@ page import="java.util.*" %>
<%
String SiteURL = request.getServerName();
if (SiteURL.indexOf("tdinsurance.com") != -1){
%>
<%
}
%>
<%@ page import= "com.td.infosite.servlet.NavigationBean" %>
<%
NavigationBean bean = new NavigationBean();
bean.setPrimaryItem("prodserv");
bean.setSecondaryItem("ins");
bean.setShowLang("true");
bean.setLangLink("/francais/assurance/index.jsp");
bean.setLeftItem("overview");
bean.setLeftItem2("over");
request.setAttribute("navbean",bean);
%>