%@ include file="/includes/nocache.jsp"%>
TD Canada Trust - TD Mutual Funds - TD Mutual Funds Application
<%@ page import= "com.td.infosite.servlet.NavigationBean" %>
<%@ page import="com.td.infosite.servlet.JSPHelper" %>
<%
NavigationBean bean = new NavigationBean();
bean.setPrimaryItem("prodserv");
bean.setSecondaryItem("invest");
bean.setShowLang("false");
bean.setLangLink("#");
bean.setLeftItem("mutual");
bean.setLeftItem2(" ");
request.setAttribute("navbean",bean);
request.setAttribute("PrintPage","/mutualfunds/downloads_inc.html");
%>
<%@ page import="java.util.*" %>
<%@ page import="java.lang.String" %>
<%
StringTokenizer st = new StringTokenizer(JSPHelper.getSpecificURLs(),",");
String theURLs [] = {"",""};
int x = 0;
while (st.hasMoreTokens()) {
theURLs[x] = st.nextToken();
x ++ ;
}
if (theURLs[0].indexOf("http:") != -1 ){
theURLs[0] = "https:" + theURLs[0].substring(5,(theURLs[0].length()-1));
}
%>