Uize.module({name:'Zazzle.RatingStars',superclass:'Uize.Widget',required:['Uize.Node','Uize.Widget.Fleeting'],builder:function(c_a){var c_b=navigator,c_c=c_b.userAgent.toLowerCase(),c_d=Uize.Node.isIe,c_e=null;var c_f=c_a.subclass(c_e,function(){var c_g=this;c_g.c_h=[];c_g.set({currentRating:c_g.getInherited('avgRating'),ratingBeforeInteraction:c_g.getInherited('avgRating')});c_g.c_i=c_g.addChild('ratingSuccess',Uize.Widget.Fleeting,{lifeSpan:3000,maxOpacity:1});c_g.c_j=c_g.addChild('ratingFailure',Uize.Widget.Fleeting,{lifeSpan:3000,maxOpacity:1});}),c_k=c_f.prototype;c_k.c_l=function(){var c_g=this,c_h=c_g.getNode('stars');if(c_g.isWired){if(c_g.c_m==''||c_g.c_m==c_e){c_h.src=c_g.c_n;}else{c_h.src=c_g.c_h[Math.floor(c_g.c_m)].src;}}};c_k.wireUi=function(){var c_g=this,c_h=c_g.getNode('stars'),c_o=c_g.getInherited('commObject');if(!c_g.isWired&&c_h){c_g.set({originalStarsSrc:c_h.src});function c_p(c_q){
return c_g.getInherited('env').imageRealview+'?action=ratingstar&colora='+c_g.c_r+'&colorb='+c_g.c_s+'&bg_color='+c_g.c_t+'&starid='+c_q;}for(var c_q=0;c_q<11;c_q++){c_g.c_h[c_q]=new Image;c_g.c_h[c_q].src=c_p(c_q);}c_g.wireNode('starsLink','click',function(c_u){return false});c_g.wireNode('stars','mousemove',function(c_u){var c_v=c_d?c_u.offsetX:c_u.layerX,c_w=c_h.width/5,c_x=(Math.floor(c_v/c_w)+1)*2;if(c_x>10)c_x=10;if(c_g.c_y){if(c_x!=c_g.c_m){c_g.set({currentRating:c_x});}}});c_g.wireNode('stars','mouseout',function(c_u){if(c_g.c_y){c_g.set({currentRating:c_g.c_z});c_h.src=c_g.c_n;}});c_g.wireNode('stars','click',function(c_u){var c_A=c_h.src,c_B=c_g.c_m;if(c_g.c_y){c_g.callInherited('ensureLoggedIn')({lluser:1,callback:function(){c_o.request({url:c_g.getInherited('env').service+'rateproduct?id='+c_g.getInherited('productId')+'&rating='+c_B,returnType:'json',requestMethod:'GET',callback:function(c_C){if(c_C.error==c_e){var c_D=c_C.numRatings,c_E='('+c_D+' '+(c_D<=1?'vote':'votes')+')';
c_g.setNodeInnerHtml('numRatings',c_E);c_g.set({enabled:false});c_g.c_i.set({shown:true});c_g.fire('Rating Success');}else{c_g.c_j.set({shown:true});c_g.set({currentRating:c_g.c_z,enabled:false});if(c_C.error=='Already rated'){c_g.fire('Already Rated');}else{c_g.fire('Rating Failure');}}}});}});}});c_a.prototype.wireUi.call(c_g);}};c_f.registerProperties({c_m:{name:'currentRating',value:'',onChange:c_k.c_l},c_z:{name:'ratingBeforeInteraction',value:0,onChange:function(){var c_g=this;if(c_g.isWired){c_g.c_n=c_g.c_n.replace(/starid=\d+/,'starid='+c_g.c_z);c_g.c_l();}}},c_n:{name:'originalStarsSrc',value:''},c_r:{name:'colorA',value:'0xFFFFFF'},c_s:{name:'colorB',value:'0xffb310'},c_t:{name:'bgColor',value:'0xFFFFFF'},c_y:{name:'enabled',value:true}});return c_f;}});