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://marketing.alpsinc.com') != -1) || (target.href.indexOf('http://www.all-starfunds.com') != -1) || (target.href.indexOf('http://all-starfunds.com') != -1) || (target.href.indexOf('mailto:') != -1) || (target.href.indexOf('javascript:void(0);') != -1) || (target.href.indexOf('javascript:history.go(-1);') != -1)) {
return true;
} else {
return confirm ('You are now leaving www.all-starfunds.com  The All-Star 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 All-Star Funds, and the All-Star Fund takes no responsibility thereof.  To return to the All-Star Funds, simply close the second browser window.  Thank you.  Click "OK" to continue.');
}
} 
} 
