<!DOCTYPE html><html xmlns:fb="http://www.facebook.com/2008/fbml"><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<script data-cfasync='false' data-pagespeed-no-defer>var __ez=__ez||{};__ez.evt={};__ez.ck={};__ez.dot={};__ez.template={};__ez.template.isOrig=false;__ez.evt.add=function(e,t,n){e.addEventListener?e.addEventListener(t,n,!1):e.attachEvent?e.attachEvent("on"+t,n):e["on"+t]=n()},__ez.evt.remove=function(e,t,n){e.removeEventListener?e.removeEventListener(t,n,!1):e.detachEvent?e.detachEvent("on"+t,n):delete e["on"+t]};__ez.ck.get=function(n,e){null!==e&&(n=n+"_"+e);for(var t=n+"=",r=decodeURIComponent(document.cookie),o=r.split(";"),i=0;i<o.length;i++){for(var u=o[i];" "===u.charAt(0);)u=u.substring(1);if(0===u.indexOf(t))return u.substring(t.length,u.length)}return""};__ez.queue=function(){function g(a,b,g,h,j,k,l,m){var n=new f.file(a,b,g,h,j,k,l);!0===m?d[a]=n:e[a]=n,c[a]=n,i(n)}function h(a,g,h,j,k,l,m,n,o){!0===l&&(a=a+"_"+b++);var p=new f.func(a,g,h,j,k,m,n);!0===o?d[a]=p:e[a]=p,c[a]=p,i(p)}function i(a){!0!==j(a)&&a.process()}function j(a){if(a.blockedBy instanceof Array)for(var b=0;b<a.blockedBy.length;b++){var d=a.blockedBy[b];if(!1===c.hasOwnProperty(d))return k(a.name+" blocked = "+d),!0;if(!0===a.proceedIfError&&!0===c[d].isError)return!1;if(!1===c[d].isComplete)return k(a.name+" blocked = "+d),!0}return!1}function k(a){var b=window.location.href,c=new RegExp("[?&]ezq=([^&#]*)","i"),d=c.exec(b);"1"===(d?d[1]:null)&&console.debug(a)}function l(){++a>20||(k("let's go"),m(d),m(e))}function m(a){for(var b in a)if(!1!==a.hasOwnProperty(b)){var c=a[b];!0===c.isComplete||j(c)||!0===c.isInitialized||!0===c.isError?!0===c.isError?k(c.name+": error"):!0===c.isComplete?k(c.name+": complete already"):!0===c.isInitialized&&k(c.name+": initialized already"):c.process()}}var a=0,b=0,c=[],d=[],e=[],f={func:function(a,b,d,e,f,g,h){var i=this;this.name=a,this.funcName=b,this.parameters=null===d?null:d instanceof Array?d:[d],this.isBlock=e,this.blockedBy=f,this.deleteWhenComplete=g,this.isError=!1,this.isComplete=!1,this.isInitialized=!1,this.proceedIfError=h,this.process=function(){k("... func = "+a),i.isInitialized=!0,i.isComplete=!0;var b=i.funcName.split(".");b.length>3||(3===b.length?window[b[0]][b[1]][b[2]].apply(null,this.parameters):2===b.length?window[b[0]][b[1]].apply(null,this.parameters):window[i.funcName].apply(null,this.parameters)),!0===i.deleteWhenComplete&&delete c[a],!0===i.isBlock&&(k("----- F'D: "+i.name),l())}},file:function(a,b,c,d,e,f,g){var h=this;this.name=a,this.path=b,this.async=e,this.defer=f,this.isBlock=c,this.blockedBy=d,this.isInitialized=!1,this.isError=!1,this.isComplete=!1,this.proceedIfError=g,this.process=function(){h.isInitialized=!0,k("... file = "+a);var c=document.createElement("script");c.src=b,!0===e?c.async=!0:!0===f&&(c.defer=!0),c.onerror=function(){k("----- ERR'D: "+h.name),h.isError=!0,!0===h.isBlock&&l()},c.onreadystatechange=c.onload=function(){var a=c.readyState;k("----- F'D: "+h.name),a&&!/loaded|complete/.test(a)||(h.isComplete=!0,!0===h.isBlock&&l())},document.getElementsByTagName("head")[0].appendChild(c)}}};return{addFile:g,addFunc:h,items:c}}();var __ezDotData=function(a,b){this.name=a,this.val=b};__ez.dot.b64={_keyStr:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",encode:function(a){var c,d,e,f,g,h,i,b="",j=0;for(a=Base64._utf8_encode(a);j<a.length;)c=a.charCodeAt(j++),d=a.charCodeAt(j++),e=a.charCodeAt(j++),f=c>>2,g=(3&c)<<4|d>>4,h=(15&d)<<2|e>>6,i=63&e,isNaN(d)?h=i=64:isNaN(e)&&(i=64),b=b+this._keyStr.charAt(f)+this._keyStr.charAt(g)+this._keyStr.charAt(h)+this._keyStr.charAt(i);return b},decode:function(a){var c,d,e,f,g,h,i,b="",j=0;for(a=a.replace(/[^A-Za-z0-9+\/=]/g,"");j<a.length;)f=this._keyStr.indexOf(a.charAt(j++)),g=this._keyStr.indexOf(a.charAt(j++)),h=this._keyStr.indexOf(a.charAt(j++)),i=this._keyStr.indexOf(a.charAt(j++)),c=f<<2|g>>4,d=(15&g)<<4|h>>2,e=(3&h)<<6|i,b+=String.fromCharCode(c),64!=h&&(b+=String.fromCharCode(d)),64!=i&&(b+=String.fromCharCode(e));return b=Base64._utf8_decode(b)},_utf8_encode:function(a){a=a.replace(/rn/g,"n");for(var b="",c=0;c<a.length;c++){var d=a.charCodeAt(c);d<128?b+=String.fromCharCode(d):d>127&&d<2048?(b+=String.fromCharCode(d>>6|192),b+=String.fromCharCode(63&d|128)):(b+=String.fromCharCode(d>>12|224),b+=String.fromCharCode(d>>6&63|128),b+=String.fromCharCode(63&d|128))}return b},_utf8_decode:function(a){for(var b="",c=0,d=c1=c2=0;c<a.length;)d=a.charCodeAt(c),d<128?(b+=String.fromCharCode(d),c++):d>191&&d<224?(c2=a.charCodeAt(c+1),b+=String.fromCharCode((31&d)<<6|63&c2),c+=2):(c2=a.charCodeAt(c+1),c3=a.charCodeAt(c+2),b+=String.fromCharCode((15&d)<<12|(63&c2)<<6|63&c3),c+=3);return b}},__ez.dot.dataToStr=function(a){if(void 0===a)return[];try{for(var b in a)a[b].val=a[b].val+""}catch(a){}return a},__ez.dot.getCC=function(){var a="XX";return"undefined"!=typeof _ezaq&&_ezaq.hasOwnProperty("country")&&(a=_ezaq.country),a},__ez.dot.getDID=function(){var a="0";return"undefined"!=typeof _ezaq&&_ezaq.hasOwnProperty("domain_id")&&(a=_ezaq.domain_id.toString()),a},__ez.dot.getEpoch=function(a){return"undefined"!=typeof _ezaq&&_ezaq.hasOwnProperty("t_epoch")&&(a=_ezaq.t_epoch),a},__ez.dot.getURL=function(a){return("undefined"!=typeof ezJsu&&1==ezJsu||"undefined"!=typeof _ez_sa&&1==_ez_sa||"undefined"!=typeof isAmp&&!0===isAmp)&&(a="//g.ezoic.net"+a),a},__ez.dot.isValid=function(a){for(var b=0;b<a.length;b++)if(a[b]instanceof __ezDotData==!1)return console.error("Invalid data. ",a[b]),!1;return!0},__ez.dot.isDefined=function(){for(var a=0;a<arguments.length;a++)if(void 0===arguments[a]||null===arguments[a])return console.error("Argument not defined. ",arguments),!1;return!0};__ez.bit=function(){function c(a,b){d(a,b),e()}function d(b,c){__ez.dot.isDefined(b)&&__ez.dot.isValid(c)&&a.push({type:"pageview",pageview_id:b,domain_id:__ez.dot.getDID(),t_epoch:__ez.dot.getEpoch(0),data:__ez.dot.dataToStr(c)})}function e(){void 0!==document.visibilityState&&"prerender"===document.visibilityState||(__ez.dot.isDefined(a)&&a.length>0&&((new Image).src=__ez.dot.getURL(b)+"?orig="+(!0===__ez.template.isOrig?1:0)+"&ds="+btoa(JSON.stringify(a))),a=[])}var a=[],b="/detroitchicago/greenoaks.gif";return{Add:d,AddAndFire:c,Fire:e}}();</script><script data-cfasync='false' data-pagespeed-no-defer>__ez.pel=function(){function c(a,b){d(a,b,0,0,0,0,0),f()}function d(b,c,d,e,f,h,i){if(__ez.dot.isDefined(b,b.getSlotElementId)){var j=parseInt(b.getTargeting("ap")[0]),k=b.getSizes()[0],l=k.l.toString()+"x"+k.j.toString(),m=g(b),n=b.getSlotElementId();__ez.dot.isDefined(m,n)&&__ez.dot.isValid(c)&&a.push({type:"impression",impression_id:m,domain_id:__ez.dot.getDID(),unit:n,t_epoch:__ez.dot.getEpoch(0),revenue:d,est_revenue:e,ad_position:j,ad_size:l,bid_floor_filled:f,bid_floor_prev:h,stat_source_id:i,country_code:__ez.dot.getCC(),data:__ez.dot.dataToStr(c)})}}function e(b,c){var d=b.split("/");if(__ez.dot.isDefined(b)&&3===d.length&&__ez.dot.isValid(c)){var e=d[0],f=d[2];a.push({type:"impression",impression_id:f,domain_id:__ez.dot.getDID(),unit:e,t_epoch:__ez.dot.getEpoch(0),data:__ez.dot.dataToStr(c)})}}function f(){void 0!==document.visibilityState&&"prerender"===document.visibilityState||(__ez.dot.isDefined(a)&&a.length>0&&((new Image).src=__ez.dot.getURL(b)+"?orig="+(!0===__ez.template.isOrig?1:0)+"&sts="+btoa(JSON.stringify(a))),a=[])}function g(a){var b=0;try{var c=a.getTargetingMap();if(-1===a.getSlotElementId().indexOf("div-gpt-ad"))return b;if(void 0!==c)for(var e in c)if(-1!==e.indexOf("iid")&&void 0!==c[e][0]){b=c[e][0];break}}catch(a){}return b}var a=[],b="/porpoiseant/army.gif";return{Add:d,AddAndFire:c,AddById:e,Fire:f}}();var EzoicPixel=function(){this.pixels=[],this.pixelUrl="/ezoic/e.gif",("undefined"!=typeof ezJsu&&ezJsu===!0||"undefined"!=typeof _ez_sa&&_ez_sa===!0||"undefined"!=typeof window.isAmp&&isAmp===!0)&&(this.pixelUrl="//g.ezoic.net"+this.pixelUrl),this.tEpoch=0,"undefined"!=typeof _ezaq&&_ezaq.hasOwnProperty("t_epoch")&&(this.tEpoch=_ezaq.t_epoch)},EzoicPixelData=function(a,b){this.name=a,this.val=b};EzoicPixel.prototype={constructor:EzoicPixel,AddAndFireImpPixel:function(a,b){this.AddImpPixel(a,b,0,0,0,0,0),this.FirePixels()},AddAndFirePVPixel:function(a,b){this.AddPVPixel(a,b),this.FirePixels()},AddImpPixel:function(a,b,c,d,e,f,g){if(this.isDefined(a,a.getSlotElementId)){var h=parseInt(a.getTargeting("ap")[0]),i=a.getSizes()[0],j=i.l.toString()+"x"+i.j.toString(),k="0",l="XX";"undefined"!=typeof _ezaq&&_ezaq.hasOwnProperty("domain_id")&&(k=_ezaq.domain_id.toString()),"undefined"!=typeof _ezaq&&_ezaq.hasOwnProperty("country")&&(l=_ezaq.country);var m=this.getSlotIID(a),n=a.getSlotElementId();this.isDefined(m,n)&&this.validateData(b)&&(b=this.convertDataToStr(b),this.pixels.push({type:"impression",impression_id:m,domain_id:k,unit:n,t_epoch:this.tEpoch,revenue:c,est_revenue:d,ad_position:h,ad_size:j,bid_floor_filled:e,bid_floor_prev:f,stat_source_id:g,country_code:l,data:b}))}},AddImpPixelById:function(a,b){var c="0";"undefined"!=typeof _ezaq&&_ezaq.hasOwnProperty("domain_id")&&(c=_ezaq.domain_id.toString());var d=a.split("/");if(this.isDefined(a)&&3===d.length&&this.validateData(b)){var e=d[0],f=d[2];b=this.convertDataToStr(b),this.pixels.push({type:"impression",impression_id:f,domain_id:c,unit:e,t_epoch:this.tEpoch,data:b})}},AddPVPixel:function(a,b){var c="0";"undefined"!=typeof _ezaq&&_ezaq.hasOwnProperty("domain_id")&&(c=_ezaq.domain_id.toString()),this.isDefined(a)&&this.validateData(b)&&(b=this.convertDataToStr(b),this.pixels.push({type:"pageview",pageview_id:a,domain_id:c,t_epoch:this.tEpoch,data:b}))},FirePixels:function(){"undefined"!=typeof document.visibilityState&&"prerender"===document.visibilityState||(this.isDefined(this.pixels)&&this.pixels.length>0&&((new Image).src=this.pixelUrl+"?orig="+(__ez.template.isOrig===!0?1:0)+"&pixels="+encodeURIComponent(JSON.stringify(this.pixels))),this.pixels=[])},NewData:function(a,b){return new EzoicPixelData(a,b)},convertDataToStr:function(a){if("undefined"==typeof a)return[];try{for(var b in a)a[b].val=a[b].val+""}catch(a){}return a},getSlotIID:function(a){var b=0;try{var c=a.getTargetingMap(),d=a.getSlotElementId();if(d.indexOf("div-gpt-ad")===-1)return b;if("undefined"!=typeof c)for(var e in c)if(e.indexOf("iid")!==-1&&"undefined"!=typeof c[e][0]){b=c[e][0];break}}catch(a){}return b},isDefined:function(){for(var a=0;a<arguments.length;a++)if("undefined"==typeof arguments[a]||null===arguments[a])return console.error("Argument not defined. ",arguments),!1;return!0},validateData:function(a){for(var b=0;b<a.length;b++)if(a[b]instanceof EzoicPixelData==!1)return console.error("Invalid pixelData. ",a[b]),!1;return!0}};</script>
<script type="text/javascript">
	var __banger_pmp_deals=[{"SlotName":"/1254144/cubshq_com-box-1","Deals":[{"DealId":17,"Floor":160},{"DealId":18,"Floor":25},{"DealId":19,"Floor":100},{"DealId":20,"Floor":300},{"DealId":7,"Floor":150},{"DealId":8,"Floor":200},{"DealId":9,"Floor":300},{"DealId":10,"Floor":400},{"DealId":11,"Floor":500},{"DealId":12,"Floor":600}]},{"SlotName":"/1254144/cubshq_com-large-billboard-2","Deals":[{"DealId":17,"Floor":160},{"DealId":18,"Floor":25},{"DealId":19,"Floor":100},{"DealId":20,"Floor":300},{"DealId":21,"Floor":2000},{"DealId":7,"Floor":150},{"DealId":8,"Floor":200},{"DealId":9,"Floor":300},{"DealId":10,"Floor":400},{"DealId":11,"Floor":500},{"DealId":12,"Floor":600},{"DealId":13,"Floor":700},{"DealId":14,"Floor":800},{"DealId":15,"Floor":1000},{"DealId":16,"Floor":1500}]},{"SlotName":"/1254144/cubshq_com-box-4","Deals":[{"DealId":17,"Floor":160},{"DealId":18,"Floor":25},{"DealId":19,"Floor":100},{"DealId":7,"Floor":150},{"DealId":8,"Floor":200}]},{"SlotName":"/1254144/cubshq_com-banner-1","Deals":[{"DealId":17,"Floor":160},{"DealId":18,"Floor":25},{"DealId":19,"Floor":100},{"DealId":20,"Floor":300},{"DealId":7,"Floor":150},{"DealId":8,"Floor":200},{"DealId":9,"Floor":300},{"DealId":10,"Floor":400},{"DealId":11,"Floor":500},{"DealId":12,"Floor":600},{"DealId":13,"Floor":700}]},{"SlotName":"/1254144/cubshq_com-box-2","Deals":[{"DealId":17,"Floor":160},{"DealId":18,"Floor":25},{"DealId":19,"Floor":100},{"DealId":20,"Floor":300},{"DealId":7,"Floor":150},{"DealId":8,"Floor":200},{"DealId":9,"Floor":300},{"DealId":10,"Floor":400},{"DealId":11,"Floor":500},{"DealId":12,"Floor":600},{"DealId":13,"Floor":700},{"DealId":14,"Floor":800}]},{"SlotName":"/1254144/cubshq_com-large-leaderboard-1","Deals":[{"DealId":17,"Floor":160},{"DealId":18,"Floor":25},{"DealId":19,"Floor":100},{"DealId":20,"Floor":300},{"DealId":21,"Floor":2000},{"DealId":22,"Floor":2500},{"DealId":23,"Floor":3000},{"DealId":7,"Floor":150},{"DealId":8,"Floor":200},{"DealId":9,"Floor":300},{"DealId":10,"Floor":400},{"DealId":11,"Floor":500},{"DealId":12,"Floor":600},{"DealId":13,"Floor":700},{"DealId":14,"Floor":800},{"DealId":15,"Floor":1000},{"DealId":16,"Floor":1500}]},{"SlotName":"/1254144/cubshq_com-medrectangle-1","Deals":[{"DealId":17,"Floor":160},{"DealId":18,"Floor":25},{"DealId":19,"Floor":100},{"DealId":20,"Floor":300},{"DealId":21,"Floor":2000},{"DealId":22,"Floor":2500},{"DealId":23,"Floor":3000},{"DealId":7,"Floor":150},{"DealId":8,"Floor":200},{"DealId":9,"Floor":300},{"DealId":10,"Floor":400},{"DealId":11,"Floor":500},{"DealId":12,"Floor":600},{"DealId":13,"Floor":700},{"DealId":14,"Floor":800},{"DealId":15,"Floor":1000},{"DealId":16,"Floor":1500}]}];
</script>
<script data-cfasync="false" data-pagespeed-no-defer type='text/javascript'>
function ez_isclean( data ) {
    if (typeof data === 'undefined') { data = document.URL; }
    var re = /(([^<>()[\]\\.,;:\s@\"]+(\.[^<>()[\]\\.,;:\s@\"]+)*)|(\".+\"))(@|%2540|%40)((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))/;
    var isClean = !re.test(data);
    return isClean;
}

var ez_queue = new Array();
function sort_queue(a, b)
{
  if( a.priority < b.priority ) return -1;
  else if( a.priority == b.priority ) return 0;
  else return 1;
}
function execute_ez_queue()
{
  ez_queue.sort( sort_queue );

  for( var i in ez_queue )
  {
        if(typeof ez_queue[i].method != "undefined")
        {
            try{
                ez_queue[i].method.call( null );
            }
            catch (err) {

            }
        }
  }
}

window.ez_ad_units = new Array();
window.ezslots = new Array();
function ez_write_tag(d) {
    if(ez_isclean() && d instanceof Array) {

		ez_ad_units[ez_ad_units.length] = d;
        var ezcmd = "googletag.cmd.push(function() {var divid = 'div-gpt-ad-"+d[1]+"-0';if(typeof ezlrarn == 'function'){ezlrarn(divid);}googletag.display(divid);var to = 0;if("+d[2]+".getTargeting('ga')[0] == '0'){to = 500;console.log('"+d[2]+" - no google');}if(window.ezDisableInitialLoad==true){setTimeout(function(){googletag.pubads().refresh(["+d[2]+"])},to);}});";
		return ezcmd;
    }
    else {
        return "1+1";
    }
}
function in_array(needle, haystack) {
    var length = haystack.length;
    for(var i = 0; i < length; i++) {
        if(haystack[i] == needle) return true;
    }
    return false;
}
</script><script data-cfasync="false" data-pagespeed-no-defer type='text/javascript'>var ezrpos = new Array();var ez_current_interval;var ez_current_load = 0;</script>
<script data-cfasync="false" type="text/javascript" data-pagespeed-no-defer src="//go.ezoic.net/porpoiseant/dall2.js" async></script>
<script data-cfasync="false" type="text/javascript" data-pagespeed-no-defer>
function epbjsRefreshSlot(e){epbjs.que.push(function(){epbjs.requestBids({adUnitCodes:[e.getSlotElementId()],bidsBackHandler:function(){epbjs.setTargetingForGPTAsync([e.getSlotElementId()])}})})}var epbjs=epbjs||{};epbjs.bidderTimeout=2500,epbjs.useAdj=true,epbjs.que=epbjs.que||[],epbjs.ezdss=epbjs.ezdss||[],epbjs.ezobid=epbjs.ezobid||[],epbjs.que.push(function(){var e=[{code: 'div-gpt-ad-cubshq_com-box-1-0', sizes: [[300,250]], bids: [{bidder: 'conversant', params: { site_id: '108462', secure: 1 }},{bidder: 'districtm', params: { placementId: '11005077' }},{bidder: 'brealtime', params: { placementId: '11430062' }},{bidder: 'sovrn', params: { tagid: '402243'}},{bidder: 'appnexus', params: { placementId: '10036853' }},{bidder: 'pulsepoint', params: { cf: '300X250', cp: 560269, ct: 472597 }}] },{code: 'div-gpt-ad-cubshq_com-large-billboard-2-0', sizes: [[300,250]], bids: [{bidder: 'conversant', params: { site_id: '108462', secure: 1 }},{bidder: 'districtm', params: { placementId: '11005077' }},{bidder: 'brealtime', params: { placementId: '11430062' }},{bidder: 'sovrn', params: { tagid: '402243'}},{bidder: 'appnexus', params: { placementId: '10036853' }},{bidder: 'pulsepoint', params: { cf: '300X250', cp: 560269, ct: 472597 }}] },{code: 'div-gpt-ad-cubshq_com-box-4-0', sizes: [[728,90]], bids: [{bidder: 'conversant', params: { site_id: '108462', secure: 1 }},{bidder: 'districtm', params: { placementId: '11005077' }},{bidder: 'brealtime', params: { placementId: '11430062' }},{bidder: 'sovrn', params: { tagid: '403580'}},{bidder: 'appnexus', params: { placementId: '10036840' }},{bidder: 'pulsepoint', params: { cf: '728X90', cp: 560269, ct: 472601 }}] },{code: 'div-gpt-ad-cubshq_com-banner-1-0', sizes: [[300,250],[580,400],[336,280]], bids: [{bidder: 'conversant', params: { site_id: '108462', secure: 1 }},{bidder: 'districtm', params: { placementId: '0' }},{bidder: 'brealtime', params: { placementId: '0' }},{bidder: 'sovrn', params: { tagid: '0'}},{bidder: 'appnexus', params: { placementId: '0' }},{bidder: 'pulsepoint', params: { cf: '', cp: 560269, ct: 0 }}] },{code: 'div-gpt-ad-cubshq_com-box-2-0', sizes: [[468,60]], bids: [{bidder: 'conversant', params: { site_id: '108462', secure: 1 }}] },{code: 'div-gpt-ad-cubshq_com-large-leaderboard-1-0', sizes: [[300,250]], bids: [{bidder: 'conversant', params: { site_id: '108462', secure: 1 }},{bidder: 'districtm', params: { placementId: '11005077' }},{bidder: 'brealtime', params: { placementId: '11430062' }},{bidder: 'sovrn', params: { tagid: '402243'}},{bidder: 'appnexus', params: { placementId: '10036853' }},{bidder: 'pulsepoint', params: { cf: '300X250', cp: 560269, ct: 472597 }}] },{code: 'div-gpt-ad-cubshq_com-medrectangle-1-0', sizes: [[336,280],[300,250]], bids: [{bidder: 'conversant', params: { site_id: '108462', secure: 1 }},{bidder: 'districtm', params: { placementId: '11005077' }},{bidder: 'brealtime', params: { placementId: '11430062' }},{bidder: 'sovrn', params: { tagid: '402243'}},{bidder: 'appnexus', params: { placementId: '10036853' }},{bidder: 'pulsepoint', params: { cf: '300X250', cp: 560269, ct: 472597 }}] }];epbjs.addAdUnits(e);epbjs.aliasBidder('appnexus', 'conversant');epbjs.aliasBidder('appnexus', 'districtm');epbjs.aliasBidder('appnexus', 'brealtime');epbjs.SS={"appnexus":10010,"brealtime":10039,"conversant":10034,"districtm":10035,"pulsepoint":10019,"sovrn":10018},epbjs.bidderSettings={conversant: { bidCpmAdjustment: function(bidCpm) { var adj1 = bidCpm * 1.000000; var adj2 = adj1 * 1.300000; return adj2; }},districtm: { bidCpmAdjustment: function(bidCpm) { var adj1 = bidCpm * 1.000000; var adj2 = adj1 * 1.300000; return adj2; }},brealtime: { bidCpmAdjustment: function(bidCpm) { var adj1 = bidCpm * 0.900000; var adj2 = adj1 * 1.300000; return adj2; }},sovrn: { bidCpmAdjustment: function(bidCpm) { var adj1 = bidCpm * 0.850000; var adj2 = adj1 * 1.300000; return adj2; }},pulsepoint: { bidCpmAdjustment: function(bidCpm) { var adj1 = bidCpm * 0.750000; var adj2 = adj1 * 1.300000; return adj2; }},standard:{adserverTargeting:[{key:"hb_bidder",val:function(e){return e.bidderCode}},{key:"hb_adid",val:function(e){return e.adId}},{key:"hb_pb",val:function(e){var s=e.cpm;return 5>s?(Math.floor(100*s)/100).toFixed(2):(Math.floor(10*s)/10).toFixed(2)}},{key:"hb_ssid",val:function(e){return"ehb"==e.bidder?0:"undefined"!=typeof epbjs.SS[e.bidder]?epbjs.SS[e.bidder]:(console.error("epbjs: NO MATCH"),0)}}]}},epbjs.onEvent("bidWon",function(e){"ehb"==e.bidder?epbjs.ezdss[e.adUnitCode]=e.ss:"undefined"!=typeof epbjs.SS[e.bidder]?(epbjs.ezdss[e.adUnitCode]=epbjs.SS[e.bidder],1==epbjs.useAdj&&["sovrn","openx","pulsepoint","defymedia","aol","conversant","districtm","admedia","brealtime","sonobi","criteo"].indexOf(e.bidder)>-1&&(epbjs.ezobid[e.adUnitCode]=e.cpm/1.300000)):console.error("epbjs: NO MATCH")}),epbjs.requestBids({bidsBackHandler:function(e){epbjs.fastLoadAuctionEnd = true; epbjs.setTargetingForGPTAsync()}})});
</script><script data-cfasync="false" data-pagespeed-no-defer type='text/javascript'>window.isEZABL=false;window.ezmadspc=300;window.ezoViewCheck = false;</script><script data-cfasync="false" data-pagespeed-no-defer type='text/javascript'>window.ezDisableInitialLoad=false;</script><script data-cfasync="false" data-pagespeed-no-defer type='text/javascript'>
window.googletag = window.googletag || {};
googletag.cmd = googletag.cmd || [];
(function() {
var gads = document.createElement('script');
gads.async = true;
gads.type = 'text/javascript';
var useSSL = 'https:' == document.location.protocol;
gads.src = (useSSL ? 'https:' : 'http:') +
'//www.googletagservices.com/tag/js/gpt.js';
var node = document.getElementsByTagName('script')[0];
node.parentNode.insertBefore(gads, node);
})();



</script>
<script data-cfasync="false" data-pagespeed-no-defer type='text/javascript'>
googletag.cmd.push(function() {googletag.destroySlots();if(typeof window.isEZABL == 'undefined' || window.isEZABL != true) {ezslot_0 = googletag.defineSlot('/1254144/cubshq_com-box-1',[300,250],'div-gpt-ad-cubshq_com-box-1-0').addService(googletag.pubads()).setTargeting('iid12','1121430').setTargeting('t','134').setTargeting('d','37919').setTargeting('t1','134').setTargeting('pvc','0').setTargeting('ap','1120').setTargeting('sap','1120').setTargeting('a','|5|').setTargeting('as','revenue').setTargeting('plat','1').setTargeting('bra','mod6').setTargeting('ic','1').setTargeting('at','mbf').setTargeting('adr','399').setTargeting('reft','tf').setTargeting('refs','30').setTargeting('ga','2497208').setTargeting('gala','').setTargeting('rid','99998').setTargeting('pt','1').setTargeting('al','1000').setTargeting('compid','0').setTargeting('tap','cubshq_com-box-1-1121430').setTargeting('bv','13').setTargeting('acptad','1').setCollapseEmptyDiv(false).setTargeting('br1','650').setTargeting('br2','300').setTargeting('ezoic','1').setTargeting('deal1',[21,22,23,24,25,26,13,14,15,16]);ezslot_0.set('adsense_background_color','FFFFFF').set('adsense_border_color','FFFFFF').set('adsense_channel_ids','2610147836').set('adsense_link_color','20929A').set('adsense_text_color','000000').set('adsense_url_color','F0F0F0');ezrpos[0]="0";ezslot_1 = googletag.defineSlot('/1254144/cubshq_com-large-billboard-2',[300,250],'div-gpt-ad-cubshq_com-large-billboard-2-0').addService(googletag.pubads()).setTargeting('iid12','1140630').setTargeting('t','134').setTargeting('d','37919').setTargeting('t1','134').setTargeting('pvc','0').setTargeting('ap','1121').setTargeting('sap','1121').setTargeting('a','|251|').setTargeting('as','revenue').setTargeting('plat','1').setTargeting('bra','mod6').setTargeting('ic','1').setTargeting('at','mbf').setTargeting('adr','399').setTargeting('reft','n').setTargeting('refs','120').setTargeting('ga','2497208').setTargeting('gala','').setTargeting('rid','99998').setTargeting('pt','0').setTargeting('al','1034').setTargeting('compid','0').setTargeting('tap','cubshq_com-large-billboard-2-1140630').setTargeting('bv','14').setCollapseEmptyDiv(false).setTargeting('br1','2100').setTargeting('br2','1100').setTargeting('ezoic','1').setTargeting('deal1',[22,23,24,25,26]);ezslot_1.set('adsense_background_color','FFFFFF').set('adsense_border_color','FFFFFF').set('adsense_channel_ids','2610147836').set('adsense_link_color','0C9C11').set('adsense_text_color','000000').set('adsense_url_color','0C9C11');ezrpos[1]="1";ezslot_2 = googletag.defineSlot('/1254144/cubshq_com-box-4',[728,90],'div-gpt-ad-cubshq_com-box-4-0').addService(googletag.pubads()).setTargeting('iid12','1124731').setTargeting('t','134').setTargeting('d','37919').setTargeting('t1','134').setTargeting('pvc','0').setTargeting('ap','1134').setTargeting('sap','1134').setTargeting('a','|1|').setTargeting('as','revenue').setTargeting('plat','1').setTargeting('bra','mod6').setTargeting('ic','1').setTargeting('at','mbf').setTargeting('adr','399').setTargeting('reft','tf').setTargeting('refs','120').setTargeting('ga','2497208').setTargeting('gala','').setTargeting('rid','99998').setTargeting('pt','6').setTargeting('al','1003').setTargeting('compid','0').setTargeting('tap','cubshq_com-box-4-1124731').setTargeting('bv','1').setCollapseEmptyDiv(false).setTargeting('br1','220').setTargeting('br2','100').setTargeting('ezoic','1').setTargeting('deal1',[20,21,22,23,24,25,26,9,10,11,12,13,14,15,16]);ezslot_2.set('adsense_background_color','FFFFFF').set('adsense_border_color','FFFFFF').set('adsense_channel_ids','2610147836').set('adsense_link_color','1a0dab').set('adsense_text_color','545454').set('adsense_url_color','006621');ezrpos[2]="2";ezslot_3 = googletag.defineSlot('/1254144/cubshq_com-banner-1',[580,400],'div-gpt-ad-cubshq_com-banner-1-0').addService(googletag.pubads()).setTargeting('iid12','1126081').setTargeting('t','134').setTargeting('d','37919').setTargeting('t1','134').setTargeting('pvc','0').setTargeting('ap','1127').setTargeting('sap','1127').setTargeting('a','|251|').setTargeting('as','revenue').setTargeting('plat','1').setTargeting('bra','mod6').setTargeting('ic','1').setTargeting('at','mbf').setTargeting('adr','399').setTargeting('reft','tf').setTargeting('refs','120').setTargeting('ga','2497208').setTargeting('gala','').setTargeting('rid','99998').setTargeting('pt','5').setTargeting('al','1030').setTargeting('compid','0').setTargeting('tap','cubshq_com-banner-1-1126081').setTargeting('bv','19').setCollapseEmptyDiv(false).setTargeting('br1','750').setTargeting('br2','400').setTargeting('ezoic','1').setTargeting('deal1',[21,22,23,24,25,26,14,15,16]);ezslot_3.set('adsense_background_color','FFFFFF').set('adsense_border_color','FFFFFF').set('adsense_channel_ids','2610147836').set('adsense_link_color','0C9C11').set('adsense_text_color','000000').set('adsense_url_color','0C9C11');ezrpos[3]="3";ezslot_4 = googletag.defineSlot('/1254144/cubshq_com-box-2',[468,60],'div-gpt-ad-cubshq_com-box-2-0').addService(googletag.pubads()).setTargeting('iid12','1154431').setTargeting('t','134').setTargeting('d','37919').setTargeting('t1','134').setTargeting('pvc','0').setTargeting('ap','1124').setTargeting('sap','1124').setTargeting('a','|3|').setTargeting('as','revenue').setTargeting('plat','1').setTargeting('bra','mod6').setTargeting('ic','1').setTargeting('at','mbf').setTargeting('adr','399').setTargeting('reft','tf').setTargeting('refs','120').setTargeting('ga','2497208').setTargeting('gala','').setTargeting('rid','99998').setTargeting('pt','7').setTargeting('al','1001').setTargeting('compid','0').setTargeting('tap','cubshq_com-box-2-1154431').setTargeting('bv','18').setTargeting('acptad','1').setCollapseEmptyDiv(false).setTargeting('br1','800').setTargeting('br2','400').setTargeting('ezoic','1').setTargeting('deal1',[21,22,23,24,25,26,15,16]);ezslot_4.set('adsense_background_color','FFFFFF').set('adsense_border_color','FFFFFF').set('adsense_channel_ids','2610147836').set('adsense_link_color','0000FF').set('adsense_text_color','000000').set('adsense_url_color','828282');ezrpos[4]="4";ezslot_5 = googletag.defineSlot('/1254144/cubshq_com-large-leaderboard-1',[300,250],'div-gpt-ad-cubshq_com-large-leaderboard-1-0').addService(googletag.pubads()).setTargeting('iid12','1137630').setTargeting('t','134').setTargeting('d','37919').setTargeting('t1','134').setTargeting('pvc','0').setTargeting('ap','1122').setTargeting('sap','1122').setTargeting('a','|124|').setTargeting('as','revenue').setTargeting('plat','1').setTargeting('bra','mod6').setTargeting('ic','1').setTargeting('at','mbf').setTargeting('adr','399').setTargeting('reft','tf').setTargeting('refs','30').setTargeting('ga','2497208').setTargeting('gala','').setTargeting('rid','99998').setTargeting('pt','0').setTargeting('al','1035').setTargeting('compid','0').setTargeting('tap','cubshq_com-large-leaderboard-1-1137630').setTargeting('bv','13').setCollapseEmptyDiv(false).setTargeting('br1','3200').setTargeting('br2','1600').setTargeting('ezoic','1').setTargeting('deal1',[24,25,26]);ezslot_5.set('adsense_background_color','FFFFFF').set('adsense_border_color','FFFFFF').set('adsense_channel_ids','2610147836').set('adsense_link_color','FF0000').set('adsense_text_color','000000').set('adsense_url_color','FF0000');ezrpos[5]="5";ezslot_6 = googletag.defineSlot('/1254144/cubshq_com-medrectangle-1',[336,280],'div-gpt-ad-cubshq_com-medrectangle-1-0').addService(googletag.pubads()).setTargeting('iid12','1109131').setTargeting('t','134').setTargeting('d','37919').setTargeting('t1','134').setTargeting('pvc','0').setTargeting('ap','1129').setTargeting('sap','1129').setTargeting('a','|3|').setTargeting('as','revenue').setTargeting('plat','1').setTargeting('bra','mod6').setTargeting('ic','1').setTargeting('at','mbf').setTargeting('adr','399').setTargeting('reft','tf').setTargeting('refs','120').setTargeting('ga','2497208').setTargeting('gala','').setTargeting('rid','99998').setTargeting('pt','4').setTargeting('al','1004').setTargeting('compid','0').setTargeting('tap','cubshq_com-medrectangle-1-1109131').setTargeting('bv','15').setTargeting('acptad','1').setCollapseEmptyDiv(false).setTargeting('br1','3200').setTargeting('br2','1600').setTargeting('ezoic','1').setTargeting('deal1',[24,25,26]);ezslot_6.set('adsense_background_color','FFFFFF').set('adsense_border_color','FFFFFF').set('adsense_channel_ids','2610147836').set('adsense_link_color','0000FF').set('adsense_text_color','000000').set('adsense_url_color','828282');ezrpos[6]="6";}else{window.ezHideLocations=[];ezslot_0 = googletag.defineSlot('/1254144/cubshq_com-box-1',[300,250],'div-gpt-ad-cubshq_com-box-1-0').addService(googletag.pubads()).setTargeting('iid12','1121430').setTargeting('t','134').setTargeting('d','37919').setTargeting('t1','134').setTargeting('pvc','0').setTargeting('ap','1120').setTargeting('sap','1120').setTargeting('a','|5|').setTargeting('as','revenue').setTargeting('plat','1').setTargeting('bra','mod6').setTargeting('ic','1').setTargeting('at','mbf').setTargeting('adr','399').setTargeting('reft','tf').setTargeting('refs','30').setTargeting('ga','2497208').setTargeting('gala','').setTargeting('rid','99998').setTargeting('pt','1').setTargeting('al','1000').setTargeting('compid','0').setTargeting('tap','cubshq_com-box-1-1121430').setTargeting('bv','13').setTargeting('acptad','1').setCollapseEmptyDiv(false).setTargeting('br1','650').setTargeting('br2','300').setTargeting('ezoic','1').setTargeting('deal1',[21,22,23,24,25,26,13,14,15,16]);ezslot_0.set('adsense_background_color','FFFFFF').set('adsense_border_color','FFFFFF').set('adsense_channel_ids','2610147836').set('adsense_link_color','20929A').set('adsense_text_color','000000').set('adsense_url_color','F0F0F0');ezrpos[0]="0";window.ezHideLocations.push('div-gpt-ad-cubshq_com-large-billboard-2-0');window.ezHideLocations.push('div-gpt-ad-cubshq_com-box-4-0');window.ezHideLocations.push('div-gpt-ad-cubshq_com-banner-1-0');ezslot_4 = googletag.defineSlot('/1254144/cubshq_com-box-2',[468,60],'div-gpt-ad-cubshq_com-box-2-0').addService(googletag.pubads()).setTargeting('iid12','1154431').setTargeting('t','134').setTargeting('d','37919').setTargeting('t1','134').setTargeting('pvc','0').setTargeting('ap','1124').setTargeting('sap','1124').setTargeting('a','|3|').setTargeting('as','revenue').setTargeting('plat','1').setTargeting('bra','mod6').setTargeting('ic','1').setTargeting('at','mbf').setTargeting('adr','399').setTargeting('reft','tf').setTargeting('refs','120').setTargeting('ga','2497208').setTargeting('gala','').setTargeting('rid','99998').setTargeting('pt','7').setTargeting('al','1001').setTargeting('compid','0').setTargeting('tap','cubshq_com-box-2-1154431').setTargeting('bv','18').setTargeting('acptad','1').setCollapseEmptyDiv(false).setTargeting('br1','800').setTargeting('br2','400').setTargeting('ezoic','1').setTargeting('deal1',[21,22,23,24,25,26,15,16]);ezslot_4.set('adsense_background_color','FFFFFF').set('adsense_border_color','FFFFFF').set('adsense_channel_ids','2610147836').set('adsense_link_color','0000FF').set('adsense_text_color','000000').set('adsense_url_color','828282');ezrpos[4]="4";window.ezHideLocations.push('div-gpt-ad-cubshq_com-large-leaderboard-1-0');ezslot_6 = googletag.defineSlot('/1254144/cubshq_com-medrectangle-1',[336,280],'div-gpt-ad-cubshq_com-medrectangle-1-0').addService(googletag.pubads()).setTargeting('iid12','1109131').setTargeting('t','134').setTargeting('d','37919').setTargeting('t1','134').setTargeting('pvc','0').setTargeting('ap','1129').setTargeting('sap','1129').setTargeting('a','|3|').setTargeting('as','revenue').setTargeting('plat','1').setTargeting('bra','mod6').setTargeting('ic','1').setTargeting('at','mbf').setTargeting('adr','399').setTargeting('reft','tf').setTargeting('refs','120').setTargeting('ga','2497208').setTargeting('gala','').setTargeting('rid','99998').setTargeting('pt','4').setTargeting('al','1004').setTargeting('compid','0').setTargeting('tap','cubshq_com-medrectangle-1-1109131').setTargeting('bv','15').setTargeting('acptad','1').setCollapseEmptyDiv(false).setTargeting('br1','3200').setTargeting('br2','1600').setTargeting('ezoic','1').setTargeting('deal1',[24,25,26]);ezslot_6.set('adsense_background_color','FFFFFF').set('adsense_border_color','FFFFFF').set('adsense_channel_ids','2610147836').set('adsense_link_color','0000FF').set('adsense_text_color','000000').set('adsense_url_color','828282');ezrpos[6]="6";}googletag.pubads().addEventListener('slotRenderEnded', function(event) { __ez.queue.addFunc("ezbanger", "ezbanger", event, false, ['banger.js'], true, true, false, true); });googletag.pubads().addEventListener('impressionViewable', function(event) { __ez.queue.addFunc("ezvb", "ezvb", event, false, ['banger.js'], true, true, false, true); });googletag.pubads().addEventListener('slotVisibilityChanged', function(event) { __ez.queue.addFunc("ezvbc", "ezvbc", event, false, ['banger.js'], true, true, false, true); });googletag.enableServices();});if(typeof window.isEZABL == 'undefined' || window.isEZABL != true) {ezslots.push("ezslot_0");ezslots.push("ezslot_1");ezslots.push("ezslot_2");ezslots.push("ezslot_3");ezslots.push("ezslot_4");ezslots.push("ezslot_5");ezslots.push("ezslot_6");}else{ezslots.push("ezslot_0");ezslots.push("ezslot_4");ezslots.push("ezslot_6");}</script>
<script>(function(){function a(g,h,i){var j=new Date;j.setTime(j.getTime()+1e3*(60*(60*(24*i))));var k="expires="+j.toUTCString(),l=g+"="+h+";"+k+";path=/;";"undefined"!=typeof ezdomain&&(l+="domain="+ezdomain),document.cookie=l}var b=window.addEventListener?"addEventListener":"attachEvent",c=window[b],f="attachEvent"==b?"onmessage":"message";c(f,function(g){"undefined"!=typeof g.data.ezstatus&&(__ez.bit.AddAndFire(_ezaq.page_view_id,[new __ezDotData("dg",g.data.ezstatus)]),a("ezdg",g.data.ezstatus,730))})})();</script>
<script type="text/javascript" data-cfasync="false">var _ezaq = {"ad_cache_level":1,"ad_location_ids":"0,34,3,30,1,35,4,93,98","adx_ad_count":7,"bidder_version":3,"city":"","country":"US","days_since_last_visit":-1,"display_ad_count":7,"domain_id":37919,"ds_adsize_opt_id":-1,"engaged_time_visit":0,"ezcache_level":0,"forensiq_score":-1,"form_factor_id":1,"framework_id":1,"has_bad_words":0,"iab_category":"","is_from_recommended_pages":false,"is_return_visitor":false,"last_page_load":"","last_pageview_id":"","lt_cache_level":0,"max_ads":7,"metro_code":0,"page_ad_positions":"1120,1121,1122,1124,1127,1129,1131,1132,1134","page_view_count":0,"page_view_id":"b8fdf851-6aed-4769-512f-fcba967ed61e","pv_event_count":0,"response_time_orig":113,"serverid":"52.91.150.251:9485","sub_page_ad_positions":"1120,1121,1122,1124,1127,1129,1131,1132,1134","t_epoch":1518549552,"template_id":134,"time_on_site_visit":0,"url":"https://www.cubshq.com/update/Cubs-to-donate-raffle-proceeds-to-Hurricane-Harvey-relief-23502","user_id":1796712259,"word_count":777};var _ezim_d = {"cubshq_com-banner-1":{"adx_ad_count":7,"full_id":"cubshq_com-banner-1/2018-02-13/1126081","height":"400","position_id":1127,"sub_position_id":1127,"width":"580"},"cubshq_com-box-1":{"adx_ad_count":7,"full_id":"cubshq_com-box-1/2018-02-13/1121430","height":"250","position_id":1120,"sub_position_id":1120,"width":"300"},"cubshq_com-box-2":{"adx_ad_count":7,"full_id":"cubshq_com-box-2/2018-02-13/1154431","height":"60","position_id":1124,"sub_position_id":1124,"width":"468"},"cubshq_com-box-4":{"adx_ad_count":7,"full_id":"cubshq_com-box-4/2018-02-13/1124731","height":"90","position_id":1134,"sub_position_id":1134,"width":"728"},"cubshq_com-large-billboard-2":{"adx_ad_count":7,"full_id":"cubshq_com-large-billboard-2/2018-02-13/1140630","height":"250","position_id":1121,"sub_position_id":1121,"width":"300"},"cubshq_com-large-leaderboard-1":{"adx_ad_count":7,"full_id":"cubshq_com-large-leaderboard-1/2018-02-13/1137630","height":"250","position_id":1122,"sub_position_id":1122,"width":"300"},"cubshq_com-medrectangle-1":{"adx_ad_count":7,"full_id":"cubshq_com-medrectangle-1/2018-02-13/1109131","height":"280","position_id":1129,"sub_position_id":1129,"width":"336"},"cubshq_com-nativedouble-1":{"adx_ad_count":7,"full_id":"cubshq_com-nativedouble-1/2018-02-13/1106280","height":"480","position_id":1131,"sub_position_id":1131,"width":"100"},"cubshq_com-vertical-1":{"adx_ad_count":7,"full_id":"cubshq_com-vertical-1/2018-02-13/1099081","height":"190","position_id":1132,"sub_position_id":1132,"width":"100"}};var _ezat = {"domain_id":37919,"form_factor_id":1,"framework_id":1,"pageview_date":"2018-02-13","pageview_id":"b8fdf851-6aed-4769-512f-fcba967ed61e","template_id":134,"url":"https://www.cubshq.com/update/Cubs-to-donate-raffle-proceeds-to-Hurricane-Harvey-relief-23502","visit_uuid":"9ad9db6c-849e-42b8-4f4f-f9ffc465b913"};</script><script data-cfasync='false' type="text/javascript" src="/detroitchicago/rochester.js?cb=172-1&v=8" async></script><script data-pagespeed-no-defer data-cfasync='false' type="text/javascript">__ez.queue.addFile('banger.js', '/porpoiseant/banger.js?cb=172-1&bv=2&v=27&PageSpeed=off', true, [], true, false, false, true);</script><script data-pagespeed-no-defer data-cfasync='false'>
function create_ezolpl() {
    var d = new Date();
    d.setTime(d.getTime() + (365*24*60*60*1000));
    var expires = "expires="+d.toUTCString();
    document.cookie = "ezux_lpl_37919=" + new Date().getTime() + "|b8fdf851-6aed-4769-512f-fcba967ed61e; " + expires;
}
function attach_ezolpl() {
    if(window.attachEvent) {
        window.attachEvent('onload', create_ezolpl);
    } else {
        if(window.onload) {
            var curronload = window.onload;
            var newonload = function(evt) {
                curronload(evt);
                create_ezolpl();
            };
            window.onload = newonload;
        } else {
            window.onload = create_ezolpl;
        }
    }
}
attach_ezolpl();
</script>

    


<title>Cubs to donate raffle proceeds to Hurricane Harvey relief | CubsHQ</title>
<meta name="description" content="CHICAGO – Cubs Charities will join the fight to help those affected by Hurricane Harvey Wednesday, August 30, by donating that night’s 50/50 Raffle proceeds to ">
<meta name="news_keywords" content="Cubs,Cubs Baseball">
<meta name="keywords" content=",  stats,  player profile,  news,  scouting report,  rankings,  college list, Chicago Cubs, Chicago Cubs Baseball, Chicago Cubs Schedule, Chicago Cubs Roster, Major League Baseball, MLB">
<link rel="canonical" href="https://www.cubshq.com/update/Cubs-to-donate-raffle-proceeds-to-Hurricane-Harvey-relief-23502">


<meta property="og:type" content="article">
<meta property="og:image" content="http://images.cubshq.com/stories/16/baseball/wrigley_opener.jpg">
<meta property="og:image:width" content="1589">
<meta property="og:image:height" content="928">
<meta property="og:image:alt" content="CHICAGO – Cubs Charities will join the fight to help those affected by Hurricane Harvey Wednesday, August 30, by donating that night’s 50/50 Raffle proceeds to ">
<meta property="og:image:secure_url" content="https://images.cubshq.com/stories/16/baseball/wrigley_opener.jpg">
<meta property="og:title" content="Cubs to donate raffle proceeds to Hurricane Harvey relief">

<meta property="og:description" content="CHICAGO – Cubs Charities will join the fight to help those affected by Hurricane Harvey Wednesday, August 30, by donating that night’s 50/50 Raffle proceeds to ">
<meta property="og:url" content="https://www.cubshq.com/update/Cubs-to-donate-raffle-proceeds-to-Hurricane-Harvey-relief-23502">
<meta property="og:site_name" content="CubsHQ.com">
<meta name="twitter:card" content="summary">
<meta name="twitter:site" content="@ChicagoCubsHQ">
<meta name="twitter:creator" content="@ChicagoCubsHQ">
<meta name="twitter:title" content="Cubs to donate raffle proceeds to Hurricane Harvey relief - CubsHQ.com">
<meta name="twitter:description" content="CHICAGO – Cubs Charities will join the fight to help those affected by Hurricane Harvey Wednesday, "> 
<meta name="twitter:image:src" content="https://images.cubshq.com/stories/16/baseball/wrigley_opener.jpg">
<meta property="article:published_time" content="2017-08-29T19:10:34-03:00">
<meta property="fb:app_id" content="1598830207108898">
<link rel="icon" type="image/png" href="https://images.cubshq.com/favicon.png">
<link rel="icon" sizes="192x192" href="https://images.cubshq.com/logos/main-logo_192.png">






<style>
body{background-color:#555;background-position:center center;background-repeat:repeat-y;text-align:center;border:0;color:#333;font-family:Verdana, Arial, Helvetica, sans-serif;font-size:12px;padding:0;margin:0}a{text-decoration:none}a:link{color:#002b5b}a:visited{color:#D12325}a:active{color:#002b5b}a:hover{text-decoration:underline;color:#D12325}blockquote{font-size:12px;font-style:normal;font-weight:bold;margin-top:10px;margin-bottom:10px;margin-left:50px;padding-left:15px;border-left:3px solid #D12325}h2{display:block;font-size:1.5em;font-weight:bold;margin:0.83em 0}img{border:0;vertical-align:middle}input{border:1px solid #000}textarea{border:1px solid #000000}table{text-align:left}th,th a:link,th a:visited,th a:hover{background-color:#0E3386;border:1px solid #000000;margin:3px;padding:0.05cm;padding-left:5px;color:white;font-size:11px;font-weight:bold}th a,th a:link,th a:visited,th a:hover{border-width:0px}ul{list-style-image:none;list-style-position:outside;list-style-type:none}p{font-size:12px;line-height:18px;margin:5px 0 15px 0}a.not-visited:hover,a.not-visited:active,a.not-visited:visited{color:#002b5b !important}input.button{background-color:#E8E8E8}p.highlight{color:#FFF;font-weight:bold}table.center{margin-left:auto;margin-right:auto}table.nocenter{margin-left:0}th.left{text-align:left;padding-left:0.1cm}th.big{font-size:18px}ul.dot{list-style-image:url("https://images.cubshq.com/icons/b.gif");line-height:20px;font-size:14px}.checkbox{padding-left:0.0cm;border-width:0px}.radio{border:0}#main_layout_wrapper{width:1145px;background:#fff url("https://static.cubshq.com/css/bimg/bg.gif") no-repeat;margin:auto;text-align:left;border-top:1px solid #000}#main_layout_wrapper #header{background:#f4f4f4 url("https://static.cubshq.com/css/bimg/bg.gif") repeat-y}#no_side_layout_wrapper{width:1145px;background:#fff url("https://static.cubshq.com/css/bimg/bg.gif") no-repeat;margin:auto;text-align:left;border-top:1px solid #000}#no_side_layout_wrapper #header{background:#f4f4f4 url("https://static.cubshq.com/css/bimg/bg.gif") repeat-y}#layout_body{line-height:18px;font-size:14px;min-height:700px;height:auto !important;height:700px;text-align:left;float:left;background:#fff;width:794px;padding-bottom:20px;margin-left:10px;margin-right:10px}#layout_body p{text-align:left;font-size:12px;margin:5px 0 8px 0}#layout_body h3{font-size:14px}#layout_body ul{list-style-type:circle}#no_side_layout_wrapper #layout_body{width:1125px}#layout_right{min-height:700px;height:auto !important;height:700px;text-align:center;border-left:1px solid #CCC;width:310px;background:transparent;float:right;margin-top:10px}* html #layout_right{width:340px}#left_column{width:484px;background:transparent;float:left;margin:10px 9px 15px 7px}* html #left_column{width:479px;margin-bottom:10px}#right_column{width:300px;padding:0 9px;background:transparent;margin-top:10px;float:left}* html #right_column{width:295px}#breaking-container{width:1020px;margin:auto}#breaking{display:none;font-family:Verdana,Arial,Helvetica,sans-serif;-moz-box-shadow:0 0 5px 5px #0E3386;-webkit-box-shadow:0 0 5px 5px #0E3386;box-shadow:0 5px 5px -2px #0E3386;margin:0 auto 5px auto;border-radius:0 0 15px 15px;height:40px;width:98%;background-color:#D12325}#breaking-text{text-shadow:0.1em 0.1em 0.2em black;height:25px;font-weight:bold;border-radius:15px 0 0 15px;padding:3px 5px 13px 15px;display:inline-block;font-size:24px;color:white;background-color:#0E3386}#breaking-link{text-shadow:0.1em 0.1em 0.2em black;padding-left:10px;font-weight:bold;font-size:1.6em;color:white;display:inline-block}#close-breaking{display:none;float:right;position:relative;top:11px;right:10px}#site_activity{position:absolute;right:15px;top:0px;font-size:12px}.site_activity_count{float:left;text-align:right;width:35px;padding-right:4px;font-weight:bold}#welcome{position:absolute;width:310px;top:0px;right:330px;text-align:center;font-size:18px;font-family:'Times New Roman';color:#0E3386}#established{position:absolute;width:230px;top:18px;right:230px;text-align:center;font-size:12px}#stats{position:absolute;top:30px;left:480px;text-align:left;font-size:11px;color:#0E3386}#stats .norm{color:#000;font-family:Verdana;font-size:10px}#login{position:absolute;top:55px;right:370px;text-align:center;font-size:14px;font-weight:bold}#login a{color:#0E3386;font-weight:bold}#tmail_check{padding-bottom:10px;position:absolute;width:230px;top:25px;right:230px;text-align:center;font-size:10px}#tmail_check a{font-size:10px}#register{position:absolute;width:230px;top:60px;right:230px;text-align:center;font-size:12px}#register a,.register{font-family:Arial;font-weight:bold;font-size:16px;color:#D12325}#logo{width:495px;height:83px;background-repeat:no-repeat;background-position:center;background-image:url("https://images.cubshq.com/logos/main-logo-3-c.png")}.site_activity{color:#0E3386;font-family:'Times New Roman';font-size:18px;padding-left:7px}#main_menu{position:absolute;top:85px;left:0;width:100%;height:38px;text-align:center;background:url(https://static.cubshq.com/css/images/menu_back.png)}#top_menu,#top_menu ul{padding:0;margin:0;list-style-type:none;z-index:100}#top_menu a,#top_menu a:visited{display:block;color:#fff;width:109px;font-size:12px;height:35px;line-height:32px;text-decoration:none;text-indent:5px;border:1px solid #000;z-index:100}#top_menu li{float:left;background:#0E3386}#top_menu li:hover{background:#D12325;position:relative}#top_menu>li{background:url(https://static.cubshq.com/css/images/menu_back.png)}#top_menu>li:hover{background:url(https://static.cubshq.com/css/images/menu_back_selected.png)}#top_menu li ul li a,#top_menu li ul li a:visited{font-size:11px}#top_menu li ul{display:none}#top_menu li:hover>ul{display:block;position:absolute;top:0px;left:105px}#top_menu>li:hover>ul{left:0px;top:36px}* html #top_menu li a:hover{position:relative;background:url(https://static.cubshq.com/css/images/menu_back_selected.png);z-index:100}#top_menu li.fly>a{background:url(https://static.cubshq.com/css/bimg/fly.gif) no-repeat right center}* html #top_menu li ul{visibility:hidden;display:block;position:absolute;top:-11px;left:80px;padding:10px 30px 30px 30px;background:transparent url(https://static.cubshq.com/css/bimg/transparent.gif)}#top_menu li a:hover ul ul{visibility:hidden}#top_menu li a:hover ul a:hover ul ul{visibility:hidden}#top_menu li a:hover ul a:hover ul a:hover ul ul{visibility:hidden}#top_menu li a:hover ul{visibility:visible;left:-31px;top:28px}#top_menu li a:hover ul a:hover ul{visibility:visible;top:-11px;left:80px}#top_menu li a:hover ul a:hover ul a:hover ul{visibility:visible}#top_menu li a:hover ul a:hover ul a:hover ul a:hover ul{visibility:visible}#quick_links_left{font-family:arial, sans-serif;position:absolute;bottom:0;left:0px;background:#D12325;width:720px}#quick_links_left ul{padding:0;margin:0;list-style-type:none;margin-left:10px}#quick_links_left ul li{float:left;font-size:11px;color:#FFF;margin:0 7px 0 0;line-height:25px}#quick_links_left ul li a,#quick_links_left ul li a:visited{font-size:1em;color:#000;text-decoration:none}#quick_links_left ul li a:hover{color:#fff;border-bottom:1px solid #000}#quick_links_right{vertical-align:bottom;font-family:arial, sans-serif;position:absolute;right:0px;bottom:0;background:#D12325;width:370px}#quick_links_right ul{padding:0;margin:0;list-style-type:none}#quick_links_right ul li{float:right;font-size:10px;color:#FFF;margin:0 10px 0 0px;line-height:25px;font-family:arial, sans-serif}#quick_links_right ul li a,#quick_links_right ul li a:visited{font-size:1em;color:#000;text-decoration:none}#quick_links_right ul li a.highlight,#quick_links_right ul li a.highlight:visited{color:#FFF}#aaquick_links_right ul li a:hover{color:#FFF;border-bottom:1px solid #000}#quick_links_right ul li a:hover{color:#000;background:#D12325;color:#fff}#quick_links_right ul li a img{vertical-align:middle}#header{width:100%;height:147px;float:left;position:relative;margin-top:5px;border-bottom:1px solid #000}#quick_links_left{font-family:arial, sans-serif;position:absolute;bottom:0;left:0px;background:#D12325;width:720px}#quick_links_left ul{padding:0;margin:0;list-style-type:none;margin-left:10px}#quick_links_left ul li{float:left;font-size:11px;color:#FFF;margin:0 7px 0 0;line-height:25px}#quick_links_left ul li a,#quick_links_left ul li a:visited{font-size:1em;color:#000;text-decoration:none}#quick_links_left ul li a:hover{color:#fff;border-bottom:1px solid #000}#quick_links_right{vertical-align:bottom;font-family:arial, sans-serif;position:absolute;right:0px;bottom:0;background:#D12325;width:370px}#quick_links_right ul{padding:0;margin:0;list-style-type:none}#quick_links_right ul li{float:right;font-size:10px;color:#FFF;margin:0 10px 0 0px;line-height:25px;font-family:arial, sans-serif}#quick_links_right ul li a,#quick_links_right ul li a:visited{font-size:1em;color:#000;text-decoration:none}#quick_links_right ul li a.highlight,#quick_links_right ul li a.highlight:visited{color:#FFF}#aaquick_links_right ul li a:hover{color:#FFF;border-bottom:1px solid #000}#quick_links_right ul li a:hover{color:#000;background:#D12325;color:#fff}#quick_links_right ul li a img{vertical-align:middle}#site_activity{position:absolute;right:15px;top:0px;font-size:12px}.site_activity_count{float:left;text-align:right;width:35px;padding-right:4px;font-weight:bold}#welcome{position:absolute;width:310px;top:0px;right:330px;text-align:center;font-size:18px;font-family:'Times New Roman';color:#0E3386}#established{position:absolute;width:230px;top:18px;right:230px;text-align:center;font-size:12px}#stats{position:absolute;top:30px;left:480px;text-align:left;font-size:11px;color:#0E3386}#stats .norm{color:#000;font-family:Verdana;font-size:10px}#login{position:absolute;top:55px;right:370px;text-align:center;font-size:14px;font-weight:bold}#login a{color:#0E3386;font-weight:bold}#tmail_check{padding-bottom:10px;position:absolute;width:230px;top:25px;right:230px;text-align:center;font-size:10px}#tmail_check a{font-size:10px}#register{position:absolute;width:230px;top:60px;right:230px;text-align:center;font-size:12px}#register a,.register{font-family:Arial;font-weight:bold;font-size:16px;color:#D12325}#logo{width:495px;height:83px;background-repeat:no-repeat;background-position:center;background-image:url("https://images.cubshq.com/logos/main-logo-3-c.png")}.site_activity{color:#0E3386;font-family:'Times New Roman';font-size:18px;padding-left:7px}#topAdBlock{background-color:#0E3386}a.header-link,a.header-link:visited,a.header-link:link{color:#fff}a.header-link:hover{color:#fff;text-decoration:underline}
/*# sourceMappingURL=desktop-main-inline.css.map */
    
#topAdBlock{width:1145px}#layout_right{padding:0 5px}#news-layout-body{line-height:20px;font-size:14px;min-height:700px;height:auto !important;height:700px;text-align:left;float:left;background:#fff;width:800px;padding-bottom:20px;margin-left:10px;margin-right:0px}#news-layout-body p{line-height:20px;text-align:left;font-size:14px;margin:5px 0 15px 0}#news-layout-body h3{font-size:14px}#news-layout-body ul{list-style-type:circle}.caption{font-family:Arial, Helv, sans-serif;font-style:italic;font-size:11px;font-weight:bold;padding-left:4px;padding-top:3px}#jive-reply-tree .jive-list{border:1px #cccccc solid}.jive-subject{font-family:tahoma,arial,sans-serif;font-size:14px;color:#000000}#story_body{line-height:18px;font-size:12px;padding-top:5px}#story-title{font-family:Arial;font-size:30px;font-weight:700;letter-spacing:-2px;line-height:30px;display:inline}#story-thread-post-button{background:#D12325;padding:5px 15px;margin-left:4px;border-top-left-radius:10px;border-top-right-radius:10px}#story p{margin-bottom:15px}#story a:visited{color:#0E3386}.story-photo{border:1px solid #4C3C1B;padding:5px;background-color:#f4f4f4;max-width:478px}.scroll-pane{width:98%;overflow:auto;border-top:1px solid #ccc;text-align:left;padding:0 0 5px 0;float:left;max-height:200px}.jspVerticalBar{width:8px}.jspContainer{z-index:999}.scroll-pane-board{max-height:200px}.ui-widget-header{border:none}.spacer{height:5px}#top-share .fb-like.fb_iframe_widget{position:relative;top:20px}.st_fblike_vcount .fb_iframe_widget span{height:61px !important}.st_fblike_hcount .fb_iframe_widget span{height:21px !important}.latest-article{width:243px;display:inline-block;margin:10px;vertical-align:top;text-align:center}.latest-article-img{height:120px;width:inherit;text-align:center}#author-name{font-weight:bold;margin-left:10px;font-size:1em;line-height:18px}#author-name .profile_tip{text-decoration:none !important;font-size:1.1em !important}#author-position{font-family:Arial;font-size:1em;font-style:italic}.news-title{font-size:1.2em;font-weight:bold}#header{float:none}.scroll-pane-board{max-height:200px}.ui-tabs .ui-tabs-nav{border:none}#top-share .fb-like.fb_iframe_widget iframe{width:100% !important}#bottom-share{text-align:center;margin-top:15px;margin-bottom:10px}#bottom-share .fb_iframe_widget span{height:17px !important}#bottom-share .fb_iframe_widget iframe{position:relative;right:5px;top:3px;width:80px !important;height:25px !important}#bottom-share .fb-like.fb_iframe_widget{top:-7px;width:55px}#send-feedback{margin-left:10px;font-size:1.1em;font-style:italic}#news-header-share{width:281px;height:75px;margin-right:0}.inside-photo{float:right;margin-left:5px;margin-bottom:3px}.story-date{font-size:0.9em}#pdf1,#pdf2{height:600px;-webkit-overflow-scrolling:touch}.menu,a.menu:link,a.menu:visited,a.menu:hover{font-family:Arial, Helvetica;font-size:13px;color:#FFFFFF;font-weight:bold;text-decoration:none}#related-updates{padding:5px;list-style-type:none;border:1px solid #ccc}#view-more-info-on-recruit a{color:#D12325}.photo{float:right;vertical-align:top}#recruit-position{color:#0E3386}#player-name{display:inline-block;width:98%;text-align:center;background-color:#0E3386}#player-name a{color:white !important;font-weight:bold;font-size:1.5em}#view-more-info-on-recruit{display:inline-block;margin-left:-10px;width:370px;padding:5px 10px;border-bottom-right-radius:6px;border-top-right-radius:6px;background-color:#0E3386;color:white;margin-bottom:15px;margin-top:10px}#view-more-info-on-recruit a{color:#D12325}.headshot{width:195px}.headshot-stat{font-weight:normal}.headshot-caption{max-width:200px}#facebook-recruiting{border:none;overflow:hidden;height:65px}.recruit-header{background-color:#D12325}
    

    
#story-ad, .story-ad {
    float: left;
    margin-right: 10px;
}
.jspVerticalBar { width:8px; }
.jspContainer { z-index:999 }
#sb-last { margin-right:0; }
#story_body a { text-decoration:underline; }
</style>
   



<script>
  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
  })(window,document,'script','https://www.google-analytics.com/analytics.js','ga');

  ga('create', 'UA-7744205-3', 'auto');
  ga('send', 'pageview');   
</script>




<script>
    
    

function changeDateFormat() {
  $(".update-date").css('display', 'none');
  $(".update-date2").css('display', 'inline-block');
}



function getPdfWidth() { return 800; } function getPdfHeight() { return 750; }

function loadFacebook(event) {
    $('#facebookBoxHolder').append('<iframe src="https://www.facebook.com/plugins/likebox.php?profile_id=669514206522270&amp;width=295&amp;height=155&amp;connections=5&amp;stream=false" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:295px; height:150px;" allowTransparency="true"></iframe>');
}
   
//$(document).ready(function() {
function doDeferred() {
//    $("#board-tabs").tabs({ load: function( event, ui ) { $('#board-front2').jScrollPane({contentWidth: 100}); $('#board-front2 .jspPane').css('width', '285px'); } });
    $("#related-updates").css('height', 20 + 27 * $("#related-updates li").size() + 'px');
    changeDateFormat();
    $('#recent-updates').scroll(debounce(changeDateFormat, 250, true));

   //$.getScript('https://static.cubshq.com/js/tooltips.js');
   $.getScript('https://static.cubshq.com/js/tipped.js', function() {
      Tipped.delegate('.utip', {
         skin: 'purple',
         ajax: { url: '/ajx/tooltip.do' }                    
      });
      
      Tipped.create('#copy-embed-button', 'Click to copy embed code!', { skin: 'purple', position: 'topleft' });
   });
   
   

   
   
   
   var formatSearchBox = function() {
   $(".gsc-clear-button").css('display', 'none');
   $("table.gsc-search-box").css('margin-bottom', '0');
   $("table.gsc-search-box").css('border', '1px solid #CCCCCC');
   
   $(".gsc-input").css('height', '30px');
   $(".gsc-input").css('width', '100%'); 
   //$(".gsc-input").css('padding', '0');
   $(".gsc-input").css('border-top-right-radius', '0');
   $(".gsc-input").css('border-bottom-right-radius', '0');
   $(".gsc-input").css('padding-left', '10px');
   $(".gsc-input").css('padding-right', '5px');
   $(".gsc-input").css('border', '0');
   $(".gsc-input").css('background-position', '5px 8px');
   //$(".gsc-input").css('border', '1px solid #CCCCCC');
   $("table.gsc-search-box td.gsc-input").css('padding', '0');
   //$("input.gsc-search-button").css('padding', '0');
   $("input.gsc-search-button").css('padding-right', '5px');
   $("input.gsc-search-button").css('margin-left', '0');
   $("input.gsc-search-button").css('height', '32px');
   $("input.gsc-search-button").css('width', '30px');
   $("input.gsc-search-button").css('border', '0');
   $(".cse input.gsc-search-button, input.gsc-search-button").css('min-width', '25px');
   $("input.gsc-search-button").attr('value', '');
   $("input.gsc-search-button").css('background', 'url("https://images.cubshq.com/icons/i-magnify-25x25.png") no-repeat scroll 0 5px white');     
   $("input.gsc-search-button").css('border-top-left-radius', '0');
   $("input.gsc-search-button").css('border-bottom-left-radius', '0');
};

window.__gcse = {
    //parsetags: 'explicit',
    callback: formatSearchBox
};

(function() {
  var cx = '018006995673423067040:tl9fl7judwm';
  var gcse = document.createElement('script');
  gcse.type = 'text/javascript';
  gcse.async = true;
  gcse.src = (document.location.protocol == 'https:' ? 'https:' : 'http:') +
      '//cse.google.com/cse.js?cx=' + cx;
  var s = document.getElementsByTagName('script')[0];
  s.parentNode.insertBefore(gcse, s);
})();
       
   $.getScript('https://ws.sharethis.com/button/buttons.js', function() {
   
        var switchTo5x=true; var __st_loadLate=true;
        stLight.options({publisher: "fce9cab1-fc0f-43da-b4fb-b5257e05d334", onhover: false, doNotHash: true, doNotCopy: true, hashAddressBar: false});
   });
      
   $('#fbLike').append('<iframe src="https://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.facebook.com%2Fpages%2FCubsHQ%2F669514206522270&amp;layout=button_count&amp;show_faces=false&amp;width=85&amp;action=like&amp;colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="vertical-align: middle; border:none; overflow:hidden; width:85px; height:20px"></iframe>');
   $('#tnetTwitter').append('<iframe src="https://platform.twitter.com/widgets/follow_button.html?_=1309447087049&align=&button=blue&id=twitter_tweet_button_0&lang=en&link_color=&screen_name=ChicagoCubsHQ&show_count=false&show_screen_name=&text_color=" allowtransparency="true" frameborder="0" scrolling="no" class="twitter-follow-button" style="width: 260px; height: 20px; " title=""></iframe>');
   $('#facebookBoxHolder').waypoint(loadFacebook, { offset: '99%', triggerOnce: true });
//});

var clipboard = new Clipboard('#copy-embed-btn');
clipboard.on('success', function(e) {
    Tipped.remove('#copy-embed-button');
    Tipped.create('#copy-embed-button', 'Copied!', { skin: 'purple', position: 'topleft', 

    });        
    Tipped.show('#copy-embed-button');
    //e.clearSelection();
});
} 

</script>


<link rel="author" href="https://www.cubshq.com/about">
<link rel="alternate" title="CubsHQ.com - Chicago Cubs Updates" href="https://feeds.feedburner.com/cubshq-updates" type="application/rss+xml">



<style>.ezoic-ad.box-1 { display:block !important;float:none;margin-bottom:5px !important;margin-left:0px !important;margin-right:0px !important;margin-top:2px !important;min-height:250px;min-width:300px;text-align:center !important; }
.ezoic-ad.large-billboard-2 { display:block !important;float:none !important;margin-bottom:2px !important;margin-left:0px !important;margin-right:0px !important;margin-top:2px !important;min-height:270px;min-width:300px;text-align:center !important; }
.ezoic-ad.box-4 { display:block !important;float:none !important;margin-bottom:2px !important;margin-left:0px !important;margin-right:0px !important;margin-top:10px !important;min-height:90px;min-width:728px;text-align:center !important; }
.ezoic-ad.banner-1 { display:block !important;float:none !important;margin-bottom:2px !important;margin-left:0px !important;margin-right:0px !important;margin-top:10px !important;min-height:400px;min-width:580px;text-align:center !important; }
.ezoic-ad.box-2 { display:inline-block;float:none !important;margin-bottom:2px !important;margin-left:0px !important;margin-right:0px !important;margin-top:2px !important;min-height:80px;min-width:468px;text-align:center !important; }
.ezoic-ad.large-leaderboard-1 { display:block !important;float:none;margin-bottom:2px !important;margin-left:0px !important;margin-right:0px !important;margin-top:2px !important;min-height:270px;min-width:300px;text-align:center !important; }
.ezoic-ad.medrectangle-1 { display:block !important;float:none !important;margin-bottom:2px !important;margin-left:0px !important;margin-right:0px !important;margin-top:10px !important;min-height:280px;min-width:336px;text-align:center !important; }
.ezoic-ad.nativedouble-1 { display:block !important;float:none;margin-bottom:2px !important;margin-left:0px !important;margin-right:0px !important;margin-top:2px !important;min-height:480px;min-width:100%;text-align:center !important; }
.ezoic-ad.vertical-1 { display:block !important;float:none;margin-bottom:2px !important;margin-left:0px !important;margin-right:0px !important;margin-top:2px !important;min-height:190px;min-width:100%;text-align:center !important; }
.ezoic-ad{display:inline-block;}
.adtester-container-130{display:none}
.adtester-container-135{display:none}
.adtester-container-136{display:none}
.adtester-container-128{display:none}
.ezoic-floating-bottom { display: none!important; }</style>
<script data-cfasync="false" type="text/javascript">window.google_analytics_uacct = "UA-90462065-43";</script>
<script data-cfasync="false" type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['e._setAccount', 'UA-90462065-43']);
_gaq.push(['f._setAccount', 'UA-38339005-1']);
_gaq.push(['e._setDomainName', 'cubshq.com']);
_gaq.push(['f._setDomainName', 'cubshq.com']);
_gaq.push(['e._setCustomVar',1,'template','pub_site',3]);
_gaq.push(['e._setCustomVar',2,'t','134',3]);
_gaq.push(['e._setCustomVar',3,'rid','0',2]);
_gaq.push(['e._setCustomVar',4,'bra','mod6',3]);
_gaq.push(['e._setAllowAnchor',true]);
_gaq.push(['e._setSiteSpeedSampleRate', 10]);
_gaq.push(['f._setCustomVar',1,'template','pub_site',3]);
_gaq.push(['f._setCustomVar',2,'domain','cubshq.com',3]);
_gaq.push(['f._setSiteSpeedSampleRate', 20]);
_gaq.push(['e._trackPageview']);
_gaq.push(['f._trackPageview']);


(function() {
 var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
 ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
 var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
<script type="text/javascript">var ezouid = "1796712259";</script><base href="https://www.cubshq.com/update/Cubs-to-donate-raffle-proceeds-to-Hurricane-Harvey-relief-23502"><script type='text/javascript'>
var ezoTemplate = 'pub_site';
if(typeof ezouid == 'undefined')
{
    var ezouid = 'none';
}
var ezoFormfactor = '1';
var ezo_elements_to_check = Array();
</script><!-- START EZHEAD -->
<script type='text/javascript'>
var soc_app_id = '0';
var did = 37919;
var ezdomain = 'cubshq.com';
var ezoicSearchable = 1;
</script>
<!--{jquery}-->
<!-- END EZHEAD -->
<script data-pagespeed-no-defer data-cfasync='false' type='text/javascript' style='display:none'>
__ez.queue.addFile('__ezf_ezosuigeneris', '//g.ezoic.net/ezosuigeneris.js', true, [], true, false, false, false);
var __ez_ezosuigenerisEvt = function() { __ez.bit.AddAndFire(_ezaq['page_view_id'], [(new __ezDotData('universal_user_id', ezosuigeneris))]); };
__ez.queue.addFunc('__ez_ezosuigenerisEvt', '__ez_ezosuigenerisEvt', null, false, ['__ezf_ezosuigeneris'], false, false, false, false);</script><script data-pagespeed-no-defer data-cfasync='false' type='text/javascript' style='display:none'>__ez.queue.addFile('__ezf_ezosuigenerisc', '//g.ezoic.net/ezosuigenerisc.js?nogen=1', true, [], true, false, false, false);</script></head>
<body>





<div id="breaking-container">
</div>   


   
    <center><table id="topAdBlock"><tbody><tr><td align="left">
    <!-- Ezoic - Desktop-728-ATF - top_of_page -->
<span id="ezoic-pub-ad-placeholder-124"></span><span style='display:none;float:none !important;margin-bottom:2px !important;margin-left:0px !important;margin-right:0px !important;margin-top:2px !important;min-height:80px;min-width:468px;text-align:center !important;' class='ezoic-ad box-2 adtester-container adtester-container-124' data-ez-name='cubshq_com-box-2'><span id='div-gpt-ad-cubshq_com-box-2-0' ezaw='468' ezah='60' style='position:relative;z-index:0;display:none;' class='ezoic-ad'><!--script-placeholder--></span></span><script>var ezzns1 = {0.10:504901,0.70:504911,1.40:505278,1.70:505281,0.35:504906,1.00:505274,1.30:505277,10.00:512975,2.00:505284,4.50:505292,0.15:504902,0.60:504910,1.60:505280,1.80:505282,14.00:512993,15.00:512996,6.50:512962,2.20:505285,2.40:505286,5.00:505293,10.50:512978,13.50:512991,1.50:505279,0.30:504905,12.50:512987,2.80:505288,8.50:512970,0.20:504903,9.00:512971,0.05:504900,4.00:505291,9.50:512973,1.90:505283,11.50:512981,3.00:505289,0.45:504908,1.20:505276,2.60:505287,3.50:505290,5.50:512958,6.00:512960,0.25:504904,0.40:504907,1.10:505275,13.00:512989,7.00:512964,7.50:512965,8.00:512967,0.50:504909,0.90:504913,11.00:512980,14.50:512995,0.80:504912,12.00:512984,};</script><script type="text/javascript" src="//static.criteo.net/js/ld/publishertag.js" ></script>
<div class="ezflad-47" style="display:inline-block" adunitname="cubshq_com-box-2" id="crt-1">
<script type="text/javascript">
var ezoflbf_2_1 = function() { __ez.queue.addFunc('ReloadFromP_1124', 'IL11ILILIIlLLLILILLLLIILLLIIL11111LLILiiLIliLlILlLiiLLIiILL.ReloadFromP', 1124, false, ['banger.js'], false, false, false, true); };
var ezoflbf_1 = function() { eval(ez_write_tag([[468,60],'cubshq_com-box-2','ezslot_4']));
		};</script><script type="text/javascript">Criteo.DisplayAd({
    zoneid: 512960, containerid: 'crt-1', passbackcode: ezoflbf_1
});
</script></div>
<script type='text/javascript'>
	var __ezfl_sss_1124 = function() {
		setTimeout(function(){
			var ezflaun = IL11ILILIIlLLLILILLLLIILLLIIL11111LLILiiLIliLlILlLiiLLIiILL.GetNameFromPositionId(1124);
			if (typeof ezflaun != 'undefined' && ezflaun.length > 0) {
				if (typeof ez_ad_units != undefined) {
					for (i = 0; i < ez_ad_units.length; i++) {
						if (ezflaun.indexOf(ez_ad_units[i][1]) >= 0) {
							return false;
						}
					}
				}
				IL11ILILIIlLLLILILLLLIILLLIIL11111LLILiiLIliLlILlLiiLLIiILL.StoreStatSource(ezflaun, 47, 6.00);
				IL11ILILIIlLLLILILLLLIILLLIIL11111LLILiiLIliLlILlLiiLLIiILL.RemoveSlotById(ezflaun);
			}
		}, 4000);
	};
	__ez.queue.addFunc('__ezfl_sss_1124', '__ezfl_sss_1124', null, false, ['banger.js'], false, false, false, true);
</script><!--ezoicfl-->
<!-- End Ezoic - Desktop-728-ATF - top_of_page --></td><td><div id="div-gpt-ad-1368494616234-7">
<script type='text/javascript'>
googletag.cmd.push(function() { googletag.display('div-gpt-ad-1368494616234-7'); });
</script>
</div>
</td></tr></tbody></table></center>

<div id="main_layout_wrapper">
   







<style>
    #quick_links_right { width:440px; }
    #tmail_check { right: 375px; }
</style>
    


  

<div id="header">
    
<a href="/"><div id="logo"></div></a>





  <div>
    <div id="welcome"><img src="https://images.cubshq.com/logos/welcome-2.png" alt="Welcome to CubsHQ"></div>
    <div id="login"><a class="btn-small ui-button ui-widget ui-state-default ui-corner-all ui-button-text-only" href="/login.do"><span class="ui-button-text">Log In</span></a> or <a class="btn-small ui-button ui-widget ui-state-default ui-corner-all ui-button-text-only" href="/rules.do"><span class="ui-button-text">Register Free</span></a></div>
  </div>
  


<div id="site_activity">
    

<div style="position:relative; left:-25px; top:-3px;"><a href="http://bit.ly/2fE0tnQ"><img height="85" src="https://images.cubshq.com/misc/coy/ithappened.jpg"></a></div>
<div style="position:relative; left:-160px; top:-87px;"><a href="http://bit.ly/2fE0tnQ"><img height="85" src="https://images.cubshq.com/misc/coy/cubs-champ-hat.jpg"></a></div>
</div>

<div id="quick_links_left">
<ul><li>QUICK LINKS:</li>
<li><a href="/forum/category/Cubs-Boards-8">Cubs Boards - no login required</a></li>
<li> | </li>
<li><a href="/forums/forum.jspa?forumID=3" title="Donor's Den">Donor's Den</a></li>
<li> | </li>
<li><a href="/search/members.do" title="Search Members">Member Search</a> </li>

<li> | </li>
<li><a href="/tickets.do" title="Tickets">Tickets</a></li>
<li> | </li>
<li><a href="/chat.do" title="Chat">Chat</a></li>
<li> | </li>
<li><a href="/pm.do" title="Private Messages">Inbox</a></li>
<li> | </li>
<li><a href="https://www.avantlink.com/click.php?tt=ml&amp;ti=562615&amp;pw=204375" title="Store">Store</a> </li>
</ul>
</div>

<div id="quick_links_right"> 
<ul><li><a href="/rss.do" title="RSS feeds"><img src="https://images.cubshq.com/icons/rss6.png" alt="RSS feeds"></a></li>
<li><a href="https://www.twitter.com/ChicagoCubsHQ" title="CubsHQ Twitter"><img width="16" src="https://images.cubshq.com/icons/twitter-16.png" alt="CubsHQ Twitter"></a></li>
<li><a href="https://www.facebook.com/CubsHQ" title="CubsHQ Facebook"><img src="https://images.cubshq.com/icons/square-facebook-orange-16.png" alt="CubsHQ Facebook"></a></li>
<li> | </li>

<li><a href="/contact.do" title="Contact us">CONTACT US</a></li>
<li> | </li>
<li> <a href="/faq.do" title="Frequently Asked Questions">FAQ</a></li>
<li> | </li>
<li> &gt;&gt; <a class="highlight" href="/upgrade.do" title="Upgrade to Premium!">UPGRADE!</a> &lt;&lt; </li></ul>
</div>

<style>
    #top_menu a, #top_menu a:visited { width:141px; }
</style>

<div id="main_menu">

<ul id="top_menu">

<li id="m-home"><a href="/">Home</a></li>
<li id="m-football" class="drop"><a href="/cubs-baseball-schedule">Schedule<!--[if IE 7]><!--></a><!--<![endif]-->
<!--[if lte IE 6]><table><tr><td><![endif]-->
<ul>    
<li><a href="/2018-cubs-baseball-schedule">2018 Schedule</a></li>    
<li><a href="/2017-cubs-baseball-schedule">2017 Schedule</a></li>

</ul>
<!--[if lte IE 6]></td></tr></table></a><![endif]-->
</li>

<li id="m-basketball" class="drop"><a href="/cubs-baseball-roster">Roster<!--[if IE 7]><!--></a><!--<![endif]-->
<!--[if lte IE 6]><table><tr><td><![endif]-->
<ul>    
<li><a href="/Cubs-Baseball-Roster">Roster</a></li>
</ul>
<!--[if lte IE 6]></td></tr></table></a><![endif]-->
</li>

<li id="m-baseball" class="drop"><a href="/cubs-baseball-tickets">Tickets<!--[if IE 7]><!--></a><!--<![endif]-->
<!--[if lte IE 6]><table><tr><td><![endif]-->
<ul>    
<li><a href="/cubs-baseball-tickets">Tickets</a></li>
</ul>
<!--[if lte IE 6]></td></tr></table></a><![endif]-->
</li>

<li id="m-gallery" class="drop"><a href="/cubs-photos">Photos &amp; Media<!--[if IE 7]><!--></a><!--<![endif]-->
<!--[if lte IE 6]><table><tr><td><![endif]-->
<ul>    
<li class="fly"><a href="/cubs-photos">Photos<!--[if IE 7]><!--></a><!--<![endif]-->
<!--[if lte IE 6]><table><tr><td><![endif]-->
<ul>
    <li><a href="/Cubs-Baseball/photos">Baseball</a></li>
    <li><a href="/Cubs-Social/photos">Socials</a></li>
</ul>
<!--[if lte IE 6]></td></tr></table></a><![endif]-->
</li>
<li class="fly"><a href="https://www.youtube.com/user/i4IegWEe5pkNew_BHp4vzQ">Videos<!--[if IE 7]><!--></a><!--<![endif]-->
<!--[if lte IE 6]><table><tr><td><![endif]-->
<ul>
    <li><a href="https://www.youtube.com/playlist?list=PLnull&amp;feature=plcp">Baseball</a></li>
</ul>
<!--[if lte IE 6]></td></tr></table></a><![endif]-->
</li>
</ul>
<!--[if lte IE 6]></td></tr></table></a><![endif]-->
</li>

<li class="drop"><a href="/forums">Message Boards<!--[if IE 7]><!--></a><!--<![endif]-->
<!--[if lte IE 6]><table><tr><td><![endif]-->
<ul>     
<li><a href="/forum/category/Cubs-Boards-8">Cubs Boards (6)</a></li>
<li><a href="/forums/category.jspa?categoryID=9">Donor Boards (3)</a></li>
<li><a href="/forums/category.jspa?categoryID=11">General (4)</a></li>
<li><a href="/forums/category.jspa?categoryID=10">Other Sports (2)</a></li>
<li><a href="/forum/potds.do">POTDs</a></li>
</ul>
<!--[if lte IE 6]></td></tr></table></a><![endif]-->
</li>

<li><a href="/chat.do">CubsHQ Chat</a> </li>

<li id="m-account" class="drop"><a class="enclose" href="/edit/account.do" title="Account Settings">Your Account<!--[if IE 7]><!--></a><!--<![endif]-->
<!--[if lte IE 6]><table><tr><td><![endif]-->
<ul>    
<li><a href="/edit/account.do">Edit Settings</a></li>
<li><a href="/edit/account.do#tabs-user_profile">Edit Profile</a></li>
<li><a href="/edit/account.do#tabs-board_settings">Board Settings</a></li>
<li><a href="/pm.do">Inbox</a></li>
</ul>
<!--[if lte IE 6]></td></tr></table></a><![endif]-->
</li>
</ul>

</div>


</div> 


    <!-- Ezoic - Desktop-970-Stories - under_page_title -->
<span id="ezoic-pub-ad-placeholder-153"></span><!-- placeholder 153 blocked.  Reason : no sizes -->
<!-- End Ezoic - Desktop-970-Stories - under_page_title -->
    
<div id="news-layout-body">

<div id="story">
    
<div id="story_body">


<table id="top-share" width="100%"><tbody><tr>
   <td><h1 id="story-title" itemprop="headline">Cubs to donate raffle proceeds to Hurricane Harvey relief</h1></td>
   <td id="news-header-share" align="right">
       
      <span class="st_fblike_vcount" st_url="https://www.cubshq.com/update/Cubs-to-donate-raffle-proceeds-to-Hurricane-Harvey-relief-23502" displaytext="Facebook Like"></span>
      <span class="st_facebook_vcount" st_url="https://www.cubshq.com/update/Cubs-to-donate-raffle-proceeds-to-Hurricane-Harvey-relief-23502" displaytext="Facebook"></span>
      <span class="st_twitter_vcount" st_url="https://www.cubshq.com/update/Cubs-to-donate-raffle-proceeds-to-Hurricane-Harvey-relief-23502" displaytext="Tweet"></span>
      <span class="st_email_vcount" st_url="https://www.cubshq.com/update/Cubs-to-donate-raffle-proceeds-to-Hurricane-Harvey-relief-23502" displaytext="Email"></span>
       
      
   </td>
</tr></tbody></table>



<span id="ezoic-pub-ad-placeholder-157" class="ezoic-adpicker-ad" data-ezadpicker="157" data-ez-position-type="under_first_paragraph"></span><!-- placeholder 157 blocked.  Reason : no sizes --><hr>
<table width="100%" cellspacing="0">
<tbody><tr bgcolor="#e8e8e8">
<td>
<span id="author-name">by <span class="logo-area utip" data-tipped-options="ajax: { data: { type: 'author', playerId: '2' } }"><a itemprop="author" class="profile_tip" href="">Press Release</a></span> </span>

-  <span class="story-date">2017-08-29 19:10:34.0</span>
</td>
<td valign="middle" width="180" align="RIGHT">

<table><tbody><tr>
        <td><a href="/forums/thread.jspa?threadID=6197"><img title="Discuss on the Baseball Message Board" valign="middle" src="https://images.cubshq.com/icons/announce-24.png" alt="Discuss on the Baseball Message Board"></a> &nbsp;</td>
<td><a href="/print/recruit_update.do;jsessionid=68029B36B9CFBABC6AA459681B45FE71?id=23502"><img title="Print" src="https://images.cubshq.com/icons/printer-24.png" alt="Print"></a> &nbsp;</td>
<td> | <a href="https://www.facebook.com/CubsHQ"><img src="https://images.cubshq.com/icons/facebook-24x24.png" alt="CubsHQ Facebook"></a> <a href="https://twitter.com/ChicagoCubsHQ"><img src="https://images.cubshq.com/icons/twitter-24x24.png" alt="ChicagoCubsHQ Twitter"></a> <a href="https://feeds.feedburner.com/cubshq-updates"><img valign="top" border="0" src="https://images.cubshq.com/icons/rss-24x24.png" alt="CubsHQ RSS Feed"></a> </td>
</tr></tbody></table>

</td></tr></tbody></table>


<div class="spacer"></div>












  
     <div class="story-photo inside-photo">
         <img src="https://images.cubshq.com/stories/16/baseball/wrigley_opener-479.jpg" alt="Cubs to donate raffle proceeds to Hurricane Harvey relief">
    
     </div>
  
  
     


<p>      
CHICAGO – Cubs Charities will join the fight to help those affected by Hurricane Harvey Wednesday, August 30, by donating that night’s 50/50 Raffle proceeds to the American Red Cross. The American Red Cross is working to provide safe shelter and comfort for the many people impacted by Hurricane Harvey, the most dangerous hurricane to strike the United States in over a decade.
<br> 
<br>Fans can purchase 50/50 Raffle tickets from uniformed Cubs Charities raffle ticket sellers starting two hours before the game until the middle of the seventh inning. The winning ticket will be announced at the top of the ninth inning and the winner will receive a check for half of the net proceeds from the game’s raffle ticket sales. The other half will be donated by Cubs Charities to the American Red Cross, which will help them to prepare for, respond to and help people recover from this disaster.
<br> 
<br>If fans cannot attend Wednesday’s game, they can make a donation to the American Red Cross to support Hurricane Harvey disaster relief and recovery efforts by visiting www.YouCaring.com/MLBSupports. For more information, please call the 50/50 Raffle Hotline at 773-404-4726 or email raffle@cubs.com.</p><p></p><blockquote class="twitter-tweet" data-lang="en"><p lang="en" dir="ltr">To help those affected by <a href="https://twitter.com/hashtag/HurricaneHarvey?src=hash">#HurricaneHarvey</a>, proceeds from tomorrow's <a href="https://twitter.com/hashtag/CubsCharities?src=hash">#CubsCharities</a> 50/50 Raffle will be donated to the <a href="https://twitter.com/RedCross">@RedCross</a>. <a href="https://t.co/LV6oQ9G4ea">pic.twitter.com/LV6oQ9G4ea</a></p>— Chicago Cubs (@Cubs) <a href="https://twitter.com/Cubs/status/902664625619075072">August 29, 2017</a></blockquote>
<br><script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script>


    


    
    
<div class="stanzacal" data-stanzacal="mlb-cubs" data-width="100%" data-height="250px"></div> <script src="https://dff2h0hbfv6w4.cloudfront.net/scripts/embed-stanzacal-v1.js" type="text/javascript"></script>




<div><i>Thanks for visiting CubsHQ.com.  Follow our Facebook page to get updates on your news feed!</i></div>
<iframe style="height:22px;" src="https://www.facebook.com/plugins/follow.php?href=https%3A%2F%2Fwww.facebook.com%2Fcubshq%2F&width=450&height=22&layout=standard&show_faces=true&appId" width="450" height="80" style="border:none;overflow:hidden" scrolling="no" frameborder="0" allowTransparency="true"></iframe>
 


<!-- Ezoic - Desktop-Content-Bottom - mid_content -->
<span id="ezoic-pub-ad-placeholder-134"></span><span style='display:block !important;float:none !important;margin-bottom:2px !important;margin-left:0px !important;margin-right:0px !important;margin-top:10px !important;min-height:90px;min-width:728px;text-align:center !important;' class='ezoic-ad box-4 adtester-container adtester-container-134' data-ez-name='cubshq_com-box-4'><span id='div-gpt-ad-cubshq_com-box-4-0' ezaw='728' ezah='90' style='position:relative;z-index:0;display:inline-block;' class='ezoic-ad'><script data-cfasync='false' type='text/javascript' style='display:none;'>eval(ez_write_tag([[728,90],'cubshq_com-box-4','ezslot_2']));</script></span></span>
<!-- End Ezoic - Desktop-Content-Bottom - mid_content -->


<div id="bottom-share">
<span class="st_fblike_hcount" st_url="https://www.cubshq.com/update/Cubs-to-donate-raffle-proceeds-to-Hurricane-Harvey-relief-23502" displaytext="Facebook Like"></span>
<span class="st_facebook_hcount" st_url="https://www.cubshq.com/update/Cubs-to-donate-raffle-proceeds-to-Hurricane-Harvey-relief-23502" displaytext="Facebook"></span>
<span class="st_twitter_hcount" st_url="https://www.cubshq.com/update/Cubs-to-donate-raffle-proceeds-to-Hurricane-Harvey-relief-23502" displaytext="Tweet"></span>
<span class="st_email_hcount" st_url="https://www.cubshq.com/update/Cubs-to-donate-raffle-proceeds-to-Hurricane-Harvey-relief-23502" displaytext="Email"></span>
<span class="st_googleplus_hcount" st_url="https://www.cubshq.com/update/Cubs-to-donate-raffle-proceeds-to-Hurricane-Harvey-relief-23502" displaytext="Google +"></span>
<span class="st_sharethis_hcount" st_url="https://www.cubshq.com/update/Cubs-to-donate-raffle-proceeds-to-Hurricane-Harvey-relief-23502" displaytext="ShareThis"></span>
</div>


<table cellspacing="0" width="100%"><tbody><tr bgcolor="#e8e8e8"><td>


</td><td align="right">
    
<table><tbody><tr>
        <td><a href="/forums/thread.jspa?threadID=6197"><img title="Discuss on the Baseball Message Board" valign="middle" src="https://images.cubshq.com/icons/announce-24.png" alt="Discuss on the Baseball Message Board"></a> &nbsp;</td>
<td><a href="/print/recruit_update.do;jsessionid=68029B36B9CFBABC6AA459681B45FE71?id=23502"><img title="Print" src="https://images.cubshq.com/icons/printer-24.png" alt="Print"></a> &nbsp;</td>
<td> | <a href="https://www.facebook.com/CubsHQ"><img src="https://images.cubshq.com/icons/facebook-24x24.png" alt="CubsHQ Facebook"></a> <a href="https://twitter.com/ChicagoCubsHQ"><img src="https://images.cubshq.com/icons/twitter-24x24.png" alt="ChicagoCubsHQ Twitter"></a> <a href="https://feeds.feedburner.com/cubshq-updates"><img valign="top" border="0" src="https://images.cubshq.com/icons/rss-24x24.png" alt="CubsHQ RSS Feed"></a> </td>
</tr></tbody></table>

    
</td>
</tr></tbody></table>

</div> 




 


<div class="big-spacer"></div>

<div class="section-header-footer header"></div>
<!-- Ezoic - Desktop-Native-Mid - native_mid -->
<span id="ezoic-pub-ad-placeholder-131"></span><span style='display:block !important;float:none;margin-bottom:2px !important;margin-left:0px !important;margin-right:0px !important;margin-top:2px !important;min-height:480px;min-width:100%;text-align:center !important;' class='ezoic-ad nativedouble-1 adtester-container adtester-container-131' data-ez-name='cubshq_com-nativedouble-1'><div id='cubshq_com-nativedouble-1' class='ezo_link_unit_a'><script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script><!-- nativedouble-1 --><ins class="adsbygoogle" style="display:block;min-width:155px;min-height:480px" data-ad-format="autorelaxed" data-ad-client="ca-pub-9627532979122701" data-ad-slot="5196963624" data-ad-channel="1111565030"></ins><script>(adsbygoogle = window.adsbygoogle || []).push({});</script></div></span>
<!-- End Ezoic - Desktop-Native-Mid - native_mid -->




    
       
       



<!-- Ezoic - Desktop-Above-Comments - long_content -->
<span id="ezoic-pub-ad-placeholder-127"></span><span style='display:block !important;float:none !important;margin-bottom:2px !important;margin-left:0px !important;margin-right:0px !important;margin-top:10px !important;min-height:400px;min-width:580px;text-align:center !important;' class='ezoic-ad banner-1 adtester-container adtester-container-127' data-ez-name='cubshq_com-banner-1'><span id='div-gpt-ad-cubshq_com-banner-1-0' ezaw='580' ezah='400' style='position:relative;z-index:0;display:inline-block;' class='ezoic-ad'><script data-cfasync='false' type='text/javascript' style='display:none;'>eval(ez_write_tag([[580,400],'cubshq_com-banner-1','ezslot_3']));</script></span></span>
<!-- End Ezoic - Desktop-Above-Comments - long_content -->

<span id="story-end">

    
    



<div style="margin-top:10px;">
<span id="story-thread-post-button">
    <a style="color:white; font-weight:bold;" href="https://www.cubshq.com/forums/post!reply.jspa?threadID=6197&amp;forumID=94" title="Click to reply to this topic">Post your comments!</a></span>
<table width="100%"><tbody><tr><td colspan="2">
<div id="jive-reply-tree">
<table style="border-bottom:none;" class="border" cellpadding="3" cellspacing="0" border="0" width="100%"><tbody><tr><th width="98%">Subject (Replies: 0)</th>
<th width="1%" nowrap="" class="jive-author">Author</th>
</tr>
<tr class="e" valign="top">
<td align="left" width="645"><table class="nocenter" cellpadding="0" cellspacing="0'&gt;&lt;tr valign=" top"="">
<tbody><tr><td width="1%"><img src="https://images.cubshq.com/misc/trans.gif" width="0" height="1" alt="spacer"></td>
<td width="98%" align="left"><font class="jive-subject"><a href="https://www.cubshq.com/forum/thread/Cubs-Update-Cubs-to-donate-raffle-proceeds-to-Hurricane-Harvey-relief-6197#8839">Cubs Update: Cubs to donate raffle proceeds to Hurricane Harvey relief</a></font></td></tr></tbody></table></td>
<td width="1%" nowrap=""><font class="jive-subject"><a href="/user/CubsHQ-News-1">CubsHQ News®</a></font></td>
</tr>
    

</tbody></table></div>
</td></tr>
<tr style="margin-top:-3px;"><td>    
    <div style="font-size:0.9em; text-align: center;" class="section-header-footer footer color2"><a style="color:white;" href="https://www.cubshq.com/forums/thread.jspa?threadID=6197">Discuss this on the  Board</a> -
    <a style="color:white;" href="/chat.do">Chat about this in CubsHQ Chat</a></div>
</td></tr>
</tbody></table>
</div>


        
<!-- Ezoic - Desktop-Below-Comments - longer_content -->
<span id="ezoic-pub-ad-placeholder-128"></span>
<!-- End Ezoic - Desktop-Below-Comments - longer_content -->

<div class="big-spacer"></div>


<div class="section-header-footer header">Latest CubsHQ Articles</div>
<div class="latest-article"><a href="/story/baseball/Its-official-Cubs-sign-Yu-Darvish-14327"><img class="latest-article-img" src="https://images.cubshq.com/stories/18/baseball/darvish_windup_jayne_kamin_oncea-250.jpg" alt="It's official: Cubs sign Yu Darvish"></a><br><a href="/story/baseball/Its-official-Cubs-sign-Yu-Darvish-14327" class="news-title">It's official: Cubs sign Yu Darvish</a></div> <div class="latest-article"><a href="/update/Latest-ticket-prices-for-Cubs-games-24245"><img class="latest-article-img" src="https://images.cubshq.com/stories/17/baseball/rizzo_zobrist_gorski-250.jpg" alt="Latest ticket prices for Cubs games"></a><br><a href="/update/Latest-ticket-prices-for-Cubs-games-24245" class="news-title">Latest ticket prices for Cubs games</a></div> <div class="latest-article"><a href="/e/update/WATCH-Is-Darvish-a-good-signing-for-Cubs-24244"><img class="latest-article-img" src="https://images.cubshq.com/stories/18/facebook/darvish-250.JPG" alt="WATCH: Is Darvish a good signing for Cubs?"></a><br><a href="/e/update/WATCH-Is-Darvish-a-good-signing-for-Cubs-24244" class="news-title">WATCH: Is Darvish a good signing for Cubs?</a></div> <div class="latest-article"><a href="/e/update/WATCH-Schwarber-taking-batting-practice-while-wearing-USA-shorts-24243"><img class="latest-article-img" src="https://images.cubshq.com/stories/18/facebook/schwarber_usa-250.JPG" alt="WATCH: Schwarber taking batting practice while wearing USA shorts"></a><br><a href="/e/update/WATCH-Schwarber-taking-batting-practice-while-wearing-USA-shorts-24243" class="news-title">WATCH: Schwarber taking batting practice while wearing USA shorts</a></div> <div class="latest-article"><a href="/e/update/WATCH-Grimm-on-being-former-teammate-of-Yu-Darvish-24242"><img class="latest-article-img" src="https://images.cubshq.com/stories/18/facebook/grimm-250.JPG" alt="WATCH: Grimm on being former teammate of Yu Darvish"></a><br><a href="/e/update/WATCH-Grimm-on-being-former-teammate-of-Yu-Darvish-24242" class="news-title">WATCH: Grimm on being former teammate of Yu Darvish</a></div> <div class="latest-article"><a href="/e/update/WATCH-Rizzo-discusses-excitement-with-Yu-Darvish-24241"><img class="latest-article-img" src="https://images.cubshq.com/stories/18/facebook/rizzo_happy-250.JPG" alt="WATCH: Rizzo discusses excitement with Yu Darvish"></a><br><a href="/e/update/WATCH-Rizzo-discusses-excitement-with-Yu-Darvish-24241" class="news-title">WATCH: Rizzo discusses excitement with Yu Darvish</a></div> <div class="latest-article"><a href="/update/Schwarber-on-adding-Darvish-Its-definitely-awesome-24240"><img class="latest-article-img" src="https://images.cubshq.com/stories/17/baseball/darvish_cubs-250.jpg" alt="Schwarber on adding Darvish: " it's="" definitely="" awesome""=""></a><br><a href="/update/Schwarber-on-adding-Darvish-Its-definitely-awesome-24240" class="news-title">Schwarber on adding Darvish: "It's definitely awesome"</a></div> <div class="latest-article"><a href="/update/Cubs-reportedly-called-Arrieta-about-six-year-contract-24239"><img class="latest-article-img" src="https://2cic.nyc3.digitaloceanspaces.com/c/stories/17/baseball/arrieta_throw_leclaire-250.jpg" alt="Cubs reportedly called Arrieta about six-year contract"></a><br><a href="/update/Cubs-reportedly-called-Arrieta-about-six-year-contract-24239" class="news-title">Cubs reportedly called Arrieta about six-year contract</a></div> <div class="latest-article"><a href="/update/Photo-Sammy-Sosas-bizarre-cowboy-look-24238"><img class="latest-article-img" src="https://2cic.nyc3.digitaloceanspaces.com/c/stories/17/baseball/sosa3-250.jpg" alt="Photo: Sammy Sosa's bizarre cowboy look"></a><br><a href="/update/Photo-Sammy-Sosas-bizarre-cowboy-look-24238" class="news-title">Photo: Sammy Sosa's bizarre cowboy look</a></div> 

<table width="100%"><tbody><tr><td><div class="section-header-footer footer"></div></td></tr></tbody></table>

   

<!-- Ezoic - Desktop-Bottom - bottom_of_page -->
<span id="ezoic-pub-ad-placeholder-129"></span><span style='display:none !important;float:none !important;margin-bottom:2px !important;margin-left:0px !important;margin-right:0px !important;margin-top:10px !important;min-height:280px;min-width:336px;text-align:center !important;' class='ezoic-ad medrectangle-1 adtester-container adtester-container-129' data-ez-name='cubshq_com-medrectangle-1'><span id='div-gpt-ad-cubshq_com-medrectangle-1-0' ezaw='336' ezah='280' style='position:relative;z-index:0;display:none;' class='ezoic-ad'><!--script-placeholder--></span></span><script>var ezzns4 = {0.35:504821,2.20:504850,3.00:504857,0.20:504815,0.25:504817,4.50:504863,0.90:504830,1.90:504846,4.00:504861,1.00:504831,1.30:504836,1.70:504842,1.50:504840,1.60:504841,2.80:504855,0.30:504819,0.40:504823,0.50:504826,0.60:504827,5.00:504865,0.05:504809,0.80:504829,1.80:504844,2.00:504848,1.40:504838,2.40:504851,2.60:504853,1.10:504833,1.20:504835,3.50:504859,0.10:504811,0.15:504814,0.45:504824,0.70:504828,};</script><script type="text/javascript" src="//static.criteo.net/js/ld/publishertag.js" ></script>
<div class="ezflad-47" style="display:inline-block" adunitname="cubshq_com-medrectangle-1" id="crt-4">
<script type="text/javascript">
var ezoflbf_2_4 = function() { __ez.queue.addFunc('ReloadFromP_1129', 'IL11ILILIIlLLLILILLLLIILLLIIL11111LLILiiLIliLlILlLiiLLIiILL.ReloadFromP', 1129, false, ['banger.js'], false, false, false, true); };
var ezoflbf_4 = function() { eval(ez_write_tag([[336,280],'cubshq_com-medrectangle-1','ezslot_6']));
		};</script><script type="text/javascript">ezoflbf_4();
</script></div>
<script type='text/javascript'>
	var __ezfl_sss_1129 = function() {
		setTimeout(function(){
			var ezflaun = IL11ILILIIlLLLILILLLLIILLLIIL11111LLILiiLIliLlILlLiiLLIiILL.GetNameFromPositionId(1129);
			if (typeof ezflaun != 'undefined' && ezflaun.length > 0) {
				if (typeof ez_ad_units != undefined) {
					for (i = 0; i < ez_ad_units.length; i++) {
						if (ezflaun.indexOf(ez_ad_units[i][1]) >= 0) {
							return false;
						}
					}
				}
				IL11ILILIIlLLLILILLLLIILLLIIL11111LLILiiLIliLlILlLiiLLIiILL.StoreStatSource(ezflaun, 47, 25.00);
				IL11ILILIIlLLLILILLLLIILLLIIL11111LLILiiLIliLlILlLiiLLIiILL.RemoveSlotById(ezflaun);
			}
		}, 4000);
	};
	__ez.queue.addFunc('__ezfl_sss_1129', '__ezfl_sss_1129', null, false, ['banger.js'], false, false, false, true);
</script><!--ezoicfl-->
<!-- End Ezoic - Desktop-Bottom - bottom_of_page -->

</span></div> 
      
</div> 

<div id="layout_right">
    
    



           

    
    
    <!-- Ezoic - Desktop-Sidebar-Top - sidebar -->
<span id="ezoic-pub-ad-placeholder-120"></span><span style='display:block !important;float:none;margin-bottom:5px !important;margin-left:0px !important;margin-right:0px !important;margin-top:2px !important;min-height:250px;min-width:300px;text-align:center !important;' class='ezoic-ad box-1 adtester-container adtester-container-120' data-ez-name='cubshq_com-box-1'><span id='div-gpt-ad-cubshq_com-box-1-0' ezaw='300' ezah='250' style='position:relative;z-index:0;display:inline-block;' class='ezoic-ad'><script data-cfasync='false' type='text/javascript' style='display:none;'>eval(ez_write_tag([[300,250],'cubshq_com-box-1','ezslot_0']));</script></span></span>
<!-- End Ezoic - Desktop-Sidebar-Top - sidebar -->
    
 
                       
    <div style="margin:5px 5px;"><gcse:searchbox-only resultsurl="/search/site.do"></gcse:searchbox-only></div>
    
    
    <div style="margin:0 5px 0 5px; font-size:1.2em;" class="section-header-footer header">Follow CubsHQ</div>
<div style="background-color:#f2f2f2; border:1px solid #ccc; text-align:left; margin:0 5px 0 5px; padding: 0 3px 3px 5px;">
      
      <table><tbody><tr height="30"><td style="width:100px;" align="center" id="like"><span id="fbLike"></span></td><td><span id="tnetTwitter"></span></td></tr></tbody></table>
      
    <div style="margin:auto; margin-top:0; border-top:1px solid #ccc; padding-top:3px;">     
      <form method="Post" action="/emailAlertSignup.do">
        <div style="font-weight: bold; text-align: center; font-size:1em; padding-bottom:3px;">Sign Up for E-Mail News Alerts</div>
        <div style="margin-top:3px; text-align:center;">
            <div style="font-size:1em; display:inline-block; padding-right:5px;"><input class="align-checkbox" name="features" type="checkbox"> Features</div>
            <div style="font-size:1em; display:inline-block; margin-left:10px;"><input class="align-checkbox" name="updates" type="checkbox"> Updates</div>
            <div style="font-size:1em; display:inline-block; text-align:center; margin-left:10px;"><input class="align-checkbox" name="digest" type="checkbox"> Daily Digest</div>
        </div>            
        <div style="margin-top:3px; text-align: center;"><input type="text" style="width:180px; margin:3px 0;" placeholder="your email address" name="email"> <input type="submit" value="Subscribe"></div>
        
      </form>
    </div>
</div>
<div style="margin:0 5px 5px 5px;" class="section-header-footer footer"></div>
    <div class="spacer"></div>

    
    
    
    <div class="spacer"></div>

    <!-- Ezoic - Desktop-Sidebar-Middle - sidebar_middle -->
<span id="ezoic-pub-ad-placeholder-121"></span><span style='display:block !important;float:none !important;margin-bottom:2px !important;margin-left:0px !important;margin-right:0px !important;margin-top:2px !important;min-height:270px;min-width:300px;text-align:center !important;' class='ezoic-ad large-billboard-2 adtester-container adtester-container-121' data-ez-name='cubshq_com-large-billboard-2'><span id='div-gpt-ad-cubshq_com-large-billboard-2-0' ezaw='300' ezah='250' style='position:relative;z-index:0;display:inline-block;' class='ezoic-ad'><script data-cfasync='false' type='text/javascript' style='display:none;'>eval(ez_write_tag([[300,250],'cubshq_com-large-billboard-2','ezslot_1']));</script></span></span>
<!-- End Ezoic - Desktop-Sidebar-Middle - sidebar_middle -->
    
    
    
    
    <div class="spacer"></div>
    <center><a href="http://bit.ly/2eLCK7E" target="_blank"><img src="https://images.cubshq.com/misc/coy/it-happened-320x50.jpg" width="300" height="50" style="border: 0px;" alt=""></a></center>

    <div class="spacer"></div>

    <!-- Ezoic - Desktop-Sidebar-Middle-2 - sidebar_bottom -->
<span id="ezoic-pub-ad-placeholder-130"></span>
<!-- End Ezoic - Desktop-Sidebar-Middle-2 - sidebar_bottom -->
    
    
    


<style>
.scroll-pane-board { max-height: 200px; }  
.jspVerticalBar { width:10px !important; }
#board-messages .jspContainer { z-index:999; width:292px !important }
</style>

<script>
    function loadBoardWidgetTabs() {
        $("#board-tabs").tabs({ load: function( event, ui ) { $('#board-front2').jScrollPane(); } });
    }
</script>
    



<div style="background:none repeat scroll 0 0 transparent; border:none; width:295px;" id="board-tabs">
    <ul>         
       <li><a href="#tabs-1">Newest</a></li>
       <li><a href="/tiles/misc/front_popular_threads.jsp">Popular</a></li>
    </ul>
    <div class="ui-corner-all front_section" style="margin-bottom:0;"><h4 class="section_header"><a style="font-size:0.9em; color:white; text-transform: uppercase;" href="/forum/category/Cubs-Boards-8">Cubs Boards</a></h4></div>
    <div id="tabs-1" style="padding:0;">
        <div id="board-messages" class="scroll-pane scroll-pane-board" style="margin-top:0; height:400px;">
            <ul id="board-messages-list" class="section_body" style="margin-right:-12px; text-align:left; list-style-type:none;">
                <li><a href="/forum/thread/Pun-Cubs-Team-7781">Pun Cubs Team</a> - <span class="front_author"><a href="/user/CubsWyatt-679">CubsWyatt®</a></span></li><li><a href="/forum/thread/Hope-you-Like-Standing-7780">Hope you Like Standing</a> - <span class="front_author"><a href="/user/CubsWyatt-679">CubsWyatt®</a></span></li><li><a href="/forum/thread/Yu-Arrive-7779">Yu Arrive</a> - <span class="front_author"><a href="/user/CubsWyatt-679">CubsWyatt®</a></span></li><li><a href="/forum/thread/Catcher-Update-7778">Catcher Update</a> - <span class="front_author"><a href="/user/CubsWyatt-679">CubsWyatt®</a></span></li><li><a href="/forum/thread/Baez-7777">Baez</a> - <span class="front_author"><a href="/user/CubsWyatt-679">CubsWyatt®</a></span></li><li><a href="/forum/thread/Neat-7776">Neat</a> - <span class="front_author"><a href="/user/CubsWyatt-679">CubsWyatt®</a></span></li><li><a href="/forum/thread/More-details-about-the-Yu-Darvish-contract-7774">More details about the Yu Darvish contract</a> - <span class="front_author"><a href="/user/cucubbie-101">cucubbie®</a></span></li><li><a href="/forum/thread/Heyward-working-on-his-swing-with-new-coach-7772">Heyward working on his swing with new coach</a> - <span class="front_author"><a href="/user/cucubbie-101">cucubbie®</a></span></li><li><a href="/forum/thread/Good-read-about-how-the-Cubs-improved-7771">Good read about how the Cubs improved</a> - <span class="front_author"><a href="/user/cucubbie-101">cucubbie®</a></span></li><li><a href="/forum/thread/Cubs-pitchers-and-catchers-report-today-7768">Cubs pitchers and catchers report today</a> - <span class="front_author"><a href="/user/cucubbie-101">cucubbie®</a></span></li><li><a href="/forum/thread/Arrieta-sadness-7767">Arrieta sadness</a> - <span class="front_author"><a href="/user/chalm-642">chalm®</a></span></li><li><a href="/forum/thread/Ex-White-Sox-pitcher-busted-with-20-kilos-of-heroin-7766">Ex-White Sox pitcher busted with 20 kilos of cocaine worth $500K</a> - <span class="front_author"><a href="/user/cucubbie-101">cucubbie®</a></span></li><li><a href="/forum/thread/Cubs-2018-MVP-7761">Cubs 2018 MVP?</a> - <span class="front_author"><a href="/user/CubsWyatt-679">CubsWyatt®</a></span></li><li><a href="/forum/thread/wowagent-is-horrible-7759">wow...agent is horrible</a> - <span class="front_author"><a href="/user/CubsWyatt-679">CubsWyatt®</a></span></li><li><a href="/forum/thread/Pitchers-and-Catches-Report-in-one-day-7758">Pitchers and Catches Report in one day</a> - <span class="front_author"><a href="/user/CubsWyatt-679">CubsWyatt®</a></span></li><li><a href="/forum/thread/WATCH-Yu-Darvish-can-also-pitch-left-handed-7755">WATCH: Yu Darvish can also pitch left-handed</a> - <span class="front_author"><a href="/user/cucubbie-101">cucubbie®</a></span></li><li><a href="/forum/thread/Jake-agent-7754">Jake agent</a> - <span class="front_author"><a href="/user/CubsWyatt-679">CubsWyatt®</a></span></li><li><a href="/forum/thread/Cubs-North-7753">Cubs North</a> - <span class="front_author"><a href="/user/CubsWyatt-679">CubsWyatt®</a></span></li><li><a href="/forum/thread/Maybe-more-wins-7752">Maybe more wins?</a> - <span class="front_author"><a href="/user/CubsWyatt-679">CubsWyatt®</a></span></li><li><a href="/forum/thread/Long-Term-Investment-7750">Long Term Investment</a> - <span class="front_author"><a href="/user/CubsWyatt-679">CubsWyatt®</a></span></li><li><a href="/forum/thread/Cubs-win-projection-after-Yu-Darvish-addition-7748">Cubs win projection after Yu Darvish addition</a> - <span class="front_author"><a href="/user/cucubbie-101">cucubbie®</a></span></li><li><a href="/forum/thread/Good-luck-Jake-7747">Good luck Jake</a> - <span class="front_author"><a href="/user/HarrysGhost-118">HarrysGhost®</a></span></li><li><a href="/forum/thread/Projected-rotation-7745">Projected rotation</a> - <span class="front_author"><a href="/user/CubsWyatt-679">CubsWyatt®</a></span></li><li><a href="/forum/thread/Cubs-Land-Deal-with-Yu-Darvish-7744">Cubs Land Deal with Yu Darvish</a> - <span class="front_author"><a href="/user/CubsWyatt-679">CubsWyatt®</a></span></li><li><a href="/forum/thread/Yu-Darvish-has-9-figure-offers-reportedly-7741">Yu Darvish has 9 figure offers reportedly</a> - <span class="front_author"><a href="/user/cucubbie-101">cucubbie®</a></span></li><li><a href="/forum/thread/Grimm-loses-against-the-Cubs-in-arbitration-7739">Grimm loses against the Cubs in arbitration</a> - <span class="front_author"><a href="/user/cucubbie-101">cucubbie®</a></span></li><li><a href="/forum/thread/Maddon-investing-in-new-Wrigleyville-restaurant-7738">Maddon investing in new Wrigleyville restaurant</a> - <span class="front_author"><a href="/user/cucubbie-101">cucubbie®</a></span></li><li><a href="/forum/thread/Joe-Maddon-7737">Joe Maddon</a> - <span class="front_author"><a href="/user/CubsWyatt-679">CubsWyatt®</a></span></li><li><a href="/forum/thread/What-MLB-team-do-you-hate-the-most-7736">What MLB team do you hate the most?</a> - <span class="front_author"><a href="/user/cucubbie-101">cucubbie®</a></span></li><li><a href="/forum/thread/Eagles-Parade-as-Big-as-CubsMaybe-7734">Eagles Parade as Big as Cubs...Maybe</a> - <span class="front_author"><a href="/user/CubsWyatt-679">CubsWyatt®</a></span></li><li><div style="margin-top:5px; margin-bottom:5px; font-size:1.1em; font-weight:bold; text-align:center;" class="orange">Click the link below to read more!</div></li>
               
            </ul>
        </div>
    </div> 
    <div class="section-header-footer footer color2" style="padding:3px; text-align:center; filter:none;"><a style="color:white; font-size:13px;" href="/forum/category/Cubs-Boards-8">Read More - No Login Required</a></div>
</div>

    
    
    <!-- Ezoic - Desktop-Native-Sidebar-Mid - native_side_mid -->
<span id="ezoic-pub-ad-placeholder-132"></span><span style='display:block !important;float:none;margin-bottom:2px !important;margin-left:0px !important;margin-right:0px !important;margin-top:2px !important;min-height:190px;min-width:100%;text-align:center !important;' class='ezoic-ad vertical-1 adtester-container adtester-container-132' data-ez-name='cubshq_com-vertical-1'><div id='cubshq_com-vertical-1' class='ezo_link_unit_a'><script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script><!-- vertical-1 --><ins class="adsbygoogle" style="display:block;min-width:155px;min-height:190px" data-ad-format="autorelaxed" data-ad-client="ca-pub-9627532979122701" data-ad-slot="2329243236" data-ad-channel="1111565030"></ins><script>(adsbygoogle = window.adsbygoogle || []).push({});</script></div></span>
<!-- End Ezoic - Desktop-Native-Sidebar-Mid - native_side_mid -->
    
    <!-- Ezoic - Desktop-Sidebar-Middle-3 - sidebar_bottom -->
<span id="ezoic-pub-ad-placeholder-135"></span>
<!-- End Ezoic - Desktop-Sidebar-Middle-3 - sidebar_bottom -->
    
    <div class="spacer"></div>
    <div id="facebookBoxHolder" style="margin-top:0"></div>

    <!-- Ezoic - Desktop-Sidebar-Middle-4 - bottom_of_page -->
<span id="ezoic-pub-ad-placeholder-136"></span>
<!-- End Ezoic - Desktop-Sidebar-Middle-4 - bottom_of_page -->
    
    <div class="spacer"></div>
    
    
    




   
   



<div style="margin:5px; margin-right:5px; margin-bottom:10px;">
<div style="font-size:16px;" class="section-header-footer header">Best of the Week </div>
<ul style="text-align:left;" class="section_body">   
    <li style="font-size:14px; list-style-type:none; padding-top:3px;"><a href="/update/Report-Cubs-pitcher-under-arrest-in-accidental-shooting-death-24237">Report: Cubs pitcher under arrest in accidental shooting death</a> </li><li style="font-size:14px; list-style-type:none; padding-top:3px;"><a href="/update/Cubs-reportedly-called-Arrieta-about-six-year-contract-24239">Cubs reportedly called Arrieta about six-year contract</a> </li><li style="font-size:14px; list-style-type:none; padding-top:3px;"><a href="/update/Vegas-odds-on-Cubs-winning-2018-World-Series-24236">Vegas odds on Cubs winning 2018 World Series</a> </li><li style="font-size:14px; list-style-type:none; padding-top:3px;"><a href="/e/update/WATCH-Rizzo-discusses-excitement-with-Yu-Darvish-24241">WATCH: Rizzo discusses excitement with Yu Darvish</a> </li><li style="font-size:14px; list-style-type:none; padding-top:3px;"><a href="/update/Photo-Sammy-Sosas-bizarre-cowboy-look-24238">Photo: Sammy Sosa's bizarre cowboy look</a> </li><li style="font-size:14px; list-style-type:none; padding-top:3px;"><a href="/e/update/WATCH-Schwarber-taking-batting-practice-while-wearing-USA-shorts-24243">WATCH: Schwarber taking batting practice while wearing USA shorts</a> </li><li style="font-size:14px; list-style-type:none; padding-top:3px;"><a href="/e/update/WATCH-Grimm-on-being-former-teammate-of-Yu-Darvish-24242">WATCH: Grimm on being former teammate of Yu Darvish</a> </li><li style="font-size:14px; list-style-type:none; padding-top:3px;"><a href="/update/Schwarber-on-adding-Darvish-Its-definitely-awesome-24240">Schwarber on adding Darvish: "It's definitely awesome"</a> </li>
    
 </ul>
<div class="section-header-footer footer"></div>
</div>


    <!-- Ezoic - Desktop-Sidebar-Bottom - bottom_of_page -->
<span id="ezoic-pub-ad-placeholder-122"></span><span style='display:block !important;float:none;margin-bottom:2px !important;margin-left:0px !important;margin-right:0px !important;margin-top:2px !important;min-height:270px;min-width:300px;text-align:center !important;' class='ezoic-ad large-leaderboard-1 adtester-container adtester-container-122' data-ez-name='cubshq_com-large-leaderboard-1'><span id='div-gpt-ad-cubshq_com-large-leaderboard-1-0' ezaw='300' ezah='250' style='position:relative;z-index:0;display:inline-block;' class='ezoic-ad'><script data-cfasync='false' type='text/javascript' style='display:none;'>eval(ez_write_tag([[300,250],'cubshq_com-large-leaderboard-1','ezslot_5']));</script></span></span>
<!-- End Ezoic - Desktop-Sidebar-Bottom - bottom_of_page -->
    
    <div class="spacer"></div>
    
    <a href="http://shareasale.com/r.cfm?b=988093&amp;u=1217892&amp;m=62865&amp;urllink=&amp;afftrack=" target="_blank"><img src="https://images.cubshq.com/misc/coy/cubs-gold-300x250.jpg" width="300" height="250" style="border: 0px;" alt=""></a>


    <div class="spacer"></div>        

    

    

</div> 






<div id="foot">
    
<ul>
<li class="first"><a href="/" title="Front Page">Front Page</a></li>    
<li><a href="/forums/index.jspa" title="Forums">Forums</a></li>
<li><a href="/chat.do" title="Chat">Chat</a></li>
<li><a href="/tickets.do" title="Tickets">Tickets</a></li>
<li><a href="/pm.do" title="Inbox">Inbox</a></li>
<li><a href="/search/members.do" title="Search Members">Member Search</a> </li>
<li><a href="https://www.avantlink.com/click.php?tt=ml&amp;ti=562615&amp;pw=204375" title="Shop">Shop</a> </li>
<li><a href="/edit/account.do" title="Your Account">Your Account</a> </li>
<li><a href="/toggleMobile.do?return=/update/Cubs-to-donate-raffle-proceeds-to-Hurricane-Harvey-relief-23502">MOBILE VERSION</a></li>
</ul>
<ul>
<li class="first">Copyright © 2016-2017 CubsHQ. <a title="disclaimer" href="/disclaimer.do">Disclaimer and Privacy Statement</a></li>
<li><a href="/about" title="About">About</a></li>
<li><a href="/contact.do" title="Contact us">Contact Us</a></li>
<li><a href="/faq.do" title="Frequently Asked Questions">FAQ</a></li>
<li><a href="/advertise" title="Advertise with Us">Advertise with Us</a></li>
<li> &gt;&gt; <a class="highlight" href="/upgrade.do" title="Upgrade to Premium">UPGRADE!</a> &lt;&lt; </li>
</ul>
<span style="font-size:10px;">Partner of <a style="color:black" href="http://www.usatoday.com">USATODAY</a> College Sports and <a style="color:black" href="https://www.tigernet.com">TigerNet.com</a></span>

</div>
</div> 

 
    
    





<script>
var css1 = document.createElement('link');
css1.rel = 'stylesheet';
css1.href = 'https://static.cubshq.com/css/main31.css';
css1.type = 'text/css';
var godefer = document.getElementsByTagName('link')[0];
godefer.parentNode.insertBefore(css1, godefer);

(function() {
      function getScript(url,success){
        var script=document.createElement('script');
        script.src=url;
        var head=document.getElementsByTagName('head')[0],
            done=false;
        script.onload=script.onreadystatechange = function(){
          if ( !done && (!this.readyState || this.readyState == 'loaded' || this.readyState == 'complete') ) {
            done=true;
            success();
            script.onload = script.onreadystatechange = null;
            head.removeChild(script);
          }
        };
        head.appendChild(script);
      }
      
      
      getScript('https://static.cubshq.com/js/main33.js',function(){
         if (typeof doDeferred === 'function') { doDeferred(); }
         loadBoardWidgetTabs();
      });
})();
</script>


<script type="text/javascript" style='display:none;'>
var __ez_dims = (function() {
	var setCookie = function( name, content, expiry ) {
		return document.cookie = name+'='+content+((expiry)?';expires='+(new Date(Math.floor(new Date().getTime()+expiry*1000)).toUTCString()):'');
	};
	var ffid = 1;
	var oh = window.screen.height;
	var ow = window.screen.width;
	var h = ffid === 1 ? oh : (oh > ow) ? oh : ow;
	var w = ffid === 1 ? ow : (oh > ow) ? ow : oh;
	var uh = window.innerHeight || document.documentElement.clientHeight || document.getElementsByTagName('body')[0].clientHeight;
	var uw = window.innerWidth || document.documentElement.clientWidth || document.getElementsByTagName('body')[0].clientWidth;
	setCookie('ezds', encodeURIComponent('ffid='+ffid+',w='+w+',h='+h), (31536e3*7));
	setCookie('ezohw', encodeURIComponent('w='+uw+',h='+uh), (31536e3*7));
})();
</script><script type='text/javascript' style='display:none;' async>
__ez.queue.addFile('edmonton.php', '//www.cubshq.com/detroitchicago/edmonton.webp?a=a&cb=172-1&shcb=29', true, [], true, false, false, false);
__ez.queue.addFile('jellyfish.php', '//www.cubshq.com/porpoiseant/jellyfish.webp?a=a&cb=172-1&shcb=29', false, [], true, false, false, false);
</script>


<div id='dmo1' style='display:none'>
	<script type="text/javascript"><!--
		google_ad_client = "ca-pub-6396844742497208";
		/* dmo */
		google_ad_slot = "dmo";
		google_ad_width = 88;
		google_ad_height = 31;
		//-->
	</script>
	<script type="text/javascript" src="//pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</div>

<!--Begin comScore Tag--><script>var _comscore=_comscore||[];_comscore.push({c1:"2",c2:"20015427"});(function(){var s=document.createElement("script"),el=document.getElementsByTagName("script")[0];s.async=true;s.src=(document.location.protocol=="https:"?"https://sb":"http://b")+".scorecardresearch.com/beacon.js";el.parentNode.insertBefore(s,el)})();</script><noscript><img src="https://sb.scorecardresearch.com/p?c1=2&c2=20015427&cv=2.0&cj=1"/></noscript><!--End comScore Tag-->
<!--Quantcast Tag--><script type="text/javascript">var _qevents=_qevents||[];(function(){var elem=document.createElement('script');elem.src=(document.location.protocol=="https:"?"https://secure":"http://edge")+".quantserve.com/quant.js";elem.async=true;elem.type="text/javascript";var scpt=document.getElementsByTagName('script')[0];scpt.parentNode.insertBefore(elem,scpt)})();_qevents.push({qacct:"p-31iz6hfFutd16",labels:"Domain.cubshq_com,DomainId.37919"});</script><noscript><div style="display:none;"><img src="//pixel.quantserve.com/pixel/p-31iz6hfFutd16.gif?labels=Domain.cubshq_com,DomainId.37919"border="0"height="1"width="1"alt="Quantcast"/></div></noscript><!--End Quantcast tag--></body></html><!--[ezpicker:done]-->
