$("document").ready(function(){if($("#code").length>0){$("#code").realperson()}if($(".tablesorter").length>0){$(".tablesorter").tablesorter({sortList:[[0,1]]})}if($("#score_list").length>0){$(".scores").hide();$(".music-score-item").click(function(){$(this).parents("li:first").find("ul").toggle("fast");return false});$("#scores-expand").click(function(){$(".scores").show();return false});$("#scores-collapse").click(function(){$(".scores").hide();return false})}$(".repeat_div").hide();$(".repeat").click(function(){if($(this).hasClass("active")){$(this).nextAll("div:first").hide();$(this).removeClass("active").html("Repeat (Show)")}else{$(this).nextAll("div:first").show();$(this).addClass("active").html("Repeat (Hide)")}return false});$("#translation-expand").click(function(){$(".repeat").removeClass("active").trigger("click");return false});$("#translation-collapse").click(function(){$(".repeat").addClass("active").trigger("click");return false});$(".star").addClass("{split:2}");$("#send-to-forum input").click(function(){$("#subject").val("["+$("#day").val()+"] "+$("#title").val());var c="http://"+document.domain;var d="Translator: Ho ("+c+")\n";var b=$("#body").val().replace(/<a href="/g,"[url=").replace(/<\/a>/g,"[/url]").replace(/">/g,"]");b=b.replace(/<img class="images" /g,"[img ").replace(/alt="/g,"alt=").replace(/" src="/g,"]"+c).replace(/" \/>/g,"[/img]");$("#message").val(d+b)});if($("#images").length>0){$("#images").uploadify({uploader:"/themes/base/js/jquery.uploadify/uploadify.swf",cancelImg:"/themes/base/js/jquery.uploadify/cancel.png",auto:true,folder:"/tmp",multi:true,script:"process_images"})}if($("#errors").length>0){$("html,body").animate({scrollTop:$("#errors").offset().top},{duration:"slow",easing:"swing"})}if($("#select_wallpaper_form").length>0){$("#select_wallpaper_form form input").hide();$("#select_wallpaper_form #brand").change(function(){$("#select_wallpaper_form form input").trigger("click")})}if($("#article-comments").length>0){function a(b){$.ajax({url:b,success:function(c){$("#comments-loading").hide();$("#article-comments #article-comments-ajax").html(c);var d=$(".comment-body").width();$("#article-comments #article-comments-ajax .comment-body img").each(function(){if($(this).width()>d){$(this).css("width",d)}})},dataType:"plain"})}a("/ajaxposts.php?id="+$("#article-comments").attr("class").replace("topic-","")+"&page=0");$("#article-comments-ajax .pager a").live("click",function(){$("#comments-loading").show();$("#article-comments #article-comments-ajax").html("");a($(this).attr("href"));return false})}});
