function ReviewBoard(C,A,B,D,E){this.name=C;this.tag=A;this.url=B;this.th_script=D;this.sh_script=E}ReviewBoard.prototype.toHtml=toHtml;ReviewBoard.prototype.hasSearch=hasSearch;function toHtml(){var A="<strong>"+this.name+": </strong>";return A}function hasSearch(){return this.sh_script!=null}