/*jslint bitwise: true, browser: true, eqeqeq: true, immed: true, newcap: true, nomen: false, onevar: true, plusplus: true, regexp: false, undef: true */document.addEvent('ready', function () {var i, link, links = document.links;for (i = 0; (link = links[i]); i += 1) {if (!(/mailto:/).test(link.href) && link.hostname.search(location.hostname) === -1 && (/http(s)?:/).test(link.href)) {link.target = '_blank';link.title = 'Link opens in new window';}}});document.addEvent('ready', function () {if (document.getElementById('constantcontact')) {document.get('constantcontact').setProperty('target', '_blank');document.get('ea').addEvent('focus', function () {if (this.getProperty('value').toLowerCase() === this.getProperty('title').toLowerCase()) {this.setProperty('value', '');}}).addEvent('blur', function () {if (this.getProperty('value') === '') {this.setProperty('value', this.getProperty('title'));}});}});document.addEvent('ready', function () {if (document.getElementById('survey')) {var blur = function () {if (this.getProperty('value') === '') {this.setProperty('value', this.getProperty('title'));}}, focus = function () {if (this.getProperty('value').toLowerCase() === this.getProperty('title').toLowerCase()) {this.setProperty('value', '');}}, i, input, inputs = ['from', 'to', 'tos-other', 'ru-bank', 'ru-other'];for (i = 0; (input = inputs[i]); i += 1) {document.get(input).addEvent('focus', focus).addEvent('blur', blur);}}});document.ready();(function () {var ga = document.createElement('script');ga.src = ('https:' === document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';ga.setAttribute('async', 'true');document.documentElement.firstChild.appendChild(ga);}());