$$(".nav_dd div.content a:first-child").setStyle("border","none");$$(".nav_dd span.label").setStyle("border-bottom","1px solid #DEDEDE");$$(".nav_dd").each(function(c){var a=c.getElement("div.content a:first-child").get("href");var b=c.getElement(".label");if(!a){func=c.getElement("div.content a:first-child").get("onclick");b.addEvent("click",function(){setTimeout(func,1)})}else{b.addEvent("click",function(){window.location=a})}});toggleLogin=function(){$("login_text").hide();$("login_form").removeClass("hide");new OverText($$("#username"));new OverText($$("#password"));new AutoTip($$("#username"));new AutoTip($$("#password"))};set_user_todos=function(){window.addEvent("load",function(){rotatePeriodical=(function(){if(hasClickedRotate==false){rotateTodos("down")}else{clearInterval(rotatePeriodical)}}).periodical(5000)});hasClickedRotate=false;rotateTodos=function(c){if(typeof rotateWorking=="undefined"){rotateWorking=true;var b=40;var a=$("todoArea").getSize().y;var d=$("todoArea").getStyle("margin-top").toInt();var e=null;(function(){delete rotateWorking}).delay(600);if(c=="down"){e=d-b;if(e>0-a){$("todoArea").tween("margin-top",e)}}if(c=="up"){e=d+b;if(e<=0){$("todoArea").tween("margin-top",e)}}if(e+b>0){$("todoUp").removeClass("on")}else{$("todoUp").addClass("on")}if(e-b<=0-a){$("todoDown").removeClass("on")}else{$("todoDown").addClass("on")}}};$("todoUp").addEvent("click",function(){hasClickedRotate=true;rotateTodos("up")});$("todoDown").addEvent("click",function(){hasClickedRotate=true;rotateTodos("down")})};set_join_banner=function(){new OverText($("ask_input"));$("ask_input").addEvent("focus",function(){$(this).setStyle("background","#FEFDEC");$(this).getParent().addClass("container_on");if(Browser.Engine.trident){$(this).retrieve("OverText").disable()}}).addEvent("blur",function(){$(this).setStyle("background","#FFF");$(this).getParent().removeClass("container_on");if(Browser.Engine.trident){$(this).retrieve("OverText").enable()}});$("dropdown_ask_button").addEvent("click",function(){if($("ask_input").value.clean().length>0&&$("dropdown_tbody").value.clean().length>0){$("finish_asking").submit()}else{StickyWin.alert(phrases.Oops,phrases.Please_fill_in_all_of_the_required_fields_to_continue)}});set_tab_indexes();toggleQbody=function(a){if(a){$("ask_button_step_2").hide();$("lb_banner").setStyle("border-bottom","none");$("qbody_wrapper").reveal()}else{$("ask_button_step_2").show();(function(){$("lb_banner").setStyle("border-bottom","1px solid #B3DCF3")}).delay(600);$("qbody_wrapper").dissolve()}};$("ask_button_step_2").addEvent("click",function(){toggleQbody(true)});$("ask_input").addEvent("focus",function(){toggleQbody(true)});$("dropdown_cancel_button").addEvent("click",function(){toggleQbody(false)})};$("searchInput").addEvent("focus",function(){$("searchOuter").setStyles({background:"#fcffd8"})}).addEvent("blur",function(){$("searchOuter").setStyles({background:"#fff"})}).addEvent("keyup",function(a){if(a.key=="enter"&&$(this).get("value").length>0){doSearch()}}).addEvent("keyup",function(a){if(a.key=="enter"){doSearch()}});$$("#doSearch,#searchDrop").hover(function(){$("searchDrop").show()},function(){$("searchDrop").hide()});window.addEvent("load",function(){new OverText($("searchInput"))});
