
	<!--
	var msg="ATTENTION : THIS SITE IS RESTRICTED TO RESIDENTS OF INDIANA, MICHIGAN, OHIO, PENNSYLVANIA, and MINNESOTA.\nDue to various state regulations and registration requirements concerning the dissemination of information regarding investment products and services, we are currently required to limit access of the following pages to individuals residing in states where we are currently registered. The broker-dealer, investment advisor, BD agent or IA rep in question may only transact business in a state if first registered, excluded or exempted from state broker-dealer, investment advisor, BD agent or IA rep registration requirements, as may be; and follow-up, individualized responses to persons in a state by such broker dealer, investment adviser, BD agent or IA rep that involve either the effecting or attempting to effect transactions in securities, or the rendering of personalized investment advice for compensation, as may be, will not be made absent compliance with state broker-dealer, investment adviser, BD agent or IA rep registration requirements, or an applicable exemption or exclusion. \n\nInvestments products and services available only to residents of : Indiana (IN), Michigan (MI), Ohio (OH), Pennsylvania (PA), Minnesota (MN) \n\nInvestment Advice and Securities offered through NEXT Financial Group, Inc., Member FINRA/SIPC. To view NEXT Financial Groups privacy policy and other important information, visit the Client section of www.nextfinancial.com. NEXT Financial Group is a Registered Investment Adviser. Next Financial Group is not an affliate with Baker Financial Group. \n\nCLICK OK IF YOU RESIDE IN INDIANA, MICHIGAN, OHIO, PENNSYLVANIA, and MINNESOTA, CLICK CANCEL IF YOU DO NOT.\n\n";

	if(LireCookie("toledoretirement")!="oui"){
		if(!confirm(msg)){
			window.top.popup=0;window.top.location.replace("http://www.nextfinancial.com/");
		}else{
			EcrireCookie("toledoretirement","oui");
		}
	}

	function EcrireCookie(nom, valeur)
	{
		var argv=EcrireCookie.arguments;
		var argc=EcrireCookie.arguments.length;
		var expires=(argc > 2) ? argv[2] : null;
		var path=(argc > 3) ? argv[3] : null;
		var domain=(argc > 4) ? argv[4] : null;
		var secure=(argc > 5) ? argv[5] : false;
		document.cookie=nom+"="+escape(valeur)+
		((expires==null) ? "" : ("; expires="+expires.toGMTString()))+
		((path==null) ? "" : ("; path="+path))+
		((domain==null) ? "" : ("; domain="+domain))+
		((secure==true) ? "; secure" : "");
	}

	function getCookieVal(offset)
	{
		var endstr=document.cookie.indexOf (";", offset);
		if (endstr==-1) endstr=document.cookie.length;
		return unescape(document.cookie.substring(offset, endstr));
	}

	function LireCookie(nom)
	{
		var arg=nom+"=";
		var alen=arg.length;
		var clen=document.cookie.length;
		var i=0;
		while (i<clen)
		{
			var j=i+alen;
			if (document.cookie.substring(i, j)==arg) return getCookieVal(j);
			i=document.cookie.indexOf(" ",i)+1;
			if (i==0) break;
		}
		return null;
	}
	//-->
	
