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.alpsetfs.com') != -1) || (target.href.indexOf('http://alpsetfs.com') != -1)  || (target.href.indexOf('http://www.alpsetf.com') != -1)  || (target.href.indexOf('http://alpsetf.com') != -1) || (target.href.indexOf('http://marketing.alpsinc.com') != -1)){
return true;
} else {
return confirm ('You are now leaving www.alpsetfs.com  ALPS Advisors, Inc. is 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 ALPS Advisors, Inc. and ALPS Advisors, Inc. takes no responsibility thereof. Thank you.  Click "OK" to continue.');
}
} 
} 