﻿// JScript File


function leaving_uswm(url) {
	if (confirm('You are now leaving the US WorldMeds Website.'))
	{
	window.open(url, '_blank');
	return true;
    }
    return false;
}
function meetings_uswm(url) {
	if (confirm('You are now leaving the US WorldMeds Website.'))
	{
	window.open(url, '_blank');
	return true;
    }
    return false;
}

//window.location(url);

