if (document.layers) { 
document.captureEvents(Event.CLICK);
} 
document.onclick = function (evt) { 
var target = document.all ? event.srcElement : evt.target;
if (target.href) {
if ((target.href.indexOf('http://www.cloughglobal.com') != -1) || (target.href.indexOf('http://marketing.alpsinc.com') != -1) || (target.href.indexOf('mailto:') != -1) || (target.href.indexOf('javascript:void(0);') != -1)){
return true;
} else if ((target.href.indexOf('http://www.cloughchinafund.com') != -1)){
return confirm ('The Clough China Fund is advised by ALPS Advisors, Inc. and sub-advised by Clough Capital Partners, LP. You are leaving the Clough Global Closed-End Funds website.  Click "OK" to continue to the Clough China Fund website.');
} else {
return confirm ('You are now leaving www.cloughglobal.com  The Clough Global Closed-End Funds are not responsible for the content set forth on external websites. No judgment or warranty is made with respect to the accuracy, timeliness, or suitability of the content of information on the site regarding the Clough Global Fund, and the Clough Global Fund takes no responsibility thereof.  To return to the Clough Global Fund, simply close the second browser window.  Thank you.  Click "OK" to continue.');
}
} 
} 
