// Leaving Links

function leaving(address)
{
switch (address){

    case "aaa":
	window.open("leaving.htm","leaving","resizable=yes,toolbar=no,scrollbars=no,status=no,location=no,width=340,height=275,left=100,top=55");
	document.location.href='http://www.autoclubgroup.com/michigan/insurance/groupservices.asp';
	break;
    case "weather":
	window.open("leaving.htm","leaving","resizable=yes,toolbar=no,scrollbars=no,status=no,location=no,width=340,height=275,left=100,top=55");
	document.location.href='http://www.wunderground.com/US/MI/Birmingham.html?bannertypeclick=gizmotimetemp';
	break;
    case "hffo":
	window.open("leaving.htm","leaving","resizable=yes,toolbar=no,scrollbars=no,status=no,location=no,width=340,height=275,left=100,top=55");
	document.location.href='http://hffo.cuna.org/index.html?sub_id=20099';
	break;
    case "mastercsc":
	window.open("leaving.htm","leaving","resizable=yes,toolbar=no,scrollbars=no,status=no,location=no,width=340,height=275,left=100,top=55");
	document.location.href='https://www.securesuite.net/efunds/registration/welcome.jsp?partner=1840510404cusaprcz34';
	break;
    case "vbv":
	window.open("leaving.htm","leaving","resizable=yes,toolbar=no,scrollbars=no,status=no,location=no,width=340,height=275,left=100,top=55");
	document.location.href='https://www.mycardsecure.com/vpas/enroll/index.jsp?locale=en_US&bankid=3';
	break;
    case "budget":
	window.open("leaving.htm","leaving","resizable=yes,toolbar=no,scrollbars=no,status=no,location=no,width=340,height=275,left=100,top=55");
	document.location.href='http://www.budgetsmart.org/index.asp?a=798105114109698108111111109699117&b=477473848256848856751';
	break;
    case "accel":
	window.open("leaving.htm","leaving","resizable=yes,toolbar=no,scrollbars=no,status=no,location=no,width=340,height=275,left=100,top=55");
	document.location.href='http://www.accelservices.org/';
	break;
    case "sccnsb":
	window.open("leaving.htm","leaving","resizable=yes,toolbar=no,scrollbars=no,status=no,location=no,width=340,height=275,left=100,top=55");
	document.location.href='http://www.co-opfs.org/public/locators/index.cfm';
	break;


}
}

