function Cookie(h){this.$name=h;var d=document.cookie;if(d==""){return}var f=d.split(";");var c=null;for(var b=0;b<f.length;b++){try{var g=decodeURIComponent(f[b]);var a=g.substring(0,h.length+1);if(a.indexOf(h)>-1){c=g;break}}catch(e){}}return c}function he_get_client_query_string(){var a=window.location.search;if(a.length>1){a=a.substring(1,a.length)}else{a=null}return a}cobrandPartnerCookie=Cookie("helium_cobrand_partner");var cobrand_partner_name=null;var cobrand_param=null;if(he_get_client_query_string()!=null){he_get_client_query_string().match(/cobrand_partner_name/)}if(cobrand_param!=null){var argPairs=he_get_client_query_string().split("&");var cobrand_pair=argPairs[0];cobrand_partner_name=cobrand_pair.split("=")[1]}if(cobrandPartnerCookie!=null){cobrand_partner_name=cobrandPartnerCookie.gsub("helium_cobrand_partner=","").strip()}if(cobrand_partner_name!=null){document.write('<script src="/cobrands/'+cobrand_partner_name+'"><\/script>')};