function setcookie(cookieName, cookieValue, seconds, path, domain, secure) { var expires = new Date(); expires.setTime(expires.getTime() + seconds * 1000); domain = !domain ? cookiedomain : domain; path = !path ? cookiepath : path; document.cookie = escape(cookieName) + '=' + escape(cookieValue) + (expires ? '; expires=' + expires.toGMTString() : '') + (path ? '; path=' + path : '/') + (domain ? '; domain=' + domain : '') + (secure ? '; secure' : ''); } function getcookie(name) { var cookie_start = document.cookie.indexOf(name); var cookie_end = document.cookie.indexOf(";", cookie_start); return cookie_start == -1 ? '' : unescape(document.cookie.substring(cookie_start + name.length + 1, (cookie_end > cookie_start ? cookie_end : document.cookie.length))); } str=""; document.write(str); function hidethreadstatus(str){ if (hides.length!=0){ str="|"; 顯示置頂"; } document.write(""+str+"") } function hidetop(tid){ $jq("#stickthread_"+tid).hide(); setcookie("zyhidethread",getcookie("zyhidethread")+"a"+tid,999999); hides[hides.length]=tid; $("hideret").innerHTML="|"; 顯示置頂"; $("hideretc").innerHTML=""; } function showtop(){ for (var i=0;i $jq(document).ready(function (){$jq(".postauthor").mouseover(function(){$jq(this).parent().parent().find(".postactions").stop().animate({opacity:"1"},1);}).mouseout(function (){$jq(this).parent().parent().find(".postactions").stop().animate({opacity:"0.1"},1);});}); $jq(document).ready(function (){$jq(".postcontent").mouseover(function(){$jq(this).parent().parent().find(".postactions").stop().animate({opacity:"1"},1);}).mouseout(function (){$jq(this).parent().parent().find(".postactions").stop().animate({opacity:"0.1"},1);});});