﻿function disclaimer(passedWebsite)
{
	if(confirm('You are leaving American State Bank\'s website. The site you have chosen to visit is independent of American State Bank and does not have the same privacy policy as American State Bank. This link is provided strictly as a convenience to you.'))
	{
		window.open(passedWebsite,'NewWin','toolbar,status,resizable,location,scrollbars,menubar')
	}
}
