function u_fSearch(){var a="http://favlook.osa-p.net/";var b="";if(u_fGetUser()!=""){if(b!=""){b=b+"&"}b=b+"user="+encodeURIComponent(u_fGetUser())}if(u_fGetWord()!=""){if(b!=""){b=b+"&"}b=b+"word="+encodeURIComponent(u_fGetWord())}if(mode=="hot"){a=a+"hot.html?filter="+c_fGetSelectedValueForRadio("filter");if(b!=""){a=a+"&"+b}}else{if(mode=="best"){a=a+"best.html?filter="+u_fGetSelectedValueForSelect("filter");if(b!=""){a=a+"&"+b}}else{if(mode=="favorites"){a=a+"favorites.html";if(b!=""){a=a+"?"+b}}else{a=a+"new.html";if(b!=""){a=a+"?"+b}}}}location.href=a}function u_fGetUser(){return $("input[name='user']").val()}function u_fGetWord(){return $("input[name='word']").val()}function u_fAddFav(c){var a=$("#star"+c);var b="";if(a){if(a.attr("src").indexOf("none")==-1){a.attr("src","http://res.osa-p.net/favlook/star_none.png");b="destroy"}else{a.attr("src","http://res.osa-p.net/favlook/star.png");b="create"}}$.post("http://favlook.osa-p.net/api/set_fav.json",{id:c,mode:b},function(d){});return}function u_fGetSelectedValueForSelect(b){var a=1;var d="";var c=$("input:checkbox[@name^='filter']:checked");for(a=0,idx_len=c.length;a<idx_len;a++){if(c[a].checked){if(d!=""){d=[d,","].join("")}d=[d,c[a].value].join("")}}return d}$(function(){u_fLoad()});