Uize.module({name:'Zazzle.EmailSignupForm',superclass:'Uize.Widget',builder:function(c_a){var c_b=c_a.subclass(),c_c=c_b.prototype;c_c.wireUi=function(){var c_d=this;if(!c_d.isWired){var c_e=c_d.getNode('emailSignupInput'),c_f=c_d.getNodeValue(c_e);function submitForm(){var c_g=c_d.getNode('emailSignup'),c_h='emailSignupWindow';if(c_g){c_d.callInherited('launchPopup')({url:c_g.action,name:c_h,resizable:true,scrollbars:true,width:465,innerWidth:465,height:265,innerHeight:265});c_g.target=c_h;c_g.submit();}return false;}c_d.wireNode('emailSignup','submit',function(){submitForm();});c_d.wireNode('submitLink','click',function(){submitForm();});c_d.wireNode(c_e,{focus:function(){if(c_d.getNodeValue(c_e)==c_f)c_d.setNodeValue(c_e,'')},blur:function(){if(!c_d.getNodeValue(c_e))c_d.setNodeValue(c_e,c_f)}});}};return c_b;}});