// JavaScript Document


function confirm_ex(anchor)
  {
    if (confirm('You are now leaving the Zorbtive [somatropin (rDNA origin) for injection] Website. Links to other Websites are provided as a service to you. EMD Serono accepts no responsibility for the content of other Websites. Would you like to continue?'))
    {
    anchor.href += '&confirm=1';
	return true;
    }
    return false;
  }

function confirm_ex2(anchor)
  {
    if (confirm('You have selected a link to a third-party web site. This link is provided solely as a convenience to you and not as an endorsement by EMD Serono, Inc. of such third-party Web site. EMD Serono is not responsible for and does not make any representations regarding the accuracy of materials on such third-party site.'))
    {
    anchor.href += '&confirm=1';
	return true;
    }
    return false;
  }
