function setupSmiles(a){$$(".replyform").each(function(b){b.addEvent("submit",function(d){d.stop();var c=b.getParent().getParent();c.fade("out");c.set("html","");c.set("html",'<div id="spinner"><br/><br/><img src="/js_2010/greybox/indicator.gif"> Saving your reply...</div>');this.set("send",{evalScripts:true,onComplete:function(e){c.set("html",e);c.fade("in");}});this.send();});},this);$$(".fadeA").each(function(b){b.addEvent("mouseenter",function(){$$(".fadeA").each(function(c){c.getFirst().fade(1);});$$(".fadeB").each(function(c){c.getFirst().fade(1);});b.getFirst().fade(0.5);b.getFirst().setStyle("cursor","pointer");});b.addEvent("mouseleave",function(){b.getFirst().fade(1);});b.addEvent("click",function(){b.getFirst().fade(1);b.getFirst().setProperty("src","http://www.mupromo.com/newlayout/images/bumpDown_off.png");var c=b.getFirst().id.substring(1,b.getFirst().id.length);var e="t"+c;var d=new Request({method:"get",url:"/bumpcomment.php",async:false,onComplete:function(f){if(f.length>0){$(e).set("html",f);}}});d.send("z=d&rid="+c);b.disabled=1;b.removeEvents();b.getFirst().fade(1);b.getFirst().setStyle("cursor",null);$("B"+c).fade(1);$("B"+c).disabled=0;$("B"+c).setStyle("cursor",null);$("B"+c).setProperty("src","http://www.mupromo.com/newlayout/images/bumpUp.png");$("B"+c).addEvents({mouseover:function(){},mouseleave:function(){},click:function(){$("A"+c).fade(1);$("A"+c).disabled=1;$("A"+c).setStyle("cursor",null);}});});},this);$$(".fadeB").each(function(b){b.addEvent("mouseenter",function(){$$(".fadeB").each(function(c){c.getFirst().fade(1);});$$(".fadeA").each(function(c){c.getFirst().fade(1);});b.getFirst().fade(0.5);b.getFirst().setStyle("cursor","pointer");});b.addEvent("mouseleave",function(){b.getFirst().fade(1);});b.addEvent("click",function(){b.getFirst().fade(1);b.getFirst().setProperty("src","http://www.mupromo.com/newlayout/images/bumpUp_off.png");var c=b.getFirst().id.substring(1,b.getFirst().id.length);var e="t"+c;var d=new Request({method:"get",url:"/bumpcomment.php",async:false,onComplete:function(f){if(f.length>0){$(e).set("html",f);}}});d.send("z=u&rid="+c);b.disabled=1;b.removeEvents();b.getFirst().fade(1);b.getFirst().setStyle("cursor",null);$("A"+c).fade(1);$("A"+c).disabled=0;$("A"+c).setStyle("cursor",null);$("A"+c).setProperty("src","http://www.mupromo.com/newlayout/images/bumpDown.png");$("A"+c).addEvents({mouseover:function(){},mouseleave:function(){},click:function(){$("B"+c).fade(1);$("B"+c).disabled=1;$("B"+c).setStyle("cursor",null);}});});},this);$$(".reply").each(function(b){b.addEvent("mouseenter",function(){b.getFirst().fade(0.8);b.getFirst().setStyle("cursor","pointer");});b.addEvent("mouseleave",function(){b.getFirst().fade(1);});b.addEvent("click",function(){b.getFirst().fade(1);$$(".reply").each(function(g){var f=g.getFirst().id;var h="r"+f.substring(2,f.length);$(h).setStyle("display","none");});var c=b.getFirst().id;var e="r"+c.substring(2,c.length);var d="c"+c.substring(2,c.length);$(e).setStyle("display","block");$(d).focus();});},this);}