/*jslint bitwise: true, browser: true, eqeqeq: true, immed: true, newcap: true, nomen: false, onevar: true, plusplus: true, regexp: false, undef: true *//*global analogue, Animate, slideshow*/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.get('inquiry') || document.get('application')) {var blur = function () {if (this.value === '') {this.value = this.getProperty('title');}}, focus = function () {if (this.value === this.getProperty('title')) {this.value = '';}}, i, input, inputs = document.get('.checkPlaceholder input') || [], updateControl = function () {var control = document.get('file-control'), file = document.get('file');if (file.value === '') {control.innerHTML = control.title;} else {control.innerHTML = file.value.replace(/([\w\W\s]+\\)/g, '');}};for (i = 0; (input = inputs[i]); i += 1) {input.addEvent('blur', blur).addEvent('focus', focus);}document.get('message').addEvent('blur', function () {if (this.value === '') {this.value = this.getProperty('title');}}).addEvent('focus', function () {if (this.value === this.getProperty('title')) {this.value = '';}});if (document.get('application')) {document.get('file').addEvent('change', updateControl).addEvent('mouseout', updateControl);}}});document.addEvent('ready', function () {if (analogue.msie && analogue.msie.version === 6) {document.get('header').insertBefore(document.set('div'), document.get('menu'));}});document.ready();slideshow('content-intro', 5000, false);(function () {var ga = document.createElement('script');ga.async = true;ga.src = ('https:' === document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';ga.type = 'text/javascript';(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(ga);}());
