// Place your application-specific JavaScript functions and classes here
// This file is automatically included by javascript_include_tag :defaults
function disclaimer(passedWebsite)
{
	if(confirm('You will now be accessing information not controlled by Summit Bank. Summit Bank is not responsible for, nor does it endorse any information provided by the website you are about to access. Our privacy policy does not extend to the site being accessed through this link.'))
	{
		window.open(passedWebsite,'NewWin','toolbar,status,resizable,location,scrollbars,menubar')
	}
}