// getURL used to go to a new address in the current window
// param uri is the destination url
function getURL(uri) {
	if(uri != "")
	{
		 _proxy_jslib_assign('', window, 'location', '=', ( uri));
	}
}
// getURL used to go to a new address in the current window
function popURL(url,name,features) {
	if (url == "/popups/results-may-vary-pop.jsp"){
		 _proxy_jslib_assign('',  _proxy_jslib_handle(window, 'location', '', 0, 0), 'href', '=', ( "#ResultsMayVary"));
	} else if (features != null) {
		 _proxy_jslib_handle(window, 'open', '', 1, 0)(url,name,features);
	} else {
		 _proxy_jslib_handle(window, 'open', '', 1, 0)(url,name,"width=479,height=350,scrollbars,resizable");
	}
}
// emailLink used to prepare an email in client's prefered application
function emailLink() {
	var mailLink = "mailto:Click here to add recipients";
	mailLink += "?subject=Information%20about%20ENBREL%AE%20%28etanercept%29";
	mailLink += "?&body=I%20thought%20you%20might%20find%20this%20information%20about%20Enbrel%20helpful%3A%0D%0A" +  _proxy_jslib_handle( _proxy_jslib_handle(null, 'location', location, 0, 0), 'href', '', 0, 0) + "%20%0D%0A%0D%0A--%20%0D%0AImportant%20Product%20Information-%20http%3A//www.enbrel.com/important-safety-information.jsp%20%0D%0APrescribing%20Information-%20http%3A//www.enbrel.com/prescribing-information.jsp%20%0D%0A--%20%0D%0AYou%20are%20receiving%20this%20message%20because%20you%20were%20referred%20by%20an%20individual%20through%20the%20Email%20this%20Page%20feature,%20available%20on%20our%20website,%20http://www.enbrel.com/.%20Amgen%20and%20Wyeth%20do%20not%20use%20your%20email%20address%20for%20any%20other%20purpose.%20To%20learn%20more%20about%20our%20use%20of%20your%20information%20and%20your%20rights,%20please%20consult%20our%20Privacy%20Policy%20%28http://www.enbrel.com/privacy-policy.jsp%29.";
	 _proxy_jslib_handle(window, 'open', '', 1, 0)(mailLink,"_self");
} ;
_proxy_jslib_flush_write_buffers() ;