// 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;


}
}

