function handleBrandShare(C){switch(C){case"email":var D="";if((window.document.location.toString()).indexOf("CategoryDisplay")!=-1){D="brandCategory&"}else{if((window.document.location.toString()).indexOf("ProductDisplay")!=-1){D="brandProduct&"}}var F=(window.document.location.toString()).indexOf("?");var B=(window.document.location.toString()).substring((F+1));var E=B.indexOf("#");var A=B.substring(0,E)+"&";B=encodeURIComponent(B);window.open("/webapp/wcs/stores/servlet/TNFShareEmailDOMWindow?pageName="+D+A+"urlValue="+B,"email","height=382,width=545,toolbar=0,scrollbars=1,status=0,resizable=0,center=1");break;case"facebook":articleShare(C);break;case"digg":articleShare(C);break;case"delicious":articleShare(C);break}};