bazaarVoiceUtilJs={busy:false,loadReviews:function(A,E,D,B){if(!bazaarVoiceUtilJs.busy){bazaarVoiceUtilJs.busy=true;var C=[];C.storeId=A;C.langId=E;C.catalogId=D;C.productId=B;this.refreshReviewsTab(C)}},refreshReviewsTab:function(A){BV_LOAD_URL="/webapp/wcs/stores/servlet/TNFBazaarVoiceBlock?";BV_LOAD_URL=BV_LOAD_URL+"storeId="+A.storeId+"&langId="+A.langId+"&catalogId="+A.catalogId+"&productId="+A.productId;$.ajax({type:"GET",url:BV_LOAD_URL,dataType:"text",success:function(B,C){$("#reviews").html(B).show()},error:function(B,D,C){alert("BazaarVoice Timed Out")}});bazaarVoiceUtilJs.busy=false}};