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.unitedstatesoilfund.com') != -1) || (target.href.indexOf('http://www.unitedstates12monthoilfund.com') != -1) || (target.href.indexOf('http://www.unitedstatesshortoilfund.com') != -1) || (target.href.indexOf('http://www.unitedstatesnaturalgasfund.com') != -1) || (target.href.indexOf('http://www.unitedstates12monthnaturalgasfund.com') != -1) || (target.href.indexOf('http://www.unitedstatesgasolinefund.com') != -1) || (target.href.indexOf('http://www.unitedstatesheatingoilfund.com') != -1) || (target.href.indexOf('http://www.unitedstatesbrentoilfund.com') != -1) || (target.href.indexOf('http://www.unitedstatescommodityfunds.com') != -1) || (target.href.indexOf('http://www.unitedstatescommodityindexfund.com') != -1) || (target.href.indexOf('http://marketing.alpsinc.com') != -1) || (target.href.indexOf('http://www.sec.gov') != -1)) {
return true;
} else {
return confirm ('You are now leaving www.unitedstatesgasolinefund.com and entering a linked web site. United States Gasoline Fund, LP and ALPS Distributors, Inc. are not responsible for the content set forth on the linked website. No judgment or warranty is made with respect to the accuracy, timelinesss, or suitability of the content of information on the site regarding United States Gasoline Fund, LP, and United States Gasoline Fund, LP and ALPS Distributors, Inc. take no responsibility thereof. To return to United States Gasoline Fund, LP, simply close the second browser window. Thank you. Click "OK" to continue.');
}
} 
} 
