function goodbye(URL) 
{
	//console.log(this);
	if (URL != 'http://jobs-salix.icims.com') 
	{
		speech = "\nThank you for visiting www.salix.com.  \nBy clicking OK you will be taken to a Web site or sites to which our Privacy Policy and other rules do not apply. Salix Pharmaceuticals does not possess editorial control over the content of the information provided in such Web site(s) and therefore does not warrant their accuracy and completeness. You are solely responsible for interactions with such Web site(s).";
		if (confirm(speech)) 
		{
			window.open(URL, '_blank', 'toolbar=1,scrollbars=yes,location=1,status=1,menubar=1,resizable=1');
			return false;
		} else {
		return false;
		}
	}
}

function openpopup()
{
	var popurl="/gastroenterology-resource/patient/newsletter/signup.aspx";
	var nPopWidth = 370;
	var sPopParms = "width=" + nPopWidth + ",height=530,top=50,left=" + (window.screen.availWidth - nPopWidth) / 2;
	window.open(popurl,"_blank",sPopParms);
} 
