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.maxuscreative.com') != -1) || (target.href.indexOf('http://maxuscreative.com') != -1) || (target.href.indexOf('http://www.maxuscreative.com') != -1) || (target.href.indexOf('http://maxuscreative.com') != -1) || (target.href.indexOf('http://www.cnsetfs.com') != -1)){
return true;
} else {
return confirm ('The Geary Companies, 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 OOK ETF, and The Geary Companies, Inc. takes no responsibility thereof. The views and opinions expressed are those of the author and do not reflect ALPS Distributors, Inc. or OOK ETF. Click "OK" to continue.');
}
} 
} 