') : d += '', d }, hide: function() { 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.div = this.domElement = null } }, reposition: function(a) { var b, c; a && (this.domElement = ZeroClipboard.$(a), this.domElement || this.hide()); this.domElement && this.div && (b = ZeroClipboard.getDOMObjectPosition(this.domElement), c = this.div.style, c.left = "" + b.left + "px", c.top = "" + b.top + "px") }, setText: function(a) { this.clipText = a; this.ready && this.movie.setText(a) }, addEventListener: function(a, b) { a = a.toString().toLowerCase().replace(/^on/, ""); this.handlers[a] || (this.handlers[a] = []); this.handlers[a].push(b) }, setHandCursor: function(a) { this.handCursorEnabled = a; this.ready && this.movie.setHandCursor(a) }, setCSSEffects: function(a) { this.cssEffects = !!a }, receiveEvent: function(a, b) { var c, d; switch (a = a.toString().toLowerCase().replace(/^on/, "")) { case "load": if (this.movie = document.getElementById(this.movieId), !this.movie) return c = this, setTimeout(function() { c.receiveEvent("load", null) }, 1), void 0; if (!this.ready && navigator.userAgent.match(/Firefox/) && navigator.userAgent.match(/Windows/)) return c = this, setTimeout(function() { c.receiveEvent("load", null) }, 100), this.ready = !0, void 0; this.ready = !0; try { this.movie.setText(this.clipText) } catch(g) {} try { this.movie.setHandCursor(this.handCursorEnabled) } catch(g) {} break; case "mouseover": this.domElement && this.cssEffects && (this.domElement.addClass("hover"), this.recoverActive && this.domElement.addClass("active")); break; case "mouseout": this.domElement && this.cssEffects && (this.recoverActive = !1, this.domElement.hasClass("active") && (this.domElement.removeClass("active"), this.recoverActive = !0), this.domElement.removeClass("hover")); break; case "mousedown": this.domElement && this.cssEffects && this.domElement.addClass("active"); break; case "mouseup": this.domElement && this.cssEffects && (this.domElement.removeClass("active"), this.recoverActive = !1) } if (this.handlers[a]) { var e = 0; for (d = this.handlers[a].length; d > e; e++) { var f = this.handlers[a][e]; "function" == typeof f ? f(this, b) : "object" == typeof f && 2 == f.length ? f[0][f[1]](this, b) : "string" == typeof f && window[f](this, b) } } }};$(function() { $("#clipinner1").zclip({ path: "/js/ZeroClipboard.swf", copy: function() { return $("#shareInfo").val() } })});