// JavaScript Document
$(function(){
	$('a[target=_blank]').leaveNotice({
		siteName: 'southern.oa-bsa.org',
		exitMessage: "<p><strong>You have requested a website outside of <br/>{SITENAME}.</strong></p> <p>The Southern Region is not responsible for the content on the requested site.</p>",
		overlayAlpha: 0.6,
		timeOut: 6000
	});
});
