var height_=jQuery.fn.height;jQuery.fn.height=function(){if(this[0]==window&&jQuery.browser.opera&&jQuery.browser.version>=9.5){return window.innerHeight}else{return height_.apply(this,arguments)}};var Class={create:function(){return function(){this.initialize.apply(this,arguments)}}};Object.extend=function(A,B){for(property in B){A[property]=B[property]}return A};var $A=function(C){if(!C){return[]}if(C.toArray){return C.toArray()}else{var B=[];for(var A=0;A<C.length;A++){B.push(C[A])}return B}};Function.prototype.bind=function(){var A=this,C=$A(arguments),B=C.shift();return function(){return A.apply(B,C.concat($A(arguments)))}};String.prototype.trim=function(){return this.replace(/^\s+|\s+$/g,"")};function isDefined(object,variable){return(typeof (eval(object)[variable])=="undefined")?false:true}function now(){return(new Date).getTime()}function setCookie(A,H,B,I,C){if(!B){B=-1}if(!I){I="/"}var G=""+A+"="+H;var F;if(B<0){F=""}else{if(B==0){var E=new Date(1970,1,1);F=";expires="+E.toUTCString()}else{var E=new Date(now()+B*1000);F=";expires="+E.toUTCString()}}var D;if(!C){D=""}else{D=";domain="+C}document.cookie=A+"="+H+";path="+I+F+D}function getCookie(B){var A=String(document.cookie);var D=A.indexOf(B+"=");if(D!=-1){var C=A.indexOf(";",D);C=C==-1?A.length:C;D=D+B.length+1;if(A.charAt(D)=='"'&&A.charAt(C-1)=='"'){D+=1;C-=1}if(D>=C){return""}return A.substring(D,C)}return""}function isImageOk(A){if(!A.complete){return false}if(typeof A.naturalWidth!="undefined"&&A.naturalWidth==0){return false}return true}function getSizeImg(D){var B=$("<img>").attr("src",D).css({position:"absolute",top:"-1000px",left:"-1000px"}).appendTo("body");var A=[B.get(0).offsetWidth,B.get(0).offsetHeight];try{document.body.removeChild(B[0])}catch(C){}return A}function escapeHTML(A){return A.replace(/&/g,"&amp;").replace(/"/g,"&quot;").replace(/</g,"&lt;").replace(/>/g,"&gt;")}function lineBreak(A){return A.replace(/\n/g,"<br/>").replace(/\r/g,"")}function breakWord(D,B){var C=D;var A="";while(C.length>B){A+=C.substr(0,B)+"<br>";C=C.substr(B,C.length)}A+=C;return A}function intcomma(A){orig=""+A;new_val=orig.replace(/^(-?\d+)(\d{3})/,"$1,$2");if(orig==new_val){return new_val}else{return intcomma(new_val)}}var humanvalue=["B","KB","MB","GB"];function humanize(A){curbytes=A;iterations=0;while(curbytes>1024){iterations++;curbytes=curbytes/1024}return curbytes.toFixed(1)+" "+humanvalue[iterations]}function getFileName(C){var B=new RegExp(/([^\/\\]+)$/);var A=B.exec(C);if(A==null){return null}else{return A[0]}}function getFileExt(C){var B=new RegExp(/\.([^\.]+)$/);var A=B.exec(C);if(A==null){return""}else{return A[0].substring(1)}}function checkMail(A){var B=/^\w+([-+.']\w+)*@\w+([-.]\w+)*\.\w+([-.]\w+)*$/;return B.test(A)}function generateUUID(){var A="";try{A=(new ActiveXObject("Scriptlet.TypeLib").GUID).substr(1,36).toLowerCase()}catch(C){var B=new Array("0","1","2","3","4","5","6","7","8","9","a","b","c","d","e","f");for(count=0;count<32;count++){if(count==8||count==12||count==16||count==20){A+="-"}A+=B[Math.floor(Math.random()*16)]}}return A}function addEvent(D,C,A){if(D.addEventListener){D.addEventListener(C,A,false);return true}else{if(D.attachEvent){var B=D.attachEvent("on"+C,A);return B}else{return false}}}function removeEvent(C,B,A){if(C.removeEventListener){C.removeEventListener(B,A,false);return true}else{if(C.detachEvent){C.detachEvent("on"+B,A);return true}else{return false}}}function quickElement(){var C=document.createElement(arguments[0]);if(arguments[2]!=""&&arguments[2]!=null){var D=document.createTextNode(arguments[2]);C.appendChild(D)}var A=arguments.length;for(var B=3;B<A;B+=2){C.setAttribute(arguments[B],arguments[B+1])}arguments[1].appendChild(C);return C}function findPosX(A){var B=0;if(A.offsetParent){while(A.offsetParent){B+=A.offsetLeft;A=A.offsetParent}}else{if(A.x){B+=A.x}}return B}function findPosY(B){var A=0;if(B.offsetParent){while(B.offsetParent){A+=B.offsetTop;B=B.offsetParent}}else{if(B.y){A+=B.y}}return A}function findPos(A){return{x:findPosX(A),y:findPosY(A)}}function getNextHighestZindex(D){var C=0;var A=0;var E=Array();if(D){E=D.getElementsByTagName("*")}else{E=document.getElementsByTagName("*")}for(var B=0;B<E.length;B++){if(E[B].currentStyle){A=parseFloat(E[B].currentStyle.zIndex)}else{if(window.getComputedStyle){A=parseFloat(document.defaultView.getComputedStyle(E[B],null).getPropertyValue("z-index"))}}if(!isNaN(A)&&A>C){C=A}}return(C+1)}Date.prototype.getCorrectYear=function(){var A=this.getYear()%100;return(A<38)?A+2000:A+1900};Date.prototype.getTwoDigitMonth=function(){return(this.getMonth()<9)?"0"+(this.getMonth()+1):(this.getMonth()+1)};Date.prototype.getTwoDigitDate=function(){return(this.getDate()<10)?"0"+this.getDate():this.getDate()};Date.prototype.getTwoDigitHour=function(){return(this.getHours()<10)?"0"+this.getHours():this.getHours()};Date.prototype.getTwoDigitMinute=function(){return(this.getMinutes()<10)?"0"+this.getMinutes():this.getMinutes()};Date.prototype.getISODate=function(){return this.getCorrectYear()+"-"+this.getTwoDigitMonth()+"-"+this.getTwoDigitDate()};Date.prototype.getHourMinute=function(){return this.getTwoDigitHour()+":"+this.getTwoDigitMinute()};String.prototype.pad_left=function(D,C){var B=this;for(var A=0;B.length<D;A++){B=C+B}return B};function getStyle(A,B){var C="";if(document.defaultView&&document.defaultView.getComputedStyle){C=document.defaultView.getComputedStyle(A,"").getPropertyValue(B)}else{if(A.currentStyle){B=B.replace(/\-(\w)/g,function(D,E){return E.toUpperCase()});C=A.currentStyle[B]}}return C}function _Void(){return }if(typeof deconcept=="undefined"){var deconcept=new Object()}if(typeof deconcept.util=="undefined"){deconcept.util=new Object()}if(typeof deconcept.SWFObjectUtil=="undefined"){deconcept.SWFObjectUtil=new Object()}deconcept.SWFObject=function(L,B,M,D,H,J,F,E,C,K,I){if(!document.getElementById){return }this.DETECT_KEY=I?I:"detectflash";this.skipDetect=deconcept.util.getRequestParameter(this.DETECT_KEY);this.params=new Object();this.variables=new Object();this.attributes=new Array();if(L){this.setAttribute("swf",L)}if(B){this.setAttribute("id",B)}if(M){this.setAttribute("width",M)}if(D){this.setAttribute("height",D)}if(H){this.setAttribute("version",new deconcept.PlayerVersion(H.toString().split(".")))}this.installedVer=deconcept.SWFObjectUtil.getPlayerVersion();if(J){this.addParam("bgcolor",J)}var A=E?E:"high";this.addParam("quality",A);this.setAttribute("useExpressInstall",F);this.setAttribute("doExpressInstall",false);var G=(C)?C:window.location;this.setAttribute("xiRedirectUrl",G);this.setAttribute("redirectUrl","");if(K){this.setAttribute("redirectUrl",K)}};deconcept.SWFObject.prototype={setAttribute:function(A,B){this.attributes[A]=B},getAttribute:function(A){return this.attributes[A]},addParam:function(B,A){this.params[B]=A},getParams:function(){return this.params},addVariable:function(B,A){this.variables[B]=A},getVariable:function(A){return this.variables[A]},getVariables:function(){return this.variables},getVariablePairs:function(){var C=new Array();var B;var A=this.getVariables();for(B in A){C.push(B+"="+A[B])}return C},getSWFHTML:function(){var B="";if(navigator.plugins&&navigator.mimeTypes&&navigator.mimeTypes.length){if(this.getAttribute("doExpressInstall")){this.addVariable("MMplayerType","PlugIn")}B='<embed type="application/x-shockwave-flash" src="'+this.getAttribute("swf")+'" width="'+this.getAttribute("width")+'" height="'+this.getAttribute("height")+'"';B+=' id="'+this.getAttribute("id")+'" name="'+this.getAttribute("id")+'" ';var F=this.getParams();for(var E in F){B+=[E]+'="'+F[E]+'" '}var D=this.getVariablePairs().join("&");if(D.length>0){B+='flashvars="'+D+'"'}B+="/>"}else{if(this.getAttribute("doExpressInstall")){this.addVariable("MMplayerType","ActiveX")}B='<object id="'+this.getAttribute("id")+'" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="'+this.getAttribute("width")+'" height="'+this.getAttribute("height")+'">';B+='<param name="movie" value="'+this.getAttribute("swf")+'" />';var C=this.getParams();for(var E in C){B+='<param name="'+E+'" value="'+C[E]+'" />'}var A=this.getVariablePairs().join("&");if(A.length>0){B+='<param name="flashvars" value="'+A+'" />'}B+="</object>"}return B},write:function(B){if(this.getAttribute("useExpressInstall")){var A=new deconcept.PlayerVersion([6,0,65]);if(this.installedVer.versionIsValid(A)&&!this.installedVer.versionIsValid(this.getAttribute("version"))){this.setAttribute("doExpressInstall",true);this.addVariable("MMredirectURL",escape(this.getAttribute("xiRedirectUrl")));document.title=document.title.slice(0,47)+" - Flash Player Installation";this.addVariable("MMdoctitle",document.title)}}if(this.skipDetect||this.getAttribute("doExpressInstall")||this.installedVer.versionIsValid(this.getAttribute("version"))){var C=(typeof B=="string")?document.getElementById(B):B;C.innerHTML=this.getSWFHTML();return true}else{if(this.getAttribute("redirectUrl")!=""){document.location.replace(this.getAttribute("redirectUrl"))}}return false}};deconcept.SWFObjectUtil.getPlayerVersion=function(){var D=new deconcept.PlayerVersion([0,0,0]);if(navigator.plugins&&navigator.mimeTypes.length){var A=navigator.plugins["Shockwave Flash"];if(A&&A.description){D=new deconcept.PlayerVersion(A.description.replace(/([a-zA-Z]|\s)+/,"").replace(/(\s+r|\s+b[0-9]+)/,".").split("."))}}else{try{var B=new ActiveXObject("ShockwaveFlash.ShockwaveFlash.7")}catch(C){try{var B=new ActiveXObject("ShockwaveFlash.ShockwaveFlash.6");D=new deconcept.PlayerVersion([6,0,21]);B.AllowScriptAccess="always"}catch(C){if(D.major==6){return D}}try{B=new ActiveXObject("ShockwaveFlash.ShockwaveFlash")}catch(C){}}if(B!=null){D=new deconcept.PlayerVersion(B.GetVariable("$version").split(" ")[1].split(","))}}return D};deconcept.PlayerVersion=function(A){this.major=A[0]!=null?parseInt(A[0]):0;this.minor=A[1]!=null?parseInt(A[1]):0;this.rev=A[2]!=null?parseInt(A[2]):0};deconcept.PlayerVersion.prototype.versionIsValid=function(A){if(this.major<A.major){return false}if(this.major>A.major){return true}if(this.minor<A.minor){return false}if(this.minor>A.minor){return true}if(this.rev<A.rev){return false}return true};deconcept.util={getRequestParameter:function(A){var D=document.location.search||document.location.hash;if(D){var C=D.substring(1).split("&");for(var B=0;B<C.length;B++){if(C[B].substring(0,C[B].indexOf("="))==A){return C[B].substring((C[B].indexOf("=")+1))}}}return""}};deconcept.SWFObjectUtil.cleanupSWFs=function(){if(window.opera||!document.all){return }var C=document.getElementsByTagName("OBJECT");for(var B=0;B<C.length;B++){C[B].style.display="none";for(var A in C[B]){if(typeof C[B][A]=="function"){C[B][A]=function(){}}}}};deconcept.SWFObjectUtil.prepUnload=function(){__flash_unloadHandler=function(){};__flash_savedUnloadHandler=function(){};if(typeof window.onunload=="function"){var A=window.onunload;window.onunload=function(){try{deconcept.SWFObjectUtil.cleanupSWFs();A()}catch(B){}}}else{window.onunload=deconcept.SWFObjectUtil.cleanupSWFs}};if(typeof window.onbeforeunload=="function"){var oldBeforeUnload=window.onbeforeunload;window.onbeforeunload=function(){deconcept.SWFObjectUtil.prepUnload();oldBeforeUnload()}}else{window.onbeforeunload=deconcept.SWFObjectUtil.prepUnload}if(Array.prototype.push==null){Array.prototype.push=function(A){this[this.length]=A;return this.length}}deconcept.WMPObject=function(F,C,D,L,I,M,J,K,G,A,E){if(!document.getElementById){return }this.DETECT_KEY=E?E:"detectwmp";this.skipDetect=deconcept.util.getRequestParameter(this.DETECT_KEY);this.params=new Object();this.variables=new Object();this.attributes=new Array();if(F){this.setAttribute("media",F)}if(C){this.setAttribute("id",C)}if(D){this.setAttribute("width",D)}if(L){this.setAttribute("height",L)}if(I){this.setAttribute("version",new deconcept.PlayerVersion(I.toString().split(".")))}if(M){this.addParam("bgcolor",M)}var B=K?K:"high";this.addParam("quality",B);this.setAttribute("useExpressInstall",J);this.setAttribute("doExpressInstall",false);var H=(G)?G:window.location;this.setAttribute("xiRedirectUrl",H);this.setAttribute("redirectUrl","");if(A){this.setAttribute("redirectUrl",A)}};deconcept.WMPObject.prototype={setAttribute:function(A,B){this.attributes[A]=B},getAttribute:function(A){return this.attributes[A]},addParam:function(A,B){this.params[A]=B},getParams:function(){return this.params},addVariable:function(A,B){this.variables[A]=B},getVariable:function(A){return this.variables[A]},getVariables:function(){return this.variables},getVariablePairs:function(){var B=new Array();var A;var C=this.getVariables();for(A in C){B.push(A+"="+C[A])}return B},getMediaHTML:function(){var C="";if(navigator.plugins&&navigator.mimeTypes&&navigator.mimeTypes.length){C='<embed type="application/x-mplayer2" pluginspage="http://www.microsoft.com/isapi/redir.dll?prd=windows&amp;sbp=mediaplayer&amp;ar=media&amp;sba=plugin&amp;"';C+=' src="'+this.getAttribute("media")+'" width="'+this.getAttribute("width")+'" height="'+this.getAttribute("height")+'" id="'+this.getAttribute("id")+'" name="'+this.getAttribute("id")+'" ';var A=this.getParams();for(var B in A){C+=[B]+'="'+A[B]+'" '}C+="/>"}else{C='<object id="'+this.getAttribute("id")+'" classid="clsid:6BF52A52-394A-11D3-B153-00C04F79FAA6" width="'+this.getAttribute("width")+'" height="'+this.getAttribute("height")+'"';C+=' type="application/x-oleobject">';C+='<param name="URL" value="'+this.getAttribute("media")+'" />';var A=this.getParams();for(var B in A){C+='<param name="'+B+'" value="'+A[B]+'" />'}C+="</object>"}return C},write:function(A){if(this.skipDetect||true){var B=(typeof A=="string")?document.getElementById(A):A;B.innerHTML=this.getMediaHTML();return true}else{if(this.getAttribute("redirectUrl")!=""){document.location.replace(this.getAttribute("redirectUrl"))}}return false}};deconcept.RealObject=function(F,C,D,L,I,M,J,K,G,A,E){if(!document.getElementById){return }this.DETECT_KEY=E?E:"detectreal";this.skipDetect=deconcept.util.getRequestParameter(this.DETECT_KEY);this.params=new Object();this.variables=new Object();this.attributes=new Array();if(F){this.setAttribute("media",F)}if(C){this.setAttribute("id",C)}if(D){this.setAttribute("width",D)}if(L){this.setAttribute("height",L)}if(I){this.setAttribute("version",new deconcept.PlayerVersion(I.toString().split(".")))}if(M){this.addParam("bgcolor",M)}var B=K?K:"high";this.addParam("quality",B);this.setAttribute("useExpressInstall",J);this.setAttribute("doExpressInstall",false);var H=(G)?G:window.location;this.setAttribute("xiRedirectUrl",H);this.setAttribute("redirectUrl","");if(A){this.setAttribute("redirectUrl",A)}};deconcept.RealObject.prototype={setAttribute:function(A,B){this.attributes[A]=B},getAttribute:function(A){return this.attributes[A]},addParam:function(A,B){this.params[A]=B},getParams:function(){return this.params},addVariable:function(A,B){this.variables[A]=B},getVariable:function(A){return this.variables[A]},getVariables:function(){return this.variables},getVariablePairs:function(){var B=new Array();var A;var C=this.getVariables();for(A in C){B.push(A+"="+C[A])}return B},getMediaHTML:function(){var C="";if(navigator.plugins&&navigator.mimeTypes&&navigator.mimeTypes.length){C='<embed type="audio/x-pn-realaudio-plugin"';C+=' src="'+this.getAttribute("media")+'" width="'+this.getAttribute("width")+'" height="'+this.getAttribute("height")+'" id="'+this.getAttribute("id")+'" name="'+this.getAttribute("id")+'" ';var A=this.getParams();for(var B in A){C+=[B]+'="'+A[B]+'" '}C+="/>"}else{C='<object id="'+this.getAttribute("id")+'" classid="clsid:CFCDAA03-8BE4-11cf-B84B-0020AFBBCCFA" width="'+this.getAttribute("width")+'" height="'+this.getAttribute("height")+'"';C+=' type="application/x-oleobject">';C+='<param name="src" value="'+this.getAttribute("media")+'" />';var A=this.getParams();for(var B in A){C+='<param name="'+B+'" value="'+A[B]+'" />'}C+="</object>"}return C},write:function(A){if(this.skipDetect||true){var B=(typeof A=="string")?document.getElementById(A):A;B.innerHTML=this.getMediaHTML();return true}else{if(this.getAttribute("redirectUrl")!=""){document.location.replace(this.getAttribute("redirectUrl"))}}return false}};deconcept.ImgObject=function(F,C,D,L,I,M,J,K,G,A,E){if(!document.getElementById){return }this.DETECT_KEY=E?E:"detectwmp";this.skipDetect=deconcept.util.getRequestParameter(this.DETECT_KEY);this.params=new Object();this.variables=new Object();this.attributes=new Array();if(F){this.setAttribute("media",F)}if(C){this.setAttribute("id",C)}if(D){this.setAttribute("width",D)}if(L){this.setAttribute("height",L)}if(I){this.setAttribute("version",new deconcept.PlayerVersion(I.toString().split(".")))}if(M){this.addParam("bgcolor",M)}var B=K?K:"high";this.addParam("quality",B);this.setAttribute("useExpressInstall",J);this.setAttribute("doExpressInstall",false);var H=(G)?G:window.location;this.setAttribute("xiRedirectUrl",H);this.setAttribute("redirectUrl","");if(A){this.setAttribute("redirectUrl",A)}};deconcept.ImgObject.prototype={setAttribute:function(A,B){this.attributes[A]=B},getAttribute:function(A){return this.attributes[A]},addParam:function(A,B){this.params[A]=B},getParams:function(){return this.params},addVariable:function(A,B){this.variables[A]=B},getVariable:function(A){return this.variables[A]},getVariables:function(){return this.variables},getVariablePairs:function(){var B=new Array();var A;var C=this.getVariables();for(A in C){B.push(A+"="+C[A])}return B},getMediaHTML:function(){var C='<img src="'+this.getAttribute("media")+'" width="'+this.getAttribute("width")+'" height="'+this.getAttribute("height")+'" id="'+this.getAttribute("id")+'" name="'+this.getAttribute("id")+'" ';var A=this.getParams();for(var B in A){C+=[B]+'="'+A[B]+'" '}C+="/>";return C},write:function(A){if(this.skipDetect||true){var B=(typeof A=="string")?document.getElementById(A):A;B.innerHTML=this.getMediaHTML();return true}else{if(this.getAttribute("redirectUrl")!=""){document.location.replace(this.getAttribute("redirectUrl"))}}return false}};deconcept.QTObject=function(F,C,D,L,I,M,J,K,G,A,E){if(!document.getElementById){return }this.DETECT_KEY=E?E:"detectwmp";this.skipDetect=deconcept.util.getRequestParameter(this.DETECT_KEY);this.params=new Object();this.variables=new Object();this.attributes=new Array();if(F){this.setAttribute("media",F)}if(C){this.setAttribute("id",C)}if(D){this.setAttribute("width",D)}if(L){this.setAttribute("height",L)}if(I){this.setAttribute("version",new deconcept.PlayerVersion(I.toString().split(".")))}if(M){this.addParam("bgcolor",M)}var B=K?K:"high";this.addParam("quality",B);this.setAttribute("useExpressInstall",J);this.setAttribute("doExpressInstall",false);var H=(G)?G:window.location;this.setAttribute("xiRedirectUrl",H);this.setAttribute("redirectUrl","");if(A){this.setAttribute("redirectUrl",A)}};deconcept.QTObject.prototype={setAttribute:function(A,B){this.attributes[A]=B},getAttribute:function(A){return this.attributes[A]},addParam:function(A,B){this.params[A]=B},getParams:function(){return this.params},addVariable:function(A,B){this.variables[A]=B},getVariable:function(A){return this.variables[A]},getVariables:function(){return this.variables},getVariablePairs:function(){var B=new Array();var A;var C=this.getVariables();for(A in C){B.push(A+"="+C[A])}return B},getMediaHTML:function(){var C="";if(navigator.plugins&&navigator.mimeTypes&&navigator.mimeTypes.length){C='<embed type="video/quicktime" pluginspage="http://www.apple.com/quicktime/download/"';C+=' src="'+this.getAttribute("media")+'" qtsrc="'+this.getAttribute("media")+'" width="'+this.getAttribute("width")+'" height="'+this.getAttribute("height")+'" id="'+this.getAttribute("id")+'" name="'+this.getAttribute("id")+'" ';var A=this.getParams();for(var B in A){C+=[B]+'="'+A[B]+'" '}C+="/>"}else{C='<object id="'+this.getAttribute("id")+'" classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" width="'+this.getAttribute("width")+'" height="'+this.getAttribute("height")+'"';C+=' codebase="http://www.apple.com/qtactivex/qtplugin.cab" type="application/x-oleobject">';C+='<param name="src" value="'+this.getAttribute("media")+'" />';C+='<param name="qtsrc" value="'+this.getAttribute("media")+'" />';var A=this.getParams();for(var B in A){C+='<param name="'+B+'" value="'+A[B]+'" />'}C+="</object>"}return C},write:function(A){if(this.skipDetect||true){var B=(typeof A=="string")?document.getElementById(A):A;B.innerHTML=this.getMediaHTML();return true}else{if(this.getAttribute("redirectUrl")!=""){document.location.replace(this.getAttribute("redirectUrl"))}}return false}};var getQueryParamValue=deconcept.util.getRequestParameter;var FlashObject=deconcept.SWFObject;var SWFObject=deconcept.SWFObject;var WMPObject=deconcept.WMPObject;var RealObject=deconcept.RealObject;var ImgObject=deconcept.ImgObject;var QTObject=deconcept.QTObject;deconcept.MediaObjectFactory=function(){this.mediaTypes=new Object();var F=["swf"];var B=["flv"];var A=["avi","asf","wmv","avs","mkv","mpg","mpeg","dat","ogm","vob","mp3","aac","wav","wma","cda","flac","m4a","mid","mka","mp2","mpa","mpc","ape","ofr","ogg","wv","tta","ac3","dts","divx","m4v","m2v","trp","flc","fli"];var D=["rm","rmvb","ts","tp","ifo","nsv","ra","ram","rmm"];var E=["bmp","gif","jpeg","jpg","png"];var C=["mov","3gp","mp4"];for(k in F){this.setAttribute(F[k],SWFObject);this.mediaTypes[F[k]]="SWF"}for(k in B){this.setAttribute(B[k],SWFObject);this.mediaTypes[B[k]]="FLV"}for(k in A){this.setAttribute(A[k],WMPObject);this.mediaTypes[A[k]]="WMP"}for(k in D){this.setAttribute(D[k],RealObject);this.mediaTypes[D[k]]="Real"}for(k in E){this.setAttribute(E[k],ImgObject);this.mediaTypes[E[k]]="Img"}for(k in C){this.setAttribute(C[k],QTObject);this.mediaTypes[C[k]]="QT"}};deconcept.MediaObjectFactory.prototype={setAttribute:function(A,B){this[A]=B},getAttribute:function(A){return this[A]},getMediaType:function(A){return this.mediaTypes[A]}};var MediaObjectFactory=deconcept.MediaObjectFactory;var ZeroClipboard={version:"1.0.4",clients:{},moviePath:media_url+"media/img/_clipboard.swf",nextId:1,$:function(A){if(typeof (A)=="string"){A=document.getElementById(A)}if(!A.addClass){A.hide=function(){this.style.display="none"};A.show=function(){this.style.display=""};A.addClass=function(B){this.removeClass(B);this.className+=" "+B};A.removeClass=function(B){this.className=this.className.replace(new RegExp("\\s*"+B+"\\s*")," ").replace(/^\s+/,"").replace(/\s+$/,"")};A.hasClass=function(B){return !!this.className.match(new RegExp("\\s*"+B+"\\s*"))}}return A},setMoviePath:function(A){this.moviePath=A},dispatch:function(D,B,C){var A=this.clients[D];if(A){A.receiveEvent(B,C)}},register:function(B,A){this.clients[B]=A},getDOMObjectPosition:function(B){var A={left:0,top:0,width:B.width?B.width:B.offsetWidth,height:B.height?B.height:B.offsetHeight};while(B){A.left+=B.offsetLeft;A.top+=B.offsetTop;B=B.offsetParent}return A},Client:function(A){this.handlers={};this.id=ZeroClipboard.nextId++;this.movieId="ZeroClipboardMovie_"+this.id;ZeroClipboard.register(this.id,this);if(A){this.glue(A)}}};ZeroClipboard.Client.prototype={id:0,ready:false,movie:null,clipText:"",handCursorEnabled:true,cssEffects:true,handlers:null,glue:function(D){this.domElement=ZeroClipboard.$(D);var E=99;if(this.domElement.style.zIndex){E=parseInt(this.domElement.style.zIndex)+1}var C=ZeroClipboard.getDOMObjectPosition(this.domElement);this.div=document.createElement("div");var B=this.div.style;B.position="absolute";B.left=""+C.left+"px";B.top=""+C.top+"px";B.width=""+C.width+"px";B.height=""+C.height+"px";B.zIndex=E;var A=document.getElementsByTagName("body")[0];A.appendChild(this.div);this.div.innerHTML=this.getHTML(C.width,C.height)},getHTML:function(D,A){var C="";var B="id="+this.id+"&width="+D+"&height="+A;if(navigator.userAgent.match(/MSIE/)){var E=location.href.match(/^https/i)?"https://":"http://";C+='<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="'+E+'download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0" width="'+D+'" height="'+A+'" id="'+this.movieId+'" align="middle"><param name="allowScriptAccess" value="always" /><param name="allowFullScreen" value="false" /><param name="movie" value="'+ZeroClipboard.moviePath+'" /><param name="loop" value="false" /><param name="menu" value="false" /><param name="quality" value="best" /><param name="bgcolor" value="#ffffff" /><param name="flashvars" value="'+B+'"/><param name="wmode" value="transparent"/></object>'}else{C+='<embed id="'+this.movieId+'" src="'+ZeroClipboard.moviePath+'" loop="false" menu="false" quality="best" bgcolor="#ffffff" width="'+D+'" height="'+A+'" name="'+this.movieId+'" align="middle" allowScriptAccess="always" allowFullScreen="false" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" flashvars="'+B+'" wmode="transparent" />'}return C},hide:function(){if(this.div){this.div.style.left="-2000px"}},show:function(){this.reposition()},destroy:function(){if(this.domElement&&this.div){this.hide();this.div.innerHTML="";var A=document.getElementsByTagName("body")[0];try{A.removeChild(this.div)}catch(B){}this.domElement=null;this.div=null}},reposition:function(C){if(C){this.domElement=ZeroClipboard.$(C);if(!this.domElement){this.hide()}}if(this.domElement&&this.div){var B=ZeroClipboard.getDOMObjectPosition(this.domElement);var A=this.div.style;A.left=""+B.left+"px";A.top=""+B.top+"px"}},setText:function(A){this.clipText=A;if(this.ready){this.movie.setText(A)}},addEventListener:function(A,B){A=A.toString().toLowerCase().replace(/^on/,"");if(!this.handlers[A]){this.handlers[A]=[]}this.handlers[A].push(B)},setHandCursor:function(A){this.handCursorEnabled=A;if(this.ready){this.movie.setHandCursor(A)}},setCSSEffects:function(A){this.cssEffects=!!A},receiveEvent:function(D,E){D=D.toString().toLowerCase().replace(/^on/,"");switch(D){case"load":this.movie=document.getElementById(this.movieId);if(!this.movie){var C=this;setTimeout(function(){C.receiveEvent("load",null)},1);return }if(!this.ready&&navigator.userAgent.match(/Firefox/)&&navigator.userAgent.match(/Windows/)){var C=this;setTimeout(function(){C.receiveEvent("load",null)},100);this.ready=true;return }this.ready=true;this.movie.setText(this.clipText);this.movie.setHandCursor(this.handCursorEnabled);break;case"mouseover":if(this.domElement&&this.cssEffects){this.domElement.addClass("hover");if(this.recoverActive){this.domElement.addClass("active")}}break;case"mouseout":if(this.domElement&&this.cssEffects){this.recoverActive=false;if(this.domElement.hasClass("active")){this.domElement.removeClass("active");this.recoverActive=true}this.domElement.removeClass("hover")}break;case"mousedown":if(this.domElement&&this.cssEffects){this.domElement.addClass("active")}break;case"mouseup":if(this.domElement&&this.cssEffects){this.domElement.removeClass("active");this.recoverActive=false}break}if(this.handlers[D]){for(var B=0,A=this.handlers[D].length;B<A;B++){var F=this.handlers[D][B];if(typeof (F)=="function"){F(this,E)}else{if((typeof (F)=="object")&&(F.length==2)){F[0][F[1]](this,E)}else{if(typeof (F)=="string"){window[F](this,E)}}}}}}};function setClipboard(B){if(false&&window.clipboardData&&window.clipboardData.setData){window.clipboardData.setData("Text",B)}else{var C=$("#clipboardcopyer").get(0);if(!C){C=quickElement("div",document.body,"","id","clipboardcopyer")}C.innerHTML="";var A=new MediaObjectFactory();mo=new A.swf(media_url+"media/img/_clipboard.swf","clipboardcopyerobj","0","0",7,"#fff");mo.addParam("FlashVars","clipboard="+encodeURIComponent(B));mo.write(C)}}var _avail_lang_code={zh:["CN"]};function safe_lang_code(C){var A=C.replace("_","-").split("-");if(A.length>1){A[1]=A[1].toUpperCase()}if(!(A[0] in _avail_lang_code)){return""}var B=_avail_lang_code[A[0]];if((A.length>1)&&(A[1] in B)){return A.join("-")}return A[0]+"-"+B[0]}function init_items(base){var ie6=($.browser.msie&&parseInt($.browser.version.substr(0,1))<7);if(!base){base=""}$(base+" img").each(function(){if(this.title==""){this.title=this.alt}});
/*@cc_on @*/
/*@if (@_jscript_version >= 5)
	$('input').each(function(){
		$(this).addClass(this.type);
	});
	@end @*/
$(base+" input[title],"+base+" textarea[title]").qpTip();$(base+" form").submit(function(){$(this).find("input[title], textarea[title]").each(function(){if(this.value.replace(/\r/g,"")==this.title){this.value=""}})});$(base+" .new-captcha").click(function(e){var a=$(this);var img=a.prev();var input=img.prev();$.getJSON("/"+lang_code+"/accounts/ajax/newcaptcha/",function(data){input.val(data.value);img.attr("src",data.img)})});$(base+" .datetime-source").each(function(){try{var me=$(this);if($.browser.opera){if(me.html().split(/[-:]/).length!=5){return }}var d=new Date(me.html().replace(/-/g,"/")+" UTC");if(!isNaN(d)){me.html(d.toLocaleString())}}catch(e){}});if(ie6){$(base+" .choice-panel").bgiframe()}$(base+" .option-filter").change(function(e){var jobj=$(this);var filter=jobj.val().trim().toLowerCase();if(filter==""||filter==this.title){return }var picker=jobj.parents(".choice-panel");$.each(picker.find(".option"),function(i,opt){if(filter!=""&&isDefined(opt,"obj")&&isDefined(opt.obj,"name")){if(!isDefined(opt.obj,"fulltext")){opt.obj.fulltext=asciilize(opt.obj.name)}if(opt.obj.name.toLowerCase().indexOf(filter)>=0||opt.obj.fulltext.toLowerCase().indexOf(filter)>=0){$(opt).show()}else{$(opt).hide()}}else{$(opt).show()}})});$(base+" .option-filter").keyup(function(e){$(this).change()});$(base+" #result-set li").hover(function(e){$(this).addClass("hover")},function(e){$(this).removeClass("hover")});$(base+" .tip-input").keypress(function(e){if(e.which==13){return false}});if(ie6){var supersleight=function(){var root=false;var applyPositioning=true;var shim=media_url+"media/img/x.gif";var shim_pattern=/x\.gif$/i;var fnLoadPngs=function(){if(root){root=$(root).get(0)}else{root=document}for(var i=root.all.length-1,obj=null;(obj=root.all[i]);i--){if(obj.currentStyle.backgroundImage.match(/\.png/i)!==null){bg_fnFixPng(obj)}if(obj.tagName=="IMG"&&obj.src.match(/\.png/i)!==null){el_fnFixPng(obj)}if(applyPositioning&&(obj.tagName=="A"||obj.tagName=="INPUT")&&obj.style.position===""){obj.style.position="relative"}}};var bg_fnFixPng=function(obj){var mode="scale";var bg=obj.currentStyle.backgroundImage;var src=bg.substring(5,bg.length-2);if(obj.currentStyle.backgroundRepeat=="no-repeat"){mode="crop"}obj.style.filter="progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+src+"', sizingMethod='"+mode+"')";obj.style.backgroundImage="url("+shim+")"};var el_fnFixPng=function(img){var src=img.src;img.style.width=img.width+"px";img.style.height=img.height+"px";img.style.filter="progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+src+"', sizingMethod='scale')";img.src=shim};return{limitTo:function(el){root=el},run:function(){fnLoadPngs()}}}();if(base!=""){supersleight.limitTo(base)}supersleight.run()}$(base+" .center-img-outer").each(function(i,item){var jobj=$(item);var img=jobj.find("img");var oimg=img.get(0);if(!isDefined(oimg,"fitWithFramePatch")){oimg.fitWithFramePatch=true;img.load(function(e){if(!isDefined(this,"loaded")){this.loaded=true;var img=$(this);var jobj=img.parents(".center-img-outer");if(img.width()<jobj.width()&&img.height()<jobj.height()){if(img.width()>img.height()){img.css({width:jobj.width(),height:img.height()*jobj.width()/img.width()})}else{img.css({height:jobj.height(),width:img.width()*jobj.height()/img.height()})}}}});if(isImageOk(img.get(0))){img.load()}}})}$(function(){init_items()});var pinyin={mfkdb:[["A","阿吖嗄腌锕"],["Ai","埃挨哎唉哀皑癌蔼矮艾碍爱隘捱嗳嗌嫒瑷暧砹锿霭"],["An","鞍氨安俺按暗岸胺案谙埯揞庵桉铵鹌黯"],["Ang","肮昂盎"],["Ao","凹敖熬翱袄傲奥懊澳坳嗷岙廒遨媪骜獒聱螯鏊鳌鏖"],["Ba","芭捌扒叭吧笆八疤巴拔跋靶把耙坝霸罢爸茇菝岜灞钯粑鲅魃"],["Bai","白柏百摆佰败拜稗捭掰"],["Ban","斑班搬扳般颁板版扮拌伴瓣半办绊阪坂钣瘢癍舨"],["Bang","邦帮梆榜膀绑棒磅镑傍谤蒡浜"],["Beng","蚌崩绷甭泵蹦迸嘣甏"],["Bao","苞胞包褒薄雹保堡饱宝抱报暴豹鲍爆曝勹葆孢煲鸨褓趵龅"],["Bo","剥玻菠播拨钵波博勃搏铂箔伯帛舶脖膊渤泊驳亳啵饽檗擘礴钹鹁簸跛踣"],["Bei","杯碑悲卑北辈背贝钡倍狈备惫焙被孛陂邶蓓呗悖碚鹎褙鐾鞴"],["Ben","奔苯本笨畚坌锛"],["Bi","逼鼻比鄙笔彼碧蓖蔽毕毙毖币庇痹闭敝弊必壁臂避陛匕俾荜荸萆薜吡哔狴庳愎滗濞弼妣婢嬖璧贲睥畀铋秕裨筚箅篦舭襞跸髀"],["Pi","辟坯砒霹批披劈琵毗啤脾疲皮匹痞僻屁譬丕仳陴邳郫圮埤鼙芘擗噼庀淠媲纰枇甓罴铍癖疋蚍蜱貔"],["Bian","鞭边编贬扁便变卞辨辩辫遍匾弁苄忭汴缏煸砭碥窆褊蝙笾鳊"],["Biao","标彪膘表婊骠飑飙飚镖镳瘭裱鳔"],["Bie","鳖憋别瘪蹩"],["Bin","彬斌濒滨宾摈傧豳缤玢槟殡膑镔髌鬓"],["Bing","兵冰柄丙秉饼炳病并禀邴摒"],["Bu","捕卜哺补埠不布步簿部怖卟逋瓿晡钚钸醭"],["Ca","擦嚓礤"],["Cai","猜裁材才财睬踩采彩菜蔡"],["Can","餐参蚕残惭惨灿骖璨粲黪"],["Cang","苍舱仓沧藏伧"],["Cao","操糙槽曹草嘈漕螬艚"],["Ce","厕策侧册测恻"],["Ceng","层蹭曾噌"],["Cha","插叉茬茶查碴搽察岔诧猹馇汊姹杈槎檫锸镲衩"],["Chai","差拆柴豺侪钗瘥虿"],["Chan","搀掺蝉馋谗缠铲产阐颤冁谄蒇廛忏潺澶孱羼婵骣觇禅蟾躔"],["Chang","昌猖场尝常长偿肠厂敞畅唱倡伥鬯苌菖徜怅惝阊娼嫦昶氅鲳"],["Chao","超抄钞朝嘲潮巢吵炒怊晁焯耖"],["Che","车扯撤掣彻澈坼砗"],["Chen","郴臣辰尘晨忱沉陈趁衬谌谶抻嗔宸琛榇碜龀"],["Cheng","撑称城橙成呈乘程惩澄诚承逞骋秤丞埕枨柽塍瞠铖铛裎蛏酲"],["Chi","吃痴持池迟弛驰耻齿侈尺赤翅斥炽傺墀茌叱哧啻嗤彳饬媸敕眵鸱瘛褫蚩螭笞篪豉踟魑"],["Shi","匙师失狮施湿诗尸虱十石拾时食蚀实识史矢使屎驶始式示士世柿事拭誓逝势是嗜噬适仕侍释饰氏市恃室视试谥埘莳蓍弑轼贳炻礻铈舐筮豕鲥鲺"],["Chong","充冲虫崇宠重茺忡憧铳舂艟"],["Chou","抽酬畴踌稠愁筹仇绸瞅丑臭俦帱惆瘳雠"],["Chu","初出橱厨躇锄雏滁除楚础储矗搐触处亍刍怵憷绌杵楮樗褚蜍蹰黜"],["Chuai","揣搋嘬膪踹"],["Chuan","川穿椽传船喘串舛遄氚钏舡"],["Chuang","疮窗床闯创怆"],["Zhuang","幢桩庄装妆撞壮状僮"],["Chui","吹炊捶锤垂陲棰槌"],["Chun","春椿醇唇淳纯蠢莼鹑蝽"],["Chuo","戳绰啜辍踔龊"],["Ci","疵茨磁雌辞慈瓷词此刺赐次茈祠鹚糍"],["Cong","聪葱囱匆从丛苁淙骢琮璁枞"],["Cou","凑楱辏腠"],["Cu","粗醋簇促卒蔟徂猝殂酢蹙蹴"],["Cuan","蹿篡窜汆撺爨镩"],["Cui","摧崔催脆瘁粹淬翠萃啐悴璀榱毳"],["Cun","村存寸忖皴"],["Cuo","磋撮搓措挫错厝嵯脞锉矬痤鹾蹉"],["Da","搭达答瘩打大耷哒怛妲褡笪靼鞑"],["Dai","呆歹傣戴带殆代贷袋待逮怠埭甙呔岱迨绐玳黛"],["Dan","耽担丹单郸掸胆旦氮但惮淡诞蛋儋凼萏菪啖澹宕殚赕眈疸瘅聃箪"],["Tan","弹坍摊贪瘫滩坛檀痰潭谭谈坦毯袒碳探叹炭郯昙忐钽锬覃"],["Dang","当挡党荡档谠砀裆"],["Dao","刀捣蹈倒岛祷导到稻悼道盗叨氘焘纛"],["De","德得的锝"],["Deng","蹬灯登等瞪凳邓噔嶝戥磴镫簦"],["Di","堤低滴迪敌笛狄涤嫡抵底地蒂第帝弟递缔氐籴诋谛邸坻荻嘀娣柢棣觌祗砥碲睇镝羝骶"],["Zhai","翟摘斋宅窄债寨砦瘵"],["Dian","颠掂滇碘点典靛垫电佃甸店惦奠淀殿丶阽坫巅玷钿癜癫簟踮"],["Diao","碉叼雕凋刁掉吊钓铞貂鲷"],["Tiao","调挑条迢眺跳佻苕祧窕蜩笤粜龆鲦髫"],["Die","跌爹碟蝶迭谍叠垤堞喋牒瓞耋鲽"],["Ding","丁盯叮钉顶鼎锭定订仃啶玎腚碇町疔耵酊"],["Diu","丢铥"],["Dong","东冬董懂动栋侗恫冻洞垌咚岽峒氡胨胴硐鸫"],["Dou","兜抖斗陡豆逗痘蔸钭窦蚪篼"],["Du","都督毒犊独读堵睹赌杜镀肚度渡妒芏嘟渎椟牍蠹笃髑黩"],["Duan","端短锻段断缎椴煅簖"],["Dui","堆兑队对怼憝碓镦"],["Dun","墩吨蹲敦顿钝盾遁沌炖砘礅盹趸"],["Tun","囤吞屯臀氽饨暾豚"],["Duo","掇哆多夺垛躲朵跺舵剁惰堕咄哚沲缍铎裰踱"],["E","蛾峨鹅俄额讹娥恶厄扼遏鄂饿噩谔垩苊莪萼呃愕屙婀轭腭锇锷鹗颚鳄"],["En","恩蒽摁嗯"],["Er","而儿耳尔饵洱二贰迩珥铒鸸鲕"],["Fa","发罚筏伐乏阀法珐垡砝"],["Fan","藩帆番翻樊矾钒繁凡烦反返范贩犯饭泛蕃蘩幡夂梵燔畈蹯"],["Fang","坊芳方肪房防妨仿访纺放邡枋钫舫鲂"],["Fei","菲非啡飞肥匪诽吠肺废沸费狒悱淝妃绯榧腓斐扉砩镄痱蜚篚翡霏鲱"],["Fen","芬酚吩氛分纷坟焚汾粉奋份忿愤粪偾瀵棼鲼鼢"],["Feng","丰封枫蜂峰锋风疯烽逢冯缝讽奉凤俸酆葑唪沣砜"],["Fo","佛"],["Fou","否缶"],["Fu","夫敷肤孵扶拂辐幅氟符伏俘服浮涪福袱弗甫抚辅俯釜斧脯腑府腐赴副覆赋复傅付阜父腹负富讣附妇缚咐匐凫郛芙芾苻茯莩菔拊呋呒幞怫滏艴孚驸绂绋桴赙祓黻黼罘稃馥蚨蜉蝠蝮麸趺跗鲋鳆"],["Ga","噶嘎垓尬尕尜旮钆"],["Gai","该改概钙盖溉丐陔戤赅"],["Gan","干甘杆柑竿肝赶感秆敢赣坩苷尴擀泔淦澉绀橄旰矸疳酐"],["Gang","冈刚钢缸肛纲岗港杠戆罡筻"],["Gao","篙皋高膏羔糕搞镐稿告睾诰郜藁缟槔槁杲锆"],["Ge","哥歌搁戈鸽胳疙割革葛格阁隔铬个各鬲仡哿圪塥嗝纥搿膈硌镉袼虼舸骼"],["Ha","蛤哈铪"],["Gei","给"],["Gen","根跟亘茛哏艮"],["Geng","耕更庚羹埂耿梗哽赓绠鲠"],["Gong","工攻功恭龚供躬公宫弓巩汞拱贡共珙肱蚣觥"],["Gou","钩勾沟苟狗垢构购够佝诟岣遘媾缑枸觏彀笱篝鞲"],["Gu","辜菇咕箍估沽孤姑鼓古蛊骨谷股故顾固雇嘏诂菰崮汩梏轱牯牿臌毂瞽罟钴锢鸪痼蛄酤觚鲴"],["Gua","刮瓜剐寡挂褂卦诖呱栝胍鸹"],["Guai","乖拐怪掴"],["Guan","棺关官冠观管馆罐惯灌贯倌莞掼涫盥鹳鳏"],["Guang","光广逛咣犷桄胱"],["Gui","瑰规圭硅归龟闺轨鬼诡癸桂柜跪贵刽匦刿庋宄妫桧炅晷皈簋鲑鳜"],["Gun","辊滚棍衮绲磙鲧"],["Guo","锅郭国果裹过馘埚呙帼崞猓椁虢聒蜾蝈"],["Hai","骸孩海氦亥害骇嗨胲醢"],["Han","酣憨邯韩含涵寒函喊罕翰撼捍旱憾悍焊汗汉邗菡撖犴瀚晗焓顸颔蚶鼾"],["Hang","夯杭航行沆绗颃"],["Hao","壕嚎豪毫郝好耗号浩貉蒿薅嗥嚆濠灏昊皓颢蚝"],["He","呵喝荷菏核禾和何合盒阂河涸赫褐鹤贺诃劾壑嗬阖曷盍颌蚵翮"],["Hei","嘿黑"],["Hen","痕很狠恨"],["Heng","哼亨横衡恒蘅珩桁"],["Hong","轰哄烘虹鸿洪宏弘红黉訇讧荭蕻薨闳泓"],["Hou","喉侯猴吼厚候后堠後逅瘊篌糇鲎骺"],["Hu","呼乎忽瑚壶葫胡蝴狐糊湖弧虎唬护互沪户冱唿囫岵猢怙惚浒滹琥槲轷觳烀煳戽扈祜瓠鹄鹕鹱笏醐斛鹘"],["Hua","花哗华猾滑画划化话骅桦砉铧"],["Huai","槐徊怀淮坏踝"],["Huan","欢环桓还缓换患唤痪豢焕涣宦幻奂擐圜獾洹浣漶寰逭缳锾鲩鬟"],["Huang","荒慌黄磺蝗簧皇凰惶煌晃幌恍谎隍徨湟潢遑璜肓癀蟥篁鳇"],["Hui","灰挥辉徽恢蛔回毁悔慧卉惠晦贿秽会烩汇讳诲绘诙茴荟蕙咴喙隳洄彗缋珲晖恚虺蟪麾"],["Hun","荤昏婚魂浑混诨馄阍溷"],["Huo","豁活伙火获或惑霍货祸劐藿攉嚯夥钬锪镬耠蠖"],["Ji","击圾基机畸稽积箕肌饥迹激讥鸡姬绩缉吉极棘辑籍集及急疾汲即嫉级挤几脊己蓟技冀季伎祭剂悸济寄寂计记既忌际妓继纪藉亟乩剞佶偈墼芨芰荠蒺蕺掎叽咭哜唧岌嵴洎屐骥畿玑楫殛戟戢赍觊犄齑矶羁嵇稷瘠虮笈笄暨跻跽霁鲚鲫髻"],["Jia","嘉枷夹佳家加荚颊贾甲钾假稼价架驾嫁伽郏葭岬浃迦珈戛胛恝铗镓痂瘕蛱笳袈跏"],["Jian","歼监坚尖笺间煎兼肩艰奸缄茧检柬碱硷拣捡简俭剪减荐槛鉴践贱见键箭件健舰剑饯渐溅涧建僭谏谫菅蒹搛湔蹇謇缣枧楗戋戬牮犍毽腱睑锏鹣裥笕翦踺鲣鞯"],["Jiang","僵姜将浆江疆蒋桨奖讲匠酱降茳洚绛缰犟礓耩糨豇"],["Jiao","蕉椒礁焦胶交郊浇骄娇搅铰矫侥脚狡角饺缴绞剿教酵轿较叫窖佼僬艽茭挢噍峤徼姣敫皎鹪蛟醮跤鲛"],["Jue","嚼撅攫抉掘倔爵觉决诀绝厥劂谲矍蕨噘崛獗孓珏桷橛爝镢蹶觖"],["Jie","揭接皆秸街阶截劫节桔杰捷睫竭洁结解姐戒芥界借介疥诫届讦诘拮喈嗟婕孑桀碣疖颉蚧羯鲒骱"],["Jin","巾筋斤金今津襟紧锦仅谨进靳晋禁近烬浸尽劲卺荩堇噤馑廑妗缙瑾槿赆觐衿矜"],["Jing","荆兢茎睛晶鲸京惊精粳经井警景颈静境敬镜径痉靖竟竞净刭儆阱菁獍憬泾迳弪婧肼胫腈旌箐"],["Jiong","炯窘迥扃"],["Jiu","揪究纠玖韭久灸九酒厩救旧臼舅咎就疚僦啾阄柩桕鸠鹫赳鬏"],["Ju","鞠拘狙疽居驹菊局咀矩举沮聚拒据巨具距踞锯俱句惧炬剧倨讵苣苴莒掬遽屦琚椐榘榉橘犋飓钜锔窭裾醵踽龃雎鞫"],["Juan","捐鹃娟倦眷卷绢鄄狷涓桊蠲锩镌隽"],["Jun","均菌钧军君峻俊竣浚郡骏捃皲筠麇"],["Ka","喀咖卡佧咔胩"],["Luo","咯萝螺罗逻锣箩骡裸落洛骆络倮蠃荦摞猡泺漯珞椤脶镙瘰雒"],["Kai","开揩楷凯慨剀垲蒈忾恺铠锎锴"],["Kan","刊堪勘坎砍看侃莰阚戡龛瞰"],["Kang","康慷糠扛抗亢炕伉闶钪"],["Kao","考拷烤靠尻栲犒铐"],["Ke","坷苛柯棵磕颗科壳咳可渴克刻客课嗑岢恪溘骒缂珂轲氪瞌钶锞稞疴窠颏蝌髁"],["Ken","肯啃垦恳裉"],["Keng","坑吭铿"],["Kong","空恐孔控倥崆箜"],["Kou","抠口扣寇芤蔻叩囗眍筘"],["Ku","枯哭窟苦酷库裤刳堀喾绔骷"],["Kua","夸垮挎跨胯侉"],["Kuai","块筷侩快蒯郐哙狯浍脍"],["Kuan","宽款髋"],["Kuang","匡筐狂框矿眶旷况诓诳邝圹夼哐纩贶"],["Kui","亏盔岿窥葵奎魁傀馈愧溃馗匮夔隗蒉揆喹喟悝愦逵暌睽聩蝰篑跬"],["Kun","坤昆捆困悃阃琨锟醌鲲髡"],["Kuo","括扩廓阔蛞"],["La","垃拉喇蜡腊辣啦剌邋旯砬瘌"],["Lai","莱来赖崃徕涞濑赉睐铼癞籁"],["Lan","蓝婪栏拦篮阑兰澜谰揽览懒缆烂滥岚漤榄斓罱镧褴"],["Lang","琅榔狼廊郎朗浪蒗啷阆稂螂"],["Lao","捞劳牢老佬姥酪烙涝唠崂忉栳铑铹痨耢醪"],["Le","勒了仂叻泐鳓"],["Yue","乐曰约越跃岳粤月悦阅龠哕瀹樾刖钺"],["Lei","雷镭蕾磊累儡垒擂肋类泪羸诔嘞嫘缧檑耒酹"],["Leng","棱楞冷塄愣"],["Li","厘梨犁黎篱狸离漓理李里鲤礼莉荔吏栗丽厉励砾历利傈例俐痢立粒沥隶力璃哩俪俚郦坜苈莅蓠藜呖唳喱猁溧澧逦娌嫠骊缡枥栎轹膦戾砺詈罹锂鹂疠疬蛎蜊蠡笠篥粝醴跞雳鲡鳢黧"],["Lia","俩"],["Lian","联莲连镰廉怜涟帘敛脸链恋炼练蔹奁潋濂琏楝殓臁裢裣蠊鲢"],["Liang","粮凉梁粱良两辆量晾亮谅墚莨椋锒踉靓魉"],["Liao","撩聊僚疗燎寥辽潦撂镣廖料蓼尥嘹獠寮缭钌鹩"],["Lie","列裂烈劣猎冽埒捩咧洌趔躐鬣"],["Lin","琳林磷霖临邻鳞淋凛赁吝拎蔺啉嶙廪懔遴檩辚瞵粼躏麟"],["Ling","玲菱零龄铃伶羚凌灵陵岭领另令酃苓呤囹泠绫柃棂瓴聆蛉翎鲮"],["Liu","溜琉榴硫馏留刘瘤流柳六浏遛骝绺旒熘锍镏鹨鎏"],["Long","龙聋咙笼窿隆垄拢陇垅茏珑栊胧砻癃"],["Lou","楼娄搂篓漏陋偻蒌喽嵝镂瘘耧蝼髅"],["Lu","芦卢颅庐炉掳卤虏鲁麓碌露路赂鹿潞禄录陆戮垆撸噜泸渌漉逯璐栌橹轳辂辘氇胪镥鸬鹭簏舻鲈"],["Lv","驴吕铝侣旅履屡缕虑氯律率滤绿捋闾榈膂稆褛"],["Luan","峦挛孪滦卵乱脔娈栾鸾銮"],["Lue","掠略锊"],["Lun","抡轮伦仑沦纶论囵"],["Ma","妈麻玛码蚂马骂嘛吗唛犸杩蟆"],["Mai","埋买麦卖迈脉劢荬霾"],["Man","瞒馒蛮满蔓曼慢漫谩墁幔缦熳镘颟螨鳗鞔"],["Mang","芒茫盲氓忙莽邙漭硭蟒"],["Mao","猫茅锚毛矛铆卯茂冒帽貌贸袤茆峁泖瑁昴牦耄旄懋瞀蝥蟊髦"],["Me","么麽"],["Mei","玫枚梅酶霉煤眉媒镁每美昧寐妹媚莓嵋猸浼湄楣镅鹛袂魅"],["Mo","没摸摹蘑模膜磨摩魔抹末莫墨默沫漠寞陌谟茉蓦馍嫫嬷殁镆秣瘼耱貊貘"],["Men","门闷们扪焖懑钔"],["Meng","萌蒙檬盟锰猛梦孟勐甍瞢懵朦礞虻蜢蠓艋艨"],["Mi","眯醚靡糜迷谜弥米秘觅泌蜜密幂芈谧咪嘧猕汨宓弭脒祢敉縻麋"],["Mian","棉眠绵冕免勉娩缅面沔渑湎腼眄"],["Miao","苗描瞄藐秒渺庙妙喵邈缈杪淼眇鹋"],["Mie","蔑灭乜咩蠛篾"],["Min","民抿皿敏悯闽苠岷闵泯缗玟珉愍黾鳘"],["Ming","明螟鸣铭名命冥茗溟暝瞑酩"],["Miu","谬缪"],["Mou","谋牟某侔哞眸蛑鍪"],["Mu","拇牡亩姆母墓暮幕募慕木目睦牧穆仫坶苜沐毪钼"],["Na","拿哪呐钠那娜纳讷捺肭镎衲"],["Nai","氖乃奶耐奈鼐佴艿萘柰"],["Nan","南男难喃囝囡楠腩蝻赧"],["Nang","囊攮囔馕曩"],["Nao","挠脑恼闹淖孬垴呶猱瑙硇铙蛲"],["Ne","呢"],["Nei","馁内"],["Nen","嫩恁"],["Neng","能"],["Ni","妮霓倪泥尼拟你匿腻逆溺伲坭蘼猊怩昵旎睨铌鲵"],["Nian","蔫拈年碾撵捻念廿埝辇黏鲇鲶"],["Niang","娘酿"],["Niao","鸟尿茑嬲脲袅"],["Nie","捏聂孽啮镊镍涅陧蘖嗫颞臬蹑"],["Nin","您"],["Ning","柠狞凝宁拧泞佞咛甯聍"],["Niu","牛扭钮纽拗狃忸妞"],["Nong","脓浓农弄侬哝"],["Nu","奴努怒弩胬孥驽"],["Nv","女恧钕衄"],["Nuan","暖"],["Nue","虐疟挪"],["Nuo","懦糯诺傩搦喏锘"],["O","哦噢"],["Ou","欧鸥殴藕呕偶沤讴怄瓯耦"],["Pa","啪趴爬帕怕琶葩杷筢"],["Pai","拍排牌徘湃派俳蒎哌"],["Pan","攀潘盘磐盼畔判叛拚爿泮袢襻蟠蹒"],["Pang","乓庞旁耪胖彷滂逄螃"],["Pao","抛咆刨炮袍跑泡匏狍庖脬疱"],["Pei","呸胚培裴赔陪配佩沛辔帔旆锫醅霈"],["Pen","喷盆湓"],["Peng","砰抨烹澎彭蓬棚硼篷膨朋鹏捧碰堋嘭怦蟛"],["Pian","篇偏片骗谝骈犏胼翩蹁"],["Piao","飘漂瓢票剽嘌嫖缥殍瞟螵"],["Pie","撇瞥丿苤氕"],["Pin","拼频贫品聘姘嫔榀牝颦"],["Ping","乒坪苹萍平凭瓶评屏俜娉枰鲆"],["Po","坡泼颇婆破魄迫粕叵鄱珀钋钷皤笸"],["Pou","剖裒掊"],["Pu","扑铺仆莆葡菩蒲埔朴圃普浦谱瀑匍噗溥濮璞氆镤镨蹼"],["Qi","期欺栖戚妻七凄漆柒沏其棋奇歧畦崎脐齐旗祈祁骑起岂乞企启契砌器气迄弃汽泣讫亓圻芑芪萁萋葺蕲嘁屺岐汔淇骐绮琪琦杞桤槭耆祺憩碛颀蛴蜞綦鳍麒"],["Qia","掐恰洽葜袷髂"],["Qian","牵扦钎铅千迁签仟谦乾黔钱钳前潜遣浅谴堑嵌欠歉倩佥阡芊芡茜掮岍悭慊骞搴褰缱椠肷愆钤虔箝"],["Qiang","枪呛腔羌墙蔷强抢戕嫱樯戗炝锖锵镪襁蜣羟跄"],["Qiao","橇锹敲悄桥瞧乔侨巧鞘撬翘峭俏窍劁诮谯荞愀憔缲樵硗跷鞒"],["Qie","切茄且怯窃郄惬妾挈锲箧趄"],["Qin","钦侵亲秦琴勤芹擒禽寝沁芩揿吣嗪噙溱檎锓螓衾"],["Qing","青轻氢倾卿清擎晴氰情顷请庆苘圊檠磬蜻罄綮謦鲭黥"],["Qiong","琼穷邛茕穹蛩筇跫銎"],["Qiu","秋丘邱球求囚酋泅俅巯犰湫逑遒楸赇虬蚯蝤裘糗鳅鼽"],["Qu","趋区蛆曲躯屈驱渠取娶龋趣去诎劬蕖蘧岖衢阒璩觑氍朐祛磲鸲癯蛐蠼麴瞿黢"],["Quan","圈颧权醛泉全痊拳犬券劝诠荃犭悛绻辁畎铨蜷筌鬈"],["Que","缺炔瘸却鹊榷确雀阕阙悫"],["Qun","裙群逡"],["Ran","然燃冉染苒蚺髯"],["Rang","瓤壤攘嚷让禳穰"],["Rao","饶扰绕荛娆桡"],["Re","惹热"],["Ren","壬仁人忍韧任认刃妊纫仞荏饪轫稔衽"],["Reng","扔仍"],["Ri","日"],["Rong","戎茸蓉荣融熔溶容绒冗嵘狨榕肜蝾"],["Rou","揉柔肉糅蹂鞣"],["Ru","茹蠕儒孺如辱乳汝入褥蓐薷嚅洳溽濡缛铷襦颥"],["Ruan","软阮朊"],["Rui","蕊瑞锐芮蕤枘睿蚋"],["Run","闰润"],["Ruo","若弱偌箬"],["Sa","撒洒萨卅脎飒"],["Sai","腮鳃塞赛噻"],["San","三叁伞散仨彡馓毵"],["Sang","桑嗓丧搡磉颡"],["Sao","搔骚扫嫂埽缫臊瘙鳋"],["Se","瑟色涩啬铯穑"],["Sen","森"],["Seng","僧"],["Sha","莎砂杀刹沙纱傻啥煞唼歃铩痧裟霎鲨"],["Shai","筛晒酾"],["Shan","珊苫杉山删煽衫闪陕擅赡膳善汕扇缮讪鄯芟潸姗嬗骟膻钐疝蟮舢跚鳝"],["Shang","墒伤商赏晌上尚裳垧泷绱殇熵觞"],["Shao","梢捎稍烧芍勺韶少哨邵绍劭潲杓筲艄"],["She","奢赊蛇舌舍赦摄射慑涉社设厍佘揲猞滠麝"],["Shen","砷申呻伸身深娠绅神沈审婶甚肾慎渗什诜谂莘葚哂渖椹胂矧蜃糁"],["Sheng","声生甥牲升绳省盛剩胜圣嵊晟眚笙"],["Shou","收手首守寿授售受瘦兽狩绶艏"],["Shu","蔬枢梳殊抒输叔舒淑疏书赎孰熟薯暑曙署蜀黍鼠属术述树束戍竖墅庶数漱恕丨倏塾菽摅沭澍姝纾毹腧殳秫"],["Shua","刷耍唰"],["Shuai","摔衰甩帅蟀"],["Shuan","栓拴闩涮"],["Shuang","霜双爽孀"],["Shui","谁水睡税"],["Shun","吮瞬顺舜"],["Shuo","说硕朔烁蒴搠妁槊铄"],["Si","斯撕嘶思私司丝死肆寺嗣四伺似饲巳厮俟兕厶咝汜泗澌姒驷缌祀锶鸶耜蛳笥"],["Song","松耸怂颂送宋讼诵凇菘崧嵩忪悚淞竦"],["Sou","搜艘擞嗽叟薮嗖嗾馊溲飕瞍锼螋"],["Su","苏酥俗素速粟僳塑溯宿诉肃夙谡蔌嗉愫涑簌觫稣"],["Suan","酸蒜算狻"],["Sui","虽隋随绥髓碎岁穗遂隧祟谇荽濉邃燧眭睢"],["Sun","孙损笋荪狲飧榫隼"],["Suo","蓑梭唆缩琐索锁所唢嗦嗍娑桫挲睃羧"],["Ta","塌他它她塔獭挞蹋踏嗒闼溻遢榻沓铊趿鳎"],["Tai","胎苔抬台泰酞太态汰邰薹骀肽炱钛跆鲐"],["Tang","汤塘搪堂棠膛唐糖倘躺淌趟烫傥帑溏瑭樘铴镗耥螗螳羰醣"],["Tao","掏涛滔绦萄桃逃淘陶讨套鼗啕洮韬饕"],["Te","特忑慝铽"],["Teng","藤腾疼誊滕"],["Ti","梯剔踢锑提题蹄啼体替嚏惕涕剃屉倜悌逖绨缇鹈裼醍"],["Tian","天添填田甜恬舔腆掭忝阗殄畋"],["Tie","贴铁帖萜餮"],["Ting","厅听烃汀廷停亭庭挺艇莛葶婷梃铤蜓霆"],["Tong","通桐酮瞳同铜彤童桶捅筒统痛佟仝茼嗵恸潼砼"],["Tou","偷投头透骰"],["Tu","凸秃突图徒途涂屠土吐兔堍荼菟钍酴"],["Tuan","湍团抟彖疃"],["Tui","推颓腿蜕褪退忒煺"],["Tuo","拖托脱鸵陀驮驼椭妥拓唾佗坨庹沱柝柁橐砣箨酡跎鼍"],["Wa","挖哇蛙洼娃瓦袜佤娲腽"],["Wai","歪外崴"],["Wan","豌弯湾玩顽丸烷完碗挽晚皖惋宛婉万腕剜芄菀纨绾琬脘畹蜿"],["Wang","汪王亡枉网往旺望忘妄罔惘辋魍"],["Wei","威巍微危韦违桅围唯惟为潍维苇萎委伟伪尾纬未蔚味畏胃喂魏位渭谓尉慰卫偎诿隈葳薇帏帷嵬猥猬闱沩洧涠逶娓玮韪軎炜煨痿艉鲔"],["Wen","瘟温蚊文闻纹吻稳紊问刎阌汶璺攵雯"],["Weng","嗡翁瓮蓊蕹"],["Wo","挝蜗涡窝我斡卧握沃倭莴喔幄渥肟硪龌"],["Wu","巫呜钨乌污诬屋无芜梧吾吴毋武五捂午舞伍侮坞戊雾晤物勿务悟误兀仵阢邬圬芴唔庑怃忤寤迕妩婺骛杌牾焐鹉鹜痦蜈鋈鼯"],["Xi","昔熙析西硒矽晰嘻吸锡牺稀息希悉膝夕惜熄烯溪汐犀檄袭席习媳喜铣洗系隙戏细僖兮隰郗菥葸蓰奚唏徙饩阋浠淅屣嬉玺樨曦觋欷歙熹禊禧皙穸蜥螅蟋舄舾羲粞翕醯蹊鼷"],["Xia","瞎虾匣霞辖暇峡侠狭下厦夏吓呷狎遐瑕柙硖罅黠"],["Xian","掀锨先仙鲜纤咸贤衔舷闲涎弦嫌显险现献县腺馅羡宪陷限线冼苋莶藓岘猃暹娴氙燹祆鹇痫蚬筅籼酰跣跹霰"],["Xiang","相厢镶香箱襄湘乡翔祥详想响享项巷橡像向象芗葙饷庠骧缃蟓鲞飨"],["Xiao","萧硝霄削哮嚣销消宵淆晓小孝校肖啸笑效哓崤潇逍骁绡枭枵蛸筱箫魈"],["Xie","楔些歇蝎鞋协挟携邪斜胁谐写械卸蟹懈泄泻谢屑偕亵勰燮薤撷獬廨渫瀣邂绁缬榭榍蹀躞"],["Xin","薪芯锌欣辛新忻心信衅囟馨昕歆镡鑫"],["Xing","星腥猩惺兴刑型形邢醒幸杏性姓陉荇荥擤饧悻硎"],["Xiong","兄凶胸匈汹雄熊芎"],["Xiu","休修羞朽嗅锈秀袖绣咻岫馐庥溴鸺貅髹"],["Xu","墟戌需虚嘘须徐许蓄酗叙旭序畜恤絮婿绪续诩勖圩蓿洫溆顼栩煦盱胥糈醑"],["Xuan","轩喧宣悬旋玄选癣眩绚儇谖萱揎泫渲漩璇楦暄炫煊碹铉镟痃"],["Xue","靴薛学穴雪血谑噱泶踅鳕"],["Xun","勋熏循旬询寻驯巡殉汛训讯逊迅巽郇埙荀荨蕈薰峋徇獯恂洵浔曛醺鲟"],["Ya","压押鸦鸭呀丫芽牙蚜崖衙涯雅哑亚讶伢垭揠岈迓娅琊桠氩砑睚痖"],["Yan","焉咽阉烟淹盐严研蜒岩延言颜阎炎沿奄掩眼衍演艳堰燕厌砚雁唁彦焰宴谚验厣赝剡俨偃兖谳郾鄢埏菸崦恹闫阏湮滟妍嫣琰檐晏胭焱罨筵酽趼魇餍鼹"],["Yang","殃央鸯秧杨扬佯疡羊洋阳氧仰痒养样漾徉怏泱炀烊恙蛘鞅"],["Yao","邀腰妖瑶摇尧遥窑谣姚咬舀药要耀钥夭爻吆崾徭幺珧杳轺曜肴铫鹞窈鳐"],["Ye","椰噎耶爷野冶也页掖业叶曳腋夜液靥谒邺揶晔烨铘"],["Yi","一壹医揖铱依伊衣颐夷遗移仪胰疑沂宜姨彝椅蚁倚已乙矣以艺抑易邑屹亿役臆逸肄疫亦裔意毅忆义益溢诣议谊译异翼翌绎刈劓佚佾诒圯埸懿苡荑薏弈奕挹弋呓咦咿噫峄嶷猗饴怿怡悒漪迤驿缢殪轶贻欹旖熠眙钇镒镱痍瘗癔翊蜴舣羿"],["Yin","茵荫因殷音阴姻吟银淫寅饮尹引隐印胤鄞垠堙茚吲喑狺夤洇氤铟瘾窨蚓霪龈"],["Ying","英樱婴鹰应缨莹萤营荧蝇迎赢盈影颖硬映嬴郢茔莺萦蓥撄嘤膺滢潆瀛瑛璎楹媵鹦瘿颍罂"],["Yo","哟唷"],["Yong","拥佣臃痈庸雍踊蛹咏泳涌永恿勇用俑壅墉喁慵邕镛甬鳙饔"],["You","幽优悠忧尤由邮铀犹油游酉有友右佑釉诱又幼卣攸侑莠莜莸尢呦囿宥柚猷牖铕疣蚰蚴蝣繇鱿黝鼬"],["Yu","迂淤于盂榆虞愚舆余俞逾鱼愉渝渔隅予娱雨与屿禹宇语羽玉域芋郁吁遇喻峪御愈欲狱育誉浴寓裕预豫驭禺毓伛俣谀谕萸蓣揄圄圉嵛狳饫馀庾阈鬻妪妤纡瑜昱觎腴欤於煜燠聿畲钰鹆鹬瘐瘀窬窳蜮蝓竽臾舁雩龉"],["Yuan","鸳渊冤元垣袁原援辕园员圆猿源缘远苑愿怨院垸塬芫掾沅媛瑗橼爰眢鸢螈箢鼋"],["Yun","耘云郧匀陨允运蕴酝晕韵孕郓芸狁恽愠纭韫殒昀氲熨"],["Za","匝砸杂咋拶咂"],["Zai","栽哉灾宰载再在崽甾"],["Zan","咱攒暂赞瓒昝簪糌趱錾"],["Zang","赃脏葬奘驵臧"],["Zao","遭糟凿藻枣早澡蚤躁噪造皂灶燥唣"],["Ze","责择则泽仄赜啧帻迮昃箦舴"],["Zei","贼"],["Zen","怎谮"],["Zeng","增憎赠缯甑罾锃"],["Zha","扎喳渣札轧铡闸眨栅榨乍炸诈柞揸吒咤哳楂砟痄蚱齄"],["Zhan","瞻毡詹粘沾盏斩辗崭展蘸栈占战站湛绽谵搌旃"],["Zhang","樟章彰漳张掌涨杖丈帐账仗胀瘴障仉鄣幛嶂獐嫜璋蟑"],["Zhao","招昭找沼赵照罩兆肇召着诏棹钊笊"],["Zhe","遮折哲蛰辙者锗蔗这浙乇谪摺柘辄磔鹧褶蜇螫赭"],["Zhen","珍斟真甄砧臻贞针侦枕疹诊震振镇阵帧圳蓁浈缜桢榛轸赈胗朕祯畛稹鸩箴"],["Zheng","蒸挣睁征狰争怔整拯正政症郑证诤峥徵钲铮筝"],["Zhi","芝枝支吱蜘知肢脂汁之织职直植殖执值侄址指止趾只旨纸志挚掷至致置帜峙制智秩稚质炙痔滞治窒卮陟郅埴芷摭帙忮彘咫骘栉枳栀桎轵轾贽胝膣祉黹雉鸷痣蛭絷酯跖踬踯豸觯"],["Zhong","中盅忠钟衷终种肿仲众冢锺螽舯踵"],["Zhou","舟周州洲诌粥轴肘帚咒皱宙昼骤荮啁妯纣绉胄碡籀酎"],["Zhu","珠株蛛朱猪诸诛逐竹烛煮拄瞩嘱主著柱助蛀贮铸筑住注祝驻伫侏邾苎茱洙渚潴杼槠橥炷铢疰瘃竺箸舳翥躅麈"],["Zhua","抓爪"],["Zhuai","拽"],["Zhuan","专砖转撰赚篆啭馔颛"],["Zhui","椎锥追赘坠缀萑惴骓缒隹"],["Zhun","谆准肫窀"],["Zhuo","捉拙卓桌琢茁酌啄灼浊倬诼擢浞涿濯禚斫镯"],["Zi","兹咨资姿滋淄孜紫仔籽滓子自渍字谘呲嵫姊孳缁梓辎赀恣眦锱秭耔笫粢趑訾龇鲻髭"],["Zong","鬃棕踪宗综总纵偬腙粽"],["Zou","邹走奏揍诹陬鄹驺鲰"],["Zu","租足族祖诅阻组俎菹镞"],["Zuan","钻纂攥缵躜"],["Zui","嘴醉最罪蕞觜"],["Zun","尊遵撙樽鳟"],["Zuo","昨左佐做作坐座阼唑怍胙祚笮"],["Ei","诶"],["Dia","嗲"],["Cen","岑涔"],["Nou","耨"]],go:function(){var G=arguments[0].replace(/(^\s*)|(\s*$)/g,"");var C=[];var I="";if(arguments.length>=3){I=arguments[2]}var F,D,B;for(var E=0;E<G.length;E++){D=G.charAt(E);F=D.charCodeAt();if(F>1&&F<128){C.push(D)}else{var A=pinyin.mfkdb;var H=0;while(H<A.length){if(A[H][1].indexOf(D)>-1){C.push(A[H][0]);break}H++}}}e=C.join(I);if(arguments[1]==1){return e.toLowerCase()}else{return e}}};function asciilize(B){switch(lang_code){case"zh":var A=[];A.push(pinyin.go(B));A.push(A[0].replace(/[^A-Z]/g,""));return pinyin.go(A.join(" "));case"en":return B}}jQuery.fn.outerHTML=function(){var A=this.get(0);if(isDefined(A,"outerHTML")){return A.outerHTML}return $("<div>").append(this.eq(0).clone()).html()};(function(C){C.fn.qpTip=function(){return this.each(function(){if(this.value==""||this.value==this.title){C(this).addClass("hint").val(this.title)}}).focus(function(){if(this.value.replace(/\r/g,"")==this.title){C(this).removeClass("hint").val("")}A(this);var D=C(this);if(this.tipFlag){this.tipFlag=false}else{this.tipFlag=true;window.setTimeout(function(){D.focus()},0)}}).blur(function(){if(this.value==""){C(this).addClass("hint").val(this.title)}B(this)}).change(function(){if(this.value!=""&&this.value.replace(/\r/g,"")!=this.title){C(this).removeClass("hint")}})};function A(E){var K=C(E);if(K.hasClass("basic-tip")){return }var L=document.documentElement;var M=self.innerWidth||(L&&L.clientWidth)||document.body.clientWidth;var J=K.offset();var H=M-J.left;var G=J.top-3;if(true||H>300+75){if(!E.qpTipPanelR){E.qpTipPanelR=C('<div class="qp-tip"><div class="qp-tip-arrow-left"></div><div class="qp-tip-close-left">&nbsp;</div><div class="qp-tip-copy"><div class="qp-tip-loader"></div></div></div>');C("body").append(E.qpTipPanelR);C(E.qpTipPanelR.children()[0]).bgiframe();E.qpTipPanelR.bgiframe()}E.qpTipPanel=E.qpTipPanelR;var N=E.offsetWidth+11;if(K.hasClass("hasDatepicker")){N+=124}var I=J.left+N}else{if(!E.qpTipPanelL){E.qpTipPanelL=C('<div class="qp-tip"><div class="qp-tip-arrow-right"></div><div class="qp-tip-close-right">&nbsp;</div><div class="qp-tip-copy"><div class="qp-tip-loader"></div></div></div>');C("body").append(E.qpTipPanelL);C(E.qpTipPanelL.children()[0]).bgiframe();E.qpTipPanelL.bgiframe()}E.qpTipPanel=E.qpTipPanelL}var F=false;K.parents().each(function(){F|=C(this).css("position")=="fixed";return !F});if(F){I-=document.documentElement.scrollLeft?document.documentElement.scrollLeft:document.body.scrollLeft;G-=document.documentElement.scrollTop?document.documentElement.scrollTop:document.body.scrollTop}var D=C(E.qpTipPanel);D.css({position:(F?"fixed":"absolute"),left:I+"px",top:G+"px","z-index":getNextHighestZindex(document)});if(C.browser.msie&&parseInt(C.browser.version)<7){D.css({width:"300px"})}D.show();D.find(".qp-tip-copy").html(lineBreak(escapeHTML(E.title)))}function B(E){if(E.qpTipPanel){var D=C(E.qpTipPanel);D.hide();E.qpTipPanel=null}}})(jQuery);jQuery(function(A){A.datepicker.regional["zh-CN"]={closeText:"关闭",prevText:"&#x3c;上月",nextText:"下月&#x3e;",currentText:"今天",monthNames:["一月","二月","三月","四月","五月","六月","七月","八月","九月","十月","十一月","十二月"],monthNamesShort:["一","二","三","四","五","六","七","八","九","十","十一","十二"],dayNames:["星期日","星期一","星期二","星期三","星期四","星期五","星期六"],dayNamesShort:["周日","周一","周二","周三","周四","周五","周六"],dayNamesMin:["日","一","二","三","四","五","六"],dateFormat:"yy-mm-dd",firstDay:1,isRTL:false};A.datepicker.setDefaults(A.datepicker.regional["zh-CN"])});(function(F){if(/1\.(0|1|2)\.(0|1|2)/.test(F.fn.jquery)||/^1.1/.test(F.fn.jquery)){alert("blockUI requires jQuery v1.2.3 or later!	You are using v"+F.fn.jquery);return }F.blockUI=function(M){C(window,M)};F.unblockUI=function(M){G(window,M)};F.fn.block=function(M){return this.each(function(){if(F.css(this,"position")=="static"){this._o_position="static";this.style.position="relative"}if(F.browser.msie){this.style.zoom=1}C(this,M)})};F.fn.unblock=function(M){return this.each(function(){G(this,M)})};F.blockUI.version=2.08;F.blockUI.defaults={message:"<h1>Please wait...</h1>",css:{padding:0,margin:0,width:"30%",top:"40%",left:"35%",textAlign:"center",color:"#000",border:"3px solid #aaa",backgroundColor:"#fff",cursor:"wait"},overlayCSS:{backgroundColor:"#000",opacity:"0.6"},baseZ:1000,centerX:true,centerY:true,allowBodyStretch:true,constrainTabKey:true,fadeOut:400,focusInput:true,applyPlatformOpacityRules:true,onUnblock:null};var D=F.browser.msie&&/MSIE 6.0/.test(navigator.userAgent);var B=null;var E=[];function C(O,M){var X=(O==window);var P=M&&M.message!==undefined?M.message:undefined;M=F.extend({},F.blockUI.defaults,M||{});M.overlayCSS=F.extend({},F.blockUI.defaults.overlayCSS,M.overlayCSS||{});var W=F.extend({},F.blockUI.defaults.css,M.css||{});P=P===undefined?M.message:P;if(X&&B){G(window,{fadeOut:0})}if(P&&typeof P!="string"&&(P.parentNode||P.jquery)){var R=P.jquery?P[0]:P;var V={};F(O).data("blockUI.history",V);V.el=R;V.parent=R.parentNode;V.display=R.style.display;V.position=R.style.position;V.parent.removeChild(R)}var Y=M.baseZ;var U=(F.browser.msie)?F('<iframe class="blockUI" style="z-index:'+Y+++';border:none;margin:0;padding:0;position:absolute;width:100%;height:100%;top:0;left:0" src="javascript:false;"></iframe>'):F('<div class="blockUI" style="display:none"></div>');var T=F('<div class="blockUI" style="z-index:'+Y+++';cursor:wait;border:none;margin:0;padding:0;width:100%;height:100%;top:0;left:0"></div>');var Q=X?F('<div class="blockUI blockMsg blockPage" style="z-index:'+Y+';position:fixed"></div>'):F('<div class="blockUI blockMsg blockElement" style="z-index:'+Y+';display:none;position:absolute"></div>');if(P){Q.css(W)}if(!M.applyPlatformOpacityRules||!(F.browser.mozilla&&/Linux/.test(navigator.platform))){T.css(M.overlayCSS)}T.css("position",X?"fixed":"absolute");if(F.browser.msie){U.css("opacity","0.0")}F([U[0],T[0],Q[0]]).appendTo(X?"body":O);var a=F.browser.msie&&(!F.boxModel||F("object,embed",X?null:O).length>0);if(D||a){if(X&&M.allowBodyStretch&&F.boxModel){F("html,body").css("height","100%")}if((D||!F.boxModel)&&!X){var b=J(O,"borderTopWidth"),S=J(O,"borderLeftWidth");var Z=b?"(0 - "+b+")":0;var N=S?"(0 - "+S+")":0}F.each([U,T,Q],function(c,f){var d=f[0].style;d.position="absolute";if(c<2){X?d.setExpression("height",'document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + "px"'):d.setExpression("height",'this.parentNode.offsetHeight + "px"');X?d.setExpression("width",'jQuery.boxModel && document.documentElement.clientWidth || document.body.clientWidth + "px"'):d.setExpression("width",'this.parentNode.offsetWidth + "px"');if(N){d.setExpression("left",N)}if(Z){d.setExpression("top",Z)}}else{if(M.centerY){if(X){d.setExpression("top",'(document.documentElement.clientHeight || document.body.clientHeight) / 2 - (this.offsetHeight / 2) + (blah = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop) + "px"')}d.marginTop=0}}})}Q.append(P).show();if(P&&(P.jquery||P.nodeType)){F(P).show()}I(1,O,M);if(X){B=Q[0];E=F(":input:enabled:visible",B);if(M.focusInput){setTimeout(L,20)}}else{A(Q[0],M.centerX,M.centerY)}}function G(O,P){var N=O==window;var Q=F(O).data("blockUI.history");P=F.extend({},F.blockUI.defaults,P||{});I(0,O,P);var M=N?F("body").children().filter(".blockUI"):F(".blockUI",O);if(N){B=E=null}if(P.fadeOut){M.fadeOut(P.fadeOut);setTimeout(function(){H(M,Q,P,O)},P.fadeOut)}else{H(M,Q,P,O)}}function H(M,P,O,N){M.each(function(Q,R){if(this.parentNode){this.parentNode.removeChild(this)}});if(P&&P.el){P.el.style.display=P.display;P.el.style.position=P.position;P.parent.appendChild(P.el);F(P.el).removeData("blockUI.history")}if(N._o_position){N.style.position=N._o_position}if(typeof O.onUnblock=="function"){O.onUnblock(N,O)}}function I(M,Q,R){var P=Q==window,O=F(Q);if(!M&&(P&&!B||!P&&!O.data("blockUI.isBlocked"))){return }if(!P){O.data("blockUI.isBlocked",M)}var N="mousedown mouseup keydown keypress click";M?F(document).bind(N,R,K):F(document).unbind(N,K)}function K(P){if(P.keyCode&&P.keyCode==9){if(B&&P.data.constrainTabKey){var O=E;var N=!P.shiftKey&&P.target==O[O.length-1];var M=P.shiftKey&&P.target==O[0];if(N||M){setTimeout(function(){L(M)},10);return false}}}if(F(P.target).parents("div.blockMsg").length>0){return true}return F(P.target).parents().children().filter("div.blockUI").length==0}function L(M){if(!E){return }var N=E[M===true?E.length-1:0];if(N){N.focus()}}function A(Q,M,S){var R=Q.parentNode,P=Q.style;var N=((R.offsetWidth-Q.offsetWidth)/2)-J(R,"borderLeftWidth");var O=((R.offsetHeight-Q.offsetHeight)/2)-J(R,"borderTopWidth");if(M){P.left=N>0?(N+"px"):"0"}if(S){P.top=O>0?(O+"px"):"0"}}function J(M,N){return parseInt(F.css(M,N))||0}})(jQuery);jQuery(function(f){var t=(f.browser.msie&&parseInt(f.browser.version.substr(0,1))<7);var V=f("body");var y;var i=false;var u;var J;var Q={started:false,ready:false,dataReady:false,anim:false,loadingShown:false,transition:false,error:false,full:null,bg:null,loading:null,tmp:null,content:null,wrapper:null,closing:false,contentWrapper:null,scripts:new Array()};var s={width:false,height:false};f.fn.nyroModal=function(z){if(!this){return false}return this.each(function(){if(this.nodeName.toLowerCase()=="form"){f(this).submit(function(AA){if(this.enctype=="multipart/form-data"){B(f.extend(z,{from:this}));return true}AA.preventDefault();B(f.extend(z,{from:this}));return false})}else{f(this).click(function(AA){AA.preventDefault();B(f.extend(z,{from:this}));return false})}})};f.fn.nyroModalManual=function(z){if(!this.length){B(z)}return this.each(function(){B(f.extend(z,{from:this}))})};f.nyroModalManual=function(z){B(z)};f.nyroModalSettings=function(AB,AA,z){o(AB,AA,z);if(!AA&&Q.ready){if(AB.bgColor){y.updateBgColor(Q,y,function(){})}if((Q.dataReady&&!Q.anim&&!Q.transition)&&(AB.width||AB.height)){G(true);if(i){Q.content.css({position:""})}y.resize(Q,y,function(){if(i){Q.content.css({position:"fixed"})}if(f.isFunction(y.endResize)){y.endResize(Q,y)}})}}};f.nyroModalRemove=function(){R()};f.nyroModalNext=function(){var z=C(1);if(z){return z.nyroModalManual(y)}return false};f.nyroModalPrev=function(){var z=C(-1);if(z){return z.nyroModalManual(y)}return false};f.fn.nyroModal.settings={debug:false,modal:false,type:"",from:"",hash:"",processHandler:null,selIndicator:"nyroModalSel",formIndicator:"nyroModal",content:null,bgColor:"#000000",ajax:{},swf:{wmode:"transparent"},width:null,height:null,minWidth:400,minHeight:300,resizeable:true,autoSizable:true,padding:20,regexImg:"[^.].(jpg|jpeg|png|tiff|gif|bmp)s*$",defaultImgAlt:"Image",setWidthImgTitle:true,rtl:true,css:{bg:{zIndex:1000,position:"fixed",top:0,left:0,height:"100%",width:"100%"},wrapper:{zIndex:1001,position:"fixed",top:"50%",left:"50%"},wrapper2:{},content:{overflow:"auto"},loading:{zIndex:1002,position:"fixed",top:"50%",left:"50%",marginTop:"-50px",marginLeft:"-50px"}},wrap:{div:'<div class="wrapper"></div>',ajax:'<div class="wrapper"></div>',form:'<div class="wrapper"></div>',formData:'<div class="wrapper"></div>',image:'<div class="wrapperImg"></div>',gallery:'<div class="wrapperImg"><a href="#" class="nyroModalPrev">Prev</a><a href="#"	class="nyroModalNext">Next</a></div>',swf:'<div class="wrapperSwf"></div>',iframe:'<div class="wrapperIframe"></div>',manual:'<div class="wrapper"></div>'},closeButton:'<a href="#" class="nyroModalClose" id="closeBut" title="close">Close</a>',openSelector:".nyroModal",closeSelector:".nyroModalClose",contentLoading:'<a href="#" class="nyroModalClose">Cancel</a>',errorClass:"error",contentError:'The requested content cannot be loaded.<br />Please try again later.<br /><a href="#" class="nyroModalClose">Close</a>',handleError:null,showBackground:h,hideBackground:X,endFillContent:g,showContent:b,endShowContent:null,beforeHideContent:null,hideContent:q,showTransition:E,hideTransition:A,showLoading:L,hideLoading:c,resize:P,endResize:null,updateBgColor:F,endRemove:null};function B(AC){if(Q.loadingShown||Q.transition||Q.anim){return }W("processModal");Q.started=true;l(AC);Q.error=false;Q.closing=false;Q.dataReady=false;Q.scripts=new Array();y.type=H();if(f.isFunction(y.processHandler)){y.processHandler(y)}from=y.from;url=y.url;if(y.type=="swf"){y.resizable=false;o({overflow:"hidden"},"css","content");y.content='<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="'+y.width+'" height="'+y.height+'"><param name="movie" value="'+url+'"></param>';var AA="";f.each(y.swf,function(AG,AH){y.content+='<param name="'+AG+'" value="'+AH+'"></param>';AA+=" "+AG+'="'+AH+'"'});y.content+='<embed src="'+url+'" type="application/x-shockwave-flash" width="'+y.width+'" height="'+y.height+'"'+AA+"></embed></object>"}if(from){if(y.type=="form"){var AD=f(from).serializeArray();AD.push({name:y.formIndicator,value:1});if(y.selector){AD.push({name:y.selIndicator,value:y.selector.substring(1)})}f.ajax(f.extend({},y.ajax,{url:url,data:AD,type:from.method,success:M,error:O}));W("Form Ajax Load: "+from.action);v()}else{if(y.type=="formData"){d();from.target="nyroModalIframe";from.action=url;f(from).prepend('<input type="hidden" name="'+y.formIndicator+'" value="1" />');if(y.selector){f(from).prepend('<input type="hidden" name="'+y.selIndicator+'" value="'+y.selector.substring(1)+'" />')}Q.tmp.html('<iframe frameborder="0" hspace="0" name="nyroModalIframe"></iframe>');f("iframe",Q.tmp).css({width:y.width,height:y.height}).error(O).load(D);W("Form Data Load: "+from.action);v();S()}else{if(y.type=="image"||y.type=="gallery"){var AE=from.title||y.defaultImgAlt;d();Q.tmp.html('<img id="nyroModalImg" />').find("img").attr("alt",AE);W("Image Load: "+url);f("img",Q.tmp).error(O).load(function(){W("Image Loaded: "+this.src);f(this).unbind("load");var AG=Q.tmp.width();var AH=Q.tmp.height();o({width:AG,height:AH,imgWidth:AG,imgHeight:AH});o({overflow:"hidden"},"css","content");Q.dataReady=true;if(Q.loadingShown||Q.transition){S()}}).attr("src",url);v()}else{if(y.type=="iframe"){d();Q.tmp.html('<iframe frameborder="0" hspace="0" src="'+url+'" name="nyroModalIframe"></iframe>');W("Iframe Load: "+url);f("iframe",Q.tmp).eq(0).css({width:"100%",height:"100%"});y.autoSizable=false;Q.dataReady=true;v()}else{if(y.type){W("Content: "+y.type);d();Q.tmp.html(y.content);var z=Q.tmp.width();var AB=Q.tmp.height();var AF=f(y.type);if(AF.length){o({type:"div"});z=AF.width();AB=AF.height();if(u){J=u}u=AF;Q.tmp.append(AF.contents())}o({width:z,height:AB});if(Q.tmp.html()){Q.dataReady=true}else{O()}v();S()}else{W("Ajax Load: "+url);o({type:"ajax"});var AD={};if(y.selector){AD=y.ajax.data||{};AD[y.selIndicator]=y.selector.substring(1)}f.ajax(f.extend({},y.ajax,{url:url,success:M,error:O,data:AD}));v()}}}}}}else{if(y.content){W("Content: "+y.type);o({type:"manual"});d();Q.tmp.html(f("<div/>").html(y.content).contents());if(Q.tmp.html()){Q.dataReady=true}else{O()}v()}else{}}}function l(z){W("setDefaultCurrentSettings");y=f.extend({},f.fn.nyroModal.settings,z);y.selector="";y.borderW=0;y.borderH=0;y.resizable=true;n()}function o(AB,AA,z){if(Q.started){if(AA&&z){f.extend(y[AA][z],AB)}else{if(AA){f.extend(y[AA],AB)}else{f.extend(y,AB)}}}else{if(AA&&z){f.extend(f.fn.nyroModal.settings[AA][z],AB)}else{if(AA){f.extend(f.fn.nyroModal.settings[AA],AB)}else{f.extend(f.fn.nyroModal.settings,AB)}}}}function Y(){if(t){if(document.documentElement){y.marginScrollLeft=document.documentElement.scrollLeft;y.marginScrollTop=document.documentElement.scrollTop}else{y.marginScrollLeft=document.body.scrollLeft;y.marginScrollTop=document.body.scrollTop}}else{y.marginScrollLeft=0;y.marginScrollTop=0}}function n(){Y();y.marginLeft=-(y.width+y.borderW)/2+y.marginScrollLeft;y.marginTop=-(y.height+y.borderH)/2+y.marginScrollTop}function Z(){Y();var z=w(Q.loading);y.marginTopLoading=-(Q.loading.height()+z.h.border+z.h.padding)/2+y.marginScrollTop;y.marginLeftLoading=-(Q.loading.width()+z.w.border+z.w.padding)/2+y.marginScrollLeft}function d(){W("initModal");if(!Q.full){if(y.debug){o({color:"white"},"css","bg")}var z="";if(t){V.css({height:V.height()+"px",width:V.width()+"px",position:"static",overflow:"hidden"});f("html").css({overflow:"hidden"});o({position:"absolute",height:"110%",width:"110%",top:y.marginScrollTop+"px",left:y.marginScrollLeft+"px"},"css","bg");o({position:"absolute"},"css","loading");o({position:"absolute"},"css","wrapper");z=f('<iframe id="nyroModalIframeHideIe"></iframe>').css(f.extend({},y.css.bg,{opacity:0,zIndex:50,border:"none"}))}V.append(f('<div id="nyroModalFull"><div id="nyroModalBg"></div><div id="nyroModalWrapper"><div id="nyroModalContent"></div></div><div id="nyrModalTmp"></div><div id="nyroModalLoading"></div></div>').hide());Q.full=f("#nyroModalFull").show();Q.bg=f("#nyroModalBg").css(f.extend({backgroundColor:y.bgColor},y.css.bg)).before(z);if(!y.modal){Q.bg.click(R)}Q.loading=f("#nyroModalLoading").css(y.css.loading).hide();Q.contentWrapper=f("#nyroModalWrapper").css(y.css.wrapper).hide();Q.content=f("#nyroModalContent");Q.tmp=f("#nyrModalTmp").hide();if(f.isFunction(f.fn.mousewheel)){Q.content.mousewheel(function(AB,AC){var AA=Q.content.get(0);if((AC>0&&AA.scrollTop==0)||(AC<0&&AA.scrollHeight-AA.scrollTop==AA.clientHeight)){AB.preventDefault();AB.stopPropagation()}})}f(document).keydown(I);Q.content.css({width:"auto",height:"auto"});Q.contentWrapper.css({width:"auto",height:"auto"})}}function v(){W("showModal");if(!Q.ready){d();Q.anim=true;y.showBackground(Q,y,m)}else{Q.anim=true;Q.transition=true;y.showTransition(Q,y,function(){a();Q.anim=false;S()})}}function I(z){if(z.keyCode==27){if(!y.modal){R()}}else{if(y.type=="gallery"&&Q.ready&&Q.dataReady&&!Q.anim&&!Q.transition){if(z.keyCode==39||z.keyCode==40){z.preventDefault();f(".nyroModalNext",Q.content).eq(0).trigger("click");return false}else{if(z.keyCode==37||z.keyCode==38){z.preventDefault();f(".nyroModalPrev",Q.content).eq(0).trigger("click");return false}}}}}function H(){if(y.forceType){var AB=y.forceType;if(!y.content){y.from=true}y.forceType=null;return AB}var AE=y.from;var z;if(AE&&AE.nodeName){y.url=z=AE.nodeName.toLowerCase()=="form"?f(AE).attr("action"):f(AE).attr("href");if(AE.rev=="modal"){y.modal=true}if(AE.target&&AE.target.toLowerCase()=="_blank"||(AE.hostname&&AE.hostname.replace(/:\d*$/,"")!=window.location.hostname.replace(/:\d*$/,""))){return"iframe"}else{if(AE.nodeName.toLowerCase()=="form"){o(T(z));if(AE.enctype=="multipart/form-data"){return"formData"}return"form"}}}else{z=y.url;if(!y.content){y.from=true}if(!z){return null}var AA=new RegExp("^http://","g");if(z.match(AA)){return"iframe"}}var AD=new RegExp(y.regexImg,"i");if(AD.test(z)){if(AE&&AE.rel){return"gallery"}else{return"image"}}var AC=new RegExp("[^.].(swf)s*$","i");if(AC.test(z)){return"swf"}var AB=T(z);o(AB);if(!AB.url){return AB.selector}}function T(AA){var z={url:null,selector:null};if(AA){var AD=N(AA);var AE=N(window.location.href);var AB=window.location.href.substring(0,window.location.href.length-AE.length);var AC=AA.substring(0,AA.length-AD.length);if(AC==AB){z.selector=AD}else{z.url=AC;z.selector=AD}}return z}function O(){W("loadingError");Q.error=true;if(!Q.ready){return }if(f.isFunction(y.handleError)){y.handleError(Q,y)}Q.loading.addClass(y.errorClass).html(y.contentError);f(y.closeSelector,Q.loading).click(R);Z();Q.loading.css({marginTop:y.marginTopLoading+"px",marginLeft:y.marginLeftLoading+"px"})}function x(){W("fillContent");if(!Q.tmp.html()){return }Q.content.html(Q.tmp.contents());Q.tmp.empty();r();if(f.isFunction(y.endFillContent)){y.endFillContent(Q,y)}Q.content.append(Q.scripts);var z=f.extend({},y);if(s.width){z.width=null}if(s.height){z.height=null}f(y.closeSelector,Q.contentWrapper).click(R);f(y.openSelector,Q.contentWrapper).nyroModal(z)}function g(z,AA){init_items("#nyroModalWrapper")}function r(){W("wrapContent");var AB=f(y.wrap[y.type]);Q.content.append(AB.children().remove());Q.contentWrapper.wrapInner(AB);if(y.type=="gallery"){var AA=C(-1);if(AA){f(".nyroModalPrev",Q.contentWrapper).attr("href",AA.attr("href")).click(function(AC){AC.preventDefault();AA.nyroModalManual(y);return false})}else{f(".nyroModalPrev",Q.contentWrapper).remove()}var z=C(1);if(z){f(".nyroModalNext",Q.contentWrapper).attr("href",z.attr("href")).click(function(AC){AC.preventDefault();z.nyroModalManual(y);return false})}else{f(".nyroModalNext",Q.contentWrapper).remove()}}G()}function C(AC){if(y.type=="gallery"){if(!y.rtl){AC*=-1}var AA=f('[rel="'+y.from.rel+'"]');var z=AA.index(y.from);var AB=z+AC;if(AB>=0&&AB<AA.length){return AA.eq(AB)}}return false}function G(AH){W("calculateSize");if(!Q.wrapper){Q.wrapper=Q.contentWrapper.children(":first")}s.width=false;s.height=false;if(y.autoSizable&&(!y.width||!y.height)){Q.contentWrapper.css({opacity:0}).show();var AC={width:"auto",height:"auto"};if(y.width){AC.width=y.width}if(y.height){AC.height=y.height}Q.content.css(AC);if(!y.width){y.width=Q.content.width();s.width=true}if(!y.height){y.height=Q.content.height();s.height=true}Q.contentWrapper.hide().css({opacity:1})}y.width=Math.max(y.width,y.minWidth);y.height=Math.max(y.height,y.minHeight);var AB=w(Q.contentWrapper);var z=w(Q.wrapper);var AG=w(Q.content);var AC={content:{width:y.width,height:y.height},wrapper2:{width:y.width+AG.w.total,height:y.height+AG.h.total},wrapper:{width:y.width+AG.w.total+z.w.total,height:y.height+AG.h.total+z.h.total}};if(y.resizable){var AL=f(window).height()-y.padding*2-AB.h.border-(AC.wrapper.height-y.height);var AM=f(window).width()-y.padding*2-AB.w.border-(AC.wrapper.width-y.width);if(AC.content.height>AL||AC.content.width>AM){if(y.type=="image"||y.type=="gallery"){var AJ=AC.content.width-y.imgWidth;var AD=AC.content.height-y.imgHeight;if(AD<0){AD=0}if(AJ<0){AJ=0}var AN=AL-AD;var AA=AM-AJ;var AF=Math.min(AN/y.imgHeight,AA/y.imgWidth);AN=Math.floor(y.imgHeight*AF);AA=Math.floor(y.imgWidth*AF);f("img#nyroModalImg",Q.content).css({height:AN+"px",width:AA+"px"});AC.content.height=AN+AD;AC.content.width=AA+AJ}else{AC.content.height=Math.min(AC.content.height+20,AL);AC.content.width=Math.min(AC.content.width+20,AM)}AC.wrapper2={width:AC.content.width+AG.w.total,height:AC.content.height+AG.h.total};AC.wrapper={width:AC.content.width+AG.w.total+z.w.total,height:AC.content.height+AG.h.total+z.h.total}}}Q.content.css(f.extend({},AC.content,y.css.content));Q.wrapper.css(f.extend({},AC.wrapper2,y.css.wrapper2));if(!AH){Q.contentWrapper.css(f.extend({},AC.wrapper,y.css.wrapper));if(y.type=="image"||y.type=="gallery"){var AI=f("img",Q.content).attr("alt");f("img",Q.content).removeAttr("alt");if(AI!=y.defaultImgAlt){var AK=f("<div>"+AI+"</div>");Q.content.append(AK);if(y.setWidthImgTitle){var AE=w(AK);AK.css({width:(AC.content.width+AG.w.padding-AE.w.total)+"px"})}}}if(!y.modal){Q.contentWrapper.prepend(y.closeButton)}}AC.wrapper.borderW=AB.w.border;AC.wrapper.borderH=AB.h.border;o(AC.wrapper);n()}function R(z){W("removeModal");if(z){z.preventDefault()}if(Q.full&&Q.ready){Q.ready=false;Q.anim=true;Q.closing=true;if(Q.loadingShown||Q.transition){y.hideLoading(Q,y,function(){Q.loading.hide();Q.loadingShown=false;Q.transition=false;y.hideBackground(Q,y,p)})}else{if(i){Q.content.css({position:""})}Q.wrapper.css({overflow:"hidden"});Q.content.css({overflow:"hidden"});if(f.isFunction(y.beforeHideContent)){y.beforeHideContent(Q,y,function(){y.hideContent(Q,y,function(){a();y.hideBackground(Q,y,p)})})}else{y.hideContent(Q,y,function(){a();y.hideBackground(Q,y,p)})}}}if(z){return false}}function S(){W("showContentOrLoading");if(Q.ready&&!Q.anim){if(Q.dataReady){if(Q.tmp.html()){Q.anim=true;if(Q.transition){x();y.hideTransition(Q,y,function(){Q.loading.hide();Q.transition=false;Q.loadingShown=false;K()})}else{y.hideLoading(Q,y,function(){Q.loading.hide();Q.loadingShown=false;x();Z();y.showContent(Q,f.extend({},y),K)})}}}else{if(!Q.loadingShown&&!Q.transition){Q.anim=true;Q.loadingShown=true;if(Q.error){O()}else{Q.loading.html(y.contentLoading)}f(y.closeSelector,Q.loading).click(R);Z();y.showLoading(Q,y,function(){Q.anim=false;S()})}}}}function M(z){W("AjaxLoaded: "+this.url);Q.tmp.html(y.selector?U(f("<div>"+z+"</div>").find(y.selector).contents()):U(z));if(Q.tmp.html()){Q.dataReady=true;S()}else{O()}}function D(){W("formDataLoaded");y.from.action+=y.selector;y.from.target="";f("input[name="+y.formIndicator+"]",y.from).remove();var AA=Q.tmp.children("iframe");var z=AA.unbind("load").contents().find(y.selector||"body").not("script[src]");AA.attr("src","about:blank");Q.tmp.html(z.html());if(Q.tmp.html()){Q.dataReady=true;S()}else{O()}}function a(){W("endHideContent");Q.anim=false;if(J){J.append(Q.content.contents());J=null}else{if(u){u.append(Q.content.contents());u=null}}Q.content.empty();Q.contentWrapper.empty().removeAttr("style");if(Q.closing||Q.transition){Q.contentWrapper.hide()}Q.contentWrapper.css(y.css.wrapper).append(Q.content);S()}function p(){W("endRemove");f(document).unbind("keydown",I);Q.anim=false;Q.full.remove();Q.full=null;if(t){V.css({height:"",width:"",position:"",overflow:""});f("html").css({overflow:""})}if(f.isFunction(y.endRemove)){y.endRemove(Q,y)}}function m(){W("endBackground");Q.ready=true;Q.anim=false;S()}function K(){W("endShowContent");Q.anim=false;Q.contentWrapper.css({opacity:""});i=f.browser.mozilla&&parseFloat(f.browser.version)<1.9&&y.type!="gallery"&&y.type!="image";if(i){Q.content.css({position:"fixed"})}if(f.isFunction(y.endShowContent)){y.endShowContent(Q,y)}if(s.width){o({width:null})}if(s.height){o({height:null})}}function N(AA){if(typeof AA=="string"){var z=AA.indexOf("#");if(z>-1){return AA.substring(z)}}return""}function U(AA){if(typeof AA=="string"){AA=AA.replace(/<\/?(html|head|body)([^>]*)>/gi,"")}var z=new Array();f.each(f.clean({0:AA},this.ownerDocument),function(){if(f.nodeName(this,"script")){if(!this.src||f(this).attr("rel")=="forceLoad"){Q.scripts.push(this)}}else{z.push(this)}});return z}function w(AA){AA=AA.get(0);var z={h:{margin:j(AA,"marginTop")+j(AA,"marginBottom"),border:j(AA,"borderTopWidth")+j(AA,"borderBottomWidth"),padding:j(AA,"paddingTop")+j(AA,"paddingBottom")},w:{margin:j(AA,"marginLeft")+j(AA,"marginRight"),border:j(AA,"borderLeftWidth")+j(AA,"borderRightWidth"),padding:j(AA,"paddingLeft")+j(AA,"paddingRight")}};z.h.outer=z.h.margin+z.h.border;z.w.outer=z.w.margin+z.w.border;z.h.inner=z.h.padding+z.h.border;z.w.inner=z.w.padding+z.w.border;z.h.total=z.h.outer+z.h.padding;z.w.total=z.w.outer+z.w.padding;return z}function j(AB,AA){var z=parseInt(f.curCSS(AB,AA,true));if(isNaN(z)){z=0}return z}function W(z){if(y&&y.debug&&Q.full){Q.bg.prepend(z+"<br />")}}function h(AA,z,AB){AA.bg.css({opacity:0}).fadeTo(500,0.75,AB)}function X(AA,z,AB){AA.bg.fadeOut(300,AB)}function L(AA,z,AB){AA.loading.css({marginTop:z.marginTopLoading+"px",marginLeft:z.marginLeftLoading+"px",opacity:0}).show().animate({opacity:1},{complete:AB,duration:400})}function c(AA,z,AB){AB()}function b(AA,z,AB){AA.loading.css({marginTop:z.marginTopLoading+"px",marginLeft:z.marginLeftLoading+"px"}).show().animate({width:z.width+"px",height:z.height+"px",marginTop:(z.marginTop)+"px",marginLeft:(z.marginLeft)+"px"},{duration:350,complete:function(){AA.contentWrapper.css({width:z.width+"px",height:z.height+"px",marginTop:(z.marginTop)+"px",marginLeft:(z.marginLeft)+"px"}).show();AA.loading.fadeOut(200,AB)}})}function q(AA,z,AB){AA.contentWrapper.animate({height:"50px",width:"50px",marginTop:(-(25+y.borderH)/2+y.marginScrollTop)+"px",marginLeft:(-(25+y.borderW)/2+y.marginScrollLeft)+"px"},{duration:350,complete:function(){AA.contentWrapper.hide();AB()}})}function E(AA,z,AB){AA.loading.css({marginTop:AA.contentWrapper.css("marginTop"),marginLeft:AA.contentWrapper.css("marginLeft"),height:AA.contentWrapper.css("height"),width:AA.contentWrapper.css("width"),opacity:0}).show().fadeTo(400,1,function(){AA.contentWrapper.hide();AB()})}function A(AA,z,AB){AA.contentWrapper.hide().css({width:z.width+"px",marginLeft:z.marginLeft+"px",height:z.height+"px",marginTop:z.marginTop+"px",opacity:1});AA.loading.animate({width:z.width+"px",marginLeft:z.marginLeft+"px",height:z.height+"px",marginTop:z.marginTop+"px"},{complete:function(){AA.contentWrapper.show();AA.loading.fadeOut(400,function(){AA.loading.hide();AB()})},duration:350})}function P(AA,z,AB){AA.contentWrapper.animate({width:z.width+"px",marginLeft:z.marginLeft+"px",height:z.height+"px",marginTop:z.marginTop+"px"},{complete:AB,duration:400})}function F(AA,z,AB){if(!f.fx.step.backgroundColor){AA.bg.css({backgroundColor:z.bgColor});AB()}else{AA.bg.animate({backgroundColor:z.bgColor},{complete:AB,duration:400})}}f(f.fn.nyroModal.settings.openSelector).nyroModal()});(function(A){A.fn.bgIframe=A.fn.bgiframe=function(C){if(A.browser.msie&&/6.0/.test(navigator.userAgent)){C=A.extend({top:"auto",left:"auto",width:"auto",height:"auto",opacity:true,src:"javascript:false;"},C||{});var D=function(E){return E&&E.constructor==Number?E+"px":E},B='<iframe class="bgiframe"frameborder="0"tabindex="-1"src="'+C.src+'"style="display:block;position:absolute;z-index:-1;'+(C.opacity!==false?"filter:Alpha(Opacity='0');":"")+"top:"+(C.top=="auto"?"expression(((parseInt(this.parentNode.currentStyle.borderTopWidth)||0)*-1)+'px')":D(C.top))+";left:"+(C.left=="auto"?"expression(((parseInt(this.parentNode.currentStyle.borderLeftWidth)||0)*-1)+'px')":D(C.left))+";width:"+(C.width=="auto"?"expression(this.parentNode.offsetWidth+'px')":D(C.width))+";height:"+(C.height=="auto"?"expression(this.parentNode.offsetHeight+'px')":D(C.height))+';"/>';return this.each(function(){if(A("> iframe.bgiframe",this).length==0){this.insertBefore(document.createElement(B),this.firstChild)}})}return this}})(jQuery);(function(A){A.fn.extend({autocomplete:function(B,C){var D=typeof B=="string";C=A.extend({},A.Autocompleter.defaults,{url:D?B:null,data:D?null:B,delay:D?A.Autocompleter.defaults.delay:10,max:C&&!C.scroll?10:150},C);C.highlight=C.highlight||function(E){return E};C.formatMatch=C.formatMatch||C.formatItem;return this.each(function(){new A.Autocompleter(this,C)})},result:function(B){return this.bind("result",B)},search:function(B){return this.trigger("search",[B])},flushCache:function(){return this.trigger("flushCache")},setOptions:function(B){return this.trigger("setOptions",[B])},unautocomplete:function(){return this.trigger("unautocomplete")}});A.Autocompleter=function(L,G){var C={UP:38,DOWN:40,DEL:46,TAB:9,RETURN:13,ESC:27,COMMA:188,PAGEUP:33,PAGEDOWN:34,BACKSPACE:8};var B=A(L).attr("autocomplete","off").addClass(G.inputClass);var J;var P="";var M=A.Autocompleter.Cache(G);var E=0;var U;var X={mouseDownOnSelect:false};var R=A.Autocompleter.Select(G,L,D,X);var W;A.browser.opera&&A(L.form).bind("submit.autocomplete",function(){if(W){W=false;return false}});B.bind((A.browser.opera?"keypress":"keydown")+".autocomplete",function(Y){U=Y.keyCode;switch(Y.keyCode){case C.UP:Y.preventDefault();if(R.visible()){R.prev()}else{T(0,true)}break;case C.DOWN:Y.preventDefault();if(R.visible()){R.next()}else{T(0,true)}break;case C.PAGEUP:Y.preventDefault();if(R.visible()){R.pageUp()}else{T(0,true)}break;case C.PAGEDOWN:Y.preventDefault();if(R.visible()){R.pageDown()}else{T(0,true)}break;case G.multiple&&A.trim(G.multipleSeparator)==","&&C.COMMA:case C.TAB:case C.RETURN:if(D()){Y.preventDefault();W=true;return false}break;case C.ESC:R.hide();break;default:clearTimeout(J);J=setTimeout(T,G.delay);break}}).focus(function(){E++}).blur(function(){E=0;if(!X.mouseDownOnSelect){S()}}).click(function(){if(E++>1&&!R.visible()){T(0,true)}}).bind("search",function(){var Y=(arguments.length>1)?arguments[1]:null;function Z(d,c){var a;if(c&&c.length){for(var b=0;b<c.length;b++){if(c[b].result.toLowerCase()==d.toLowerCase()){a=c[b];break}}}if(typeof Y=="function"){Y(a)}else{B.trigger("result",a&&[a.data,a.value])}}A.each(H(B.val()),function(a,b){F(b,Z,Z)})}).bind("flushCache",function(){M.flush()}).bind("setOptions",function(){A.extend(G,arguments[1]);if("data" in arguments[1]){M.populate()}}).bind("unautocomplete",function(){R.unbind();B.unbind();A(L.form).unbind(".autocomplete")});function D(){var Z=R.selected();if(!Z){return false}var Y=Z.result;P=Y;if(G.multiple){var a=H(B.val());if(a.length>1){Y=a.slice(0,a.length-1).join(G.multipleSeparator)+G.multipleSeparator+Y}Y+=G.multipleSeparator}B.val(Y);V();B.trigger("result",[Z.data,Z.value]);return true}function T(a,Z){if(U==C.DEL){R.hide();return }var Y=B.val();if(!Z&&Y==P){return }P=Y;Y=I(Y);if(Y.length>=G.minChars){B.addClass(G.loadingClass);if(!G.matchCase){Y=Y.toLowerCase()}F(Y,K,V)}else{N();R.hide()}}function H(Z){if(!Z){return[""]}var a=Z.split(A.trim(G.multipleSeparator));var Y=[];A.each(a,function(b,c){if(A.trim(c)){Y[b]=A.trim(c)}});if(Y.length>0){return Y}else{return[""]}}function I(Y){if(!G.multiple){return Y}var Z=H(Y);return Z[Z.length-1]}function Q(Y,Z){if(G.autoFill&&(I(B.val()).toLowerCase()==Y.toLowerCase())&&U!=C.BACKSPACE){B.val(B.val()+Z.substring(I(P).length));A.Autocompleter.Selection(L,P.length,P.length+Z.length)}}function S(){clearTimeout(J);J=setTimeout(V,200)}function V(){var Y=R.visible();R.hide();clearTimeout(J);N();if(G.mustMatch){B.search(function(Z){if(!Z){if(G.multiple){var a=H(B.val()).slice(0,-1);B.val(a.join(G.multipleSeparator)+(a.length?G.multipleSeparator:""))}else{B.val("")}}})}if(Y){A.Autocompleter.Selection(L,L.value.length,L.value.length)}}function K(Z,Y){if(Y&&Y.length&&E){N();R.display(Y,Z);Q(Z,Y[0].value);R.show()}else{V()}}function F(Z,b,Y){if(!G.matchCase){Z=Z.toLowerCase()}var a=M.load(Z);if(a&&a.length){b(Z,a)}else{if((typeof G.url=="string")&&(G.url.length>0)){var c={};A.each(G.extraParams,function(d,f){c[d]=typeof f=="function"?f():f});A.ajax({mode:"abort",port:"autocomplete"+L.name,dataType:G.dataType,url:G.url,data:A.extend({q:I(Z),limit:G.max},c),success:function(f){var d=G.parse&&G.parse(f)||O(f);M.add(Z,d);b(Z,d)}})}else{R.emptyList();Y(Z)}}}function O(b){var Y=[];var a=b.split("\n");for(var Z=0;Z<a.length;Z++){var c=A.trim(a[Z]);if(c){c=c.split("|");Y[Y.length]={data:c,value:c[0],result:G.formatResult&&G.formatResult(c,c[0])||c[0]}}}return Y}function N(){B.removeClass(G.loadingClass)}};A.Autocompleter.defaults={inputClass:"ac_input",resultsClass:"ac_results",loadingClass:"ac_loading",minChars:1,delay:400,matchCase:false,matchSubset:true,matchContains:false,cacheLength:10,max:100,mustMatch:false,extraParams:{},selectFirst:true,formatItem:function(B){return B[0]},formatMatch:null,autoFill:false,width:0,multiple:false,multipleSeparator:", ",highlight:function(C,B){return C.replace(new RegExp("(?![^&;]+;)(?!<[^<>]*)("+B.replace(/([\^\$\(\)\[\]\{\}\*\.\+\?\|\\])/gi,"\\$1")+")(?![^<>]*>)(?![^&;]+;)","gi"),"<strong>$1</strong>")},scroll:true,scrollHeight:180};A.Autocompleter.Cache=function(C){var F={};var D=0;function H(K,J){if(!C.matchCase){K=K.toLowerCase()}var I=K.indexOf(J);if(I==-1){return false}return I==0||C.matchContains}function G(J,I){if(D>C.cacheLength){B()}if(!F[J]){D++}F[J]=I}function E(){if(!C.data){return false}var J={},I=0;if(!C.url){C.cacheLength=1}J[""]=[];for(var L=0,K=C.data.length;L<K;L++){var O=C.data[L];O=(typeof O=="string")?[O]:O;var N=C.formatMatch(O,L+1,C.data.length);if(N===false){continue}var M=N.charAt(0).toLowerCase();if(!J[M]){J[M]=[]}var P={value:N,data:O,result:C.formatResult&&C.formatResult(O)||N};J[M].push(P);if(I++<C.max){J[""].push(P)}}A.each(J,function(Q,R){C.cacheLength++;G(Q,R)})}setTimeout(E,25);function B(){F={};D=0}return{flush:B,add:G,populate:E,load:function(L){if(!C.cacheLength||!D){return null}if(!C.url&&C.matchContains){var K=[];for(var I in F){if(I.length>0){var M=F[I];A.each(M,function(O,N){if(H(N.value,L)){K.push(N)}})}}return K}else{if(F[L]){return F[L]}else{if(C.matchSubset){for(var J=L.length-1;J>=C.minChars;J--){var M=F[L.substr(0,J)];if(M){var K=[];A.each(M,function(O,N){if(H(N.value,L)){K[K.length]=N}});return K}}}}}return null}}};A.Autocompleter.Select=function(E,J,L,P){var I={ACTIVE:"ac_over"};var K,F=-1,R,M="",S=true,C,O;function N(){if(!S){return }C=A("<div/>").hide().addClass(E.resultsClass).css("position","absolute").appendTo(document.body);O=A("<ul/>").appendTo(C).mouseover(function(T){if(Q(T).nodeName&&Q(T).nodeName.toUpperCase()=="LI"){F=A("li",O).removeClass(I.ACTIVE).index(Q(T));A(Q(T)).addClass(I.ACTIVE)}}).click(function(T){A(Q(T)).addClass(I.ACTIVE);L();J.focus();return false}).mousedown(function(){P.mouseDownOnSelect=true}).mouseup(function(){P.mouseDownOnSelect=false});if(E.width>0){C.css("width",E.width)}S=false}function Q(U){var T=U.target;while(T&&T.tagName!="LI"){T=T.parentNode}if(!T){return[]}return T}function H(T){K.slice(F,F+1).removeClass(I.ACTIVE);G(T);var V=K.slice(F,F+1).addClass(I.ACTIVE);if(E.scroll){var U=0;K.slice(0,F).each(function(){U+=this.offsetHeight});if((U+V[0].offsetHeight-O.scrollTop())>O[0].clientHeight){O.scrollTop(U+V[0].offsetHeight-O.innerHeight())}else{if(U<O.scrollTop()){O.scrollTop(U)}}}}function G(T){F+=T;if(F<0){F=K.size()-1}else{if(F>=K.size()){F=0}}}function B(T){return E.max&&E.max<T?E.max:T}function D(){O.empty();var U=B(R.length);for(var V=0;V<U;V++){if(!R[V]){continue}var W=E.formatItem(R[V].data,V+1,U,R[V].value,M);if(W===false){continue}var T=A("<li/>").html(E.highlight(W,M)).addClass(V%2==0?"ac_even":"ac_odd").appendTo(O)[0];A.data(T,"ac_data",R[V])}K=O.find("li");if(E.selectFirst){K.slice(0,1).addClass(I.ACTIVE);F=0}if(A.fn.bgiframe){O.bgiframe()}}return{display:function(U,T){N();R=U;M=T;D()},next:function(){H(1)},prev:function(){H(-1)},pageUp:function(){if(F!=0&&F-8<0){H(-F)}else{H(-8)}},pageDown:function(){if(F!=K.size()-1&&F+8>K.size()){H(K.size()-1-F)}else{H(8)}},hide:function(){C&&C.hide();K&&K.removeClass(I.ACTIVE);F=-1},visible:function(){return C&&C.is(":visible")},current:function(){return this.visible()&&(K.filter("."+I.ACTIVE)[0]||E.selectFirst&&K[0])},show:function(){var V=A(J).offset();C.css({width:typeof E.width=="string"||E.width>0?E.width:A(J).width(),top:V.top+J.offsetHeight,left:V.left}).show();if(E.scroll){O.scrollTop(0);O.css({maxHeight:E.scrollHeight,overflow:"auto"});if(A.browser.msie&&typeof document.body.style.maxHeight==="undefined"){var T=0;K.each(function(){T+=this.offsetHeight});var U=T>E.scrollHeight;O.css("height",U?E.scrollHeight:T);if(!U){K.width(O.width()-parseInt(K.css("padding-left"))-parseInt(K.css("padding-right")))}}}},selected:function(){var T=K&&K.filter("."+I.ACTIVE).removeClass(I.ACTIVE);return T&&T.length&&A.data(T[0],"ac_data")},emptyList:function(){O&&O.empty()},unbind:function(){C&&C.remove()}}};A.Autocompleter.Selection=function(D,E,C){if(D.createTextRange){var B=D.createTextRange();B.collapse(true);B.moveStart("character",E);B.moveEnd("character",C);B.select()}else{if(D.setSelectionRange){D.setSelectionRange(E,C)}else{if(D.selectionStart){D.selectionStart=E;D.selectionEnd=C}}}D.focus()}})(jQuery);(function($){$.fn.markItUp=function(settings,extraSettings){var options,ctrlKey,shiftKey,altKey;ctrlKey=shiftKey=altKey=false;options={id:"",nameSpace:"",root:"",previewInWindow:"",previewAutoRefresh:true,previewPosition:"after",previewTemplatePath:"~/templates/preview.html",previewParserPath:"",previewParserVar:"data",resizeHandle:true,beforeInsert:"",afterInsert:"",onEnter:{},onShiftEnter:{},onCtrlEnter:{},onTab:{},markupSet:[{}]};$.extend(options,settings,extraSettings);if(!options.root){$("script").each(function(a,tag){miuScript=$(tag).get(0).src.match(/(.*)jquery\.markitup(\.pack)?\.js$/);if(miuScript!==null){options.root=miuScript[1]}})}return this.each(function(){var $$,textarea,levels,scrollPosition,caretPosition,caretOffset,clicked,hash,header,footer,previewWindow,template,iFrame,abort;$$=$(this);textarea=this;levels=[];abort=false;scrollPosition=caretPosition=0;caretOffset=-1;options.previewParserPath=localize(options.previewParserPath);options.previewTemplatePath=localize(options.previewTemplatePath);function localize(data,inText){if(inText){return data.replace(/("|')~\//g,"$1"+options.root)}return data.replace(/^~\//,options.root)}function init(){id="";nameSpace="";if(options.id){id='id="'+options.id+'"'}else{if($$.attr("id")){id='id="markItUp'+($$.attr("id").substr(0,1).toUpperCase())+($$.attr("id").substr(1))+'"'}}if(options.nameSpace){nameSpace='class="'+options.nameSpace+'"'}$$.wrap("<div "+nameSpace+'"></div>');$$.wrap("<div "+id+' class="markItUp"></div>');$$.wrap('<div class="markItUpContainer"></div>');$$.addClass("markItUpEditor");header=$('<div class="markItUpHeader"></div>').insertBefore($$);$(dropMenus(options.markupSet)).appendTo(header);footer=$('<div class="markItUpFooter"></div>').insertAfter($$);if(options.resizeHandle===true&&$.browser.safari!==true){resizeHandle=$('<div class="markItUpResizeHandle"></div>').insertAfter($$).bind("mousedown",function(e){var h=$$.height(),y=e.clientY,mouseMove,mouseUp;mouseMove=function(e){$$.css("height",Math.max(20,e.clientY+h-y)+"px");return false};mouseUp=function(e){$("html").unbind("mousemove",mouseMove).unbind("mouseup",mouseUp);return false};$("html").bind("mousemove",mouseMove).bind("mouseup",mouseUp)});footer.append(resizeHandle)}$$.keydown(keyPressed).keyup(keyPressed);$$.bind("insertion",function(e,settings){if(settings.target!==false){get()}if(textarea===$.markItUp.focused){markup(settings)}});$$.focus(function(){$.markItUp.focused=this})}function dropMenus(markupSet){var ul=$("<ul></ul>"),i=0;$("li:hover > ul",ul).css("display","block");$(markupSet).each(function(){var button=this,t="",title,li,j;title=(button.key)?(button.name||"")+" [Ctrl+"+button.key+"]":(button.name||"");key=(button.key)?'accesskey="'+button.key+'"':"";if(button.separator){li=$('<li class="markItUpSeparator">'+(button.separator||"")+"</li>").appendTo(ul)}else{i++;for(j=levels.length-1;j>=0;j--){t+=levels[j]+"-"}li=$('<li class="markItUpButton markItUpButton'+t+(i)+" "+(button.className||"")+'"><a href="" '+key+' title="'+title+'">'+(button.name||"")+"</a></li>").bind("contextmenu",function(){return false}).click(function(){return false}).mouseup(function(){if(button.call){eval(button.call)()}markup(button);return false}).hover(function(){$("> ul",this).show();$(document).one("click",function(){$("ul ul",header).hide()})},function(){$("> ul",this).hide()}).appendTo(ul);if(button.dropMenu){levels.push(i);$(li).addClass("markItUpDropMenu").append(dropMenus(button.dropMenu))}}});levels.pop();return ul}function magicMarkups(string){if(string){string=string.toString();string=string.replace(/\(\!\(([\s\S]*?)\)\!\)/g,function(x,a){var b=a.split("|!|");if(altKey===true){return(b[1]!==undefined)?b[1]:b[0]}else{return(b[1]===undefined)?"":b[0]}});string=string.replace(/\[\!\[([\s\S]*?)\]\!\]/g,function(x,a){var b=a.split(":!:");if(abort===true){return false}value=prompt(b[0],(b[1])?b[1]:"");if(value===null){abort=true}return value});return string}return""}function prepare(action){if($.isFunction(action)){action=action(hash)}return magicMarkups(action)}function build(string){openWith=prepare(clicked.openWith);placeHolder=prepare(clicked.placeHolder);replaceWith=prepare(clicked.replaceWith);closeWith=prepare(clicked.closeWith);if(replaceWith!==""){block=openWith+replaceWith+closeWith}else{if(selection===""&&placeHolder!==""){block=openWith+placeHolder+closeWith}else{block=openWith+(string||selection)+closeWith}}return{block:block,openWith:openWith,replaceWith:replaceWith,placeHolder:placeHolder,closeWith:closeWith}}function markup(button){var len,j,n,i;hash=clicked=button;get();$.extend(hash,{line:"",root:options.root,textarea:textarea,selection:(selection||""),caretPosition:caretPosition,ctrlKey:ctrlKey,shiftKey:shiftKey,altKey:altKey});prepare(options.beforeInsert);prepare(clicked.beforeInsert);if(ctrlKey===true&&shiftKey===true){prepare(clicked.beforeMultiInsert)}$.extend(hash,{line:1});if(ctrlKey===true&&shiftKey===true){lines=selection.split(/\r?\n/);for(j=0,n=lines.length,i=0;i<n;i++){if($.trim(lines[i])!==""){$.extend(hash,{line:++j,selection:lines[i]});lines[i]=build(lines[i]).block}else{lines[i]=""}}string={block:lines.join("\n")};start=caretPosition;len=string.block.length+(($.browser.opera)?n:0)}else{if(ctrlKey===true){string=build(selection);start=caretPosition+string.openWith.length;len=string.block.length-string.openWith.length-string.closeWith.length;len-=fixIeBug(string.block)}else{if(shiftKey===true){string=build(selection);start=caretPosition;len=string.block.length;len-=fixIeBug(string.block)}else{string=build(selection);start=caretPosition+string.block.length;len=0;start-=fixIeBug(string.block)}}}if((selection===""&&string.replaceWith==="")){caretOffset+=fixOperaBug(string.block);start=caretPosition+string.openWith.length;len=string.block.length-string.openWith.length-string.closeWith.length;caretOffset=$$.val().substring(caretPosition,$$.val().length).length;caretOffset-=fixOperaBug($$.val().substring(0,caretPosition))}$.extend(hash,{caretPosition:caretPosition,scrollPosition:scrollPosition});if(string.block!==selection&&abort===false){insert(string.block);set(start,len)}else{caretOffset=-1}get();$.extend(hash,{line:"",selection:selection});if(ctrlKey===true&&shiftKey===true){prepare(clicked.afterMultiInsert)}prepare(clicked.afterInsert);prepare(options.afterInsert);if(previewWindow&&options.previewAutoRefresh){refreshPreview()}shiftKey=altKey=ctrlKey=abort=false}function fixOperaBug(string){if($.browser.opera){return string.length-string.replace(/\n*/g,"").length}return 0}function fixIeBug(string){if($.browser.msie){return string.length-string.replace(/\r*/g,"").length}return 0}function insert(block){if(document.selection){var newSelection=document.selection.createRange();newSelection.text=block}else{$$.val($$.val().substring(0,caretPosition)+block+$$.val().substring(caretPosition+selection.length,$$.val().length))}}function set(start,len){if(textarea.createTextRange){if($.browser.opera&&$.browser.version>=9.5&&len==0){return false}range=textarea.createTextRange();range.collapse(true);range.moveStart("character",start);range.moveEnd("character",len);range.select()}else{if(textarea.setSelectionRange){textarea.setSelectionRange(start,start+len)}}textarea.scrollTop=scrollPosition;textarea.focus()}function get(){textarea.focus();scrollPosition=textarea.scrollTop;if(document.selection){selection=document.selection.createRange().text;if($.browser.msie){var range=document.selection.createRange(),rangeCopy=range.duplicate();rangeCopy.moveToElementText(textarea);caretPosition=-1;while(rangeCopy.inRange(range)){rangeCopy.moveStart("character");caretPosition++}}else{caretPosition=textarea.selectionStart}}else{caretPosition=textarea.selectionStart;selection=$$.val().substring(caretPosition,textarea.selectionEnd)}return selection}function preview(){if(!previewWindow||previewWindow.closed){if(options.previewInWindow){previewWindow=window.open("","preview",options.previewInWindow)}else{iFrame=$('<iframe class="markItUpPreviewFrame"></iframe>');if(options.previewPosition=="after"){iFrame.insertAfter(footer)}else{iFrame.insertBefore(header)}previewWindow=iFrame[iFrame.length-1].contentWindow||frame[iFrame.length-1]}}else{if(altKey===true){if(iFrame){iFrame.remove()}previewWindow.close();previewWindow=iFrame=false}}if(!options.previewAutoRefresh){refreshPreview()}}function refreshPreview(){if(previewWindow.document){try{sp=previewWindow.document.documentElement.scrollTop}catch(e){sp=0}previewWindow.document.open();previewWindow.document.write(renderPreview());previewWindow.document.close();previewWindow.document.documentElement.scrollTop=sp}if(options.previewInWindow){previewWindow.focus()}}function renderPreview(){if(options.previewParserPath!==""){$.ajax({type:"POST",async:false,url:options.previewParserPath,data:options.previewParserVar+"="+encodeURIComponent($$.val()),success:function(data){phtml=localize(data,1)}})}else{if(!template){$.ajax({async:false,url:options.previewTemplatePath,success:function(data){template=localize(data,1)}})}phtml=template.replace(/<!-- content -->/g,$$.val())}return phtml}function keyPressed(e){shiftKey=e.shiftKey;altKey=e.altKey;ctrlKey=(!(e.altKey&&e.ctrlKey))?e.ctrlKey:false;if(e.type==="keydown"){if(ctrlKey===true){li=$("a[accesskey="+String.fromCharCode(e.keyCode)+"]",header).parent("li");if(li.length!==0){ctrlKey=false;li.triggerHandler("mouseup");return false}}if(e.keyCode===13||e.keyCode===10){if(ctrlKey===true){ctrlKey=false;markup(options.onCtrlEnter);return options.onCtrlEnter.keepDefault}else{if(shiftKey===true){shiftKey=false;markup(options.onShiftEnter);return options.onShiftEnter.keepDefault}else{markup(options.onEnter);return options.onEnter.keepDefault}}}if(e.keyCode===9){if(caretOffset!==-1){get();caretOffset=$$.val().length-caretOffset;set(caretOffset,0);caretOffset=-1;return false}else{markup(options.onTab);return options.onTab.keepDefault}}}}init()})};$.fn.markItUpRemove=function(){return this.each(function(){$$=$(this).unbind().removeClass("markItUpEditor");$$.parent("div").parent("div.markItUp").parent("div").replaceWith($$)})};$.markItUp=function(settings){var options={target:false};$.extend(options,settings);if(options.target){return $(options.target).each(function(){$(this).focus();$(this).trigger("insertion",[options])})}else{$("textarea").trigger("insertion",[options])}}})(jQuery);new function(E){var D=E.separator||"&";var C=E.spaces===false?false:true;var A=E.suffix===false?"":"[]";var G=E.prefix===false?false:true;var B=G?E.hash===true?"#":"?":"";var F=E.numbers===false?false:true;jQuery.query=new function(){var H=function(M,L){return M!=undefined&&M!==null&&(!!L?M.constructor==L:true)};var I=function(Q){var L,P=/\[([^[]*)\]/g,M=/^([^[]+)(\[.*\])?$/.exec(Q),N=M[1],O=[];while(L=P.exec(M[2])){O.push(L[1])}return[N,O]};var K=function(R,Q,P){var S,O=Q.shift();if(typeof R!="object"){R=null}if(O===""){if(!R){R=[]}if(H(R,Array)){R.push(Q.length==0?P:K(null,Q.slice(0),P))}else{if(H(R,Object)){var N=0;while(R[N++]!=null){}R[--N]=Q.length==0?P:K(R[N],Q.slice(0),P)}else{R=[];R.push(Q.length==0?P:K(null,Q.slice(0),P))}}}else{if(O&&O.match(/^\s*[0-9]+\s*$/)){var M=parseInt(O,10);if(!R){R=[]}R[M]=Q.length==0?P:K(R[M],Q.slice(0),P)}else{if(O){var M=O.replace(/^\s*|\s*$/g,"");if(!R){R={}}if(H(R,Array)){var L={};for(var N=0;N<R.length;++N){L[N]=R[N]}R=L}R[M]=Q.length==0?P:K(R[M],Q.slice(0),P)}else{return P}}}return R};var J=function(L){var M=this;M.keys={};if(L.queryObject){jQuery.each(L.get(),function(N,O){M.SET(N,O)})}else{jQuery.each(arguments,function(){var N=""+this;N=N.replace(/^[?#]/,"");N=N.replace(/[;&]$/,"");if(C){N=N.replace(/[+]/g," ")}jQuery.each(N.split(/[&;]/),function(){var O=decodeURIComponent(this.split("=")[0]||"");var P=decodeURIComponent(this.split("=")[1]||"");if(!O){return }if(F){if(/^[+-]?[0-9]+\.[0-9]*$/.test(P)){P=parseFloat(P)}else{if(/^[+-]?[0-9]+$/.test(P)){P=parseInt(P,10)}}}P=(!P&&P!==0)?true:P;if(P!==false&&P!==true&&typeof P!="number"){P=P}M.SET(O,P)})})}return M};J.prototype={queryObject:true,has:function(L,M){var N=this.get(L);return H(N,M)},GET:function(M){if(!H(M)){return this.keys}var L=I(M),N=L[0],P=L[1];var O=this.keys[N];while(O!=null&&P.length!=0){O=O[P.shift()]}return typeof O=="number"?O:O||""},get:function(L){var M=this.GET(L);if(H(M,Object)){return jQuery.extend(true,{},M)}else{if(H(M,Array)){return M.slice(0)}}return M},SET:function(M,R){var O=!H(R)?null:R;var L=I(M),N=L[0],Q=L[1];var P=this.keys[N];this.keys[N]=K(P,Q.slice(0),O);return this},set:function(L,M){return this.copy().SET(L,M)},REMOVE:function(L){return this.SET(L,null).COMPACT()},remove:function(L){return this.copy().REMOVE(L)},EMPTY:function(){var L=this;jQuery.each(L.keys,function(M,N){delete L.keys[M]});return L},load:function(L){var N=L.replace(/^.*?[#](.+?)(?:\?.+)?$/,"$1");var M=L.replace(/^.*?[?](.+?)(?:#.+)?$/,"$1");return new J(L.length==M.length?"":M,L.length==N.length?"":N)},empty:function(){return this.copy().EMPTY()},copy:function(){return new J(this)},COMPACT:function(){function L(O){var N=typeof O=="object"?H(O,Array)?[]:{}:O;if(typeof O=="object"){function M(R,P,Q){if(H(R,Array)){R.push(Q)}else{R[P]=Q}}jQuery.each(O,function(P,Q){if(!H(Q)){return true}M(N,P,L(Q))})}return N}this.keys=L(this.keys);return this},compact:function(){return this.copy().COMPACT()},toString:function(){var N=0,R=[],Q=[],M=this;var O=function(S){S=S+"";if(C){S=S.replace(/ /g,"+")}return encodeURIComponent(S)};var L=function(S,T,U){if(!H(U)||U===false){return }var V=[O(T)];if(U!==true){V.push("=");V.push(O(U))}S.push(V.join(""))};var P=function(T,S){var U=function(V){return !S||S==""?[V].join(""):[S,"[",V,"]"].join("")};jQuery.each(T,function(V,W){if(typeof W=="object"){P(W,U(V))}else{L(Q,U(V),W)}})};P(this.keys);if(Q.length>0){R.push(B)}R.push(Q.join(D));return R.join("")}};return new J(location.search,location.hash)}}(jQuery.query||{});