/*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.ready();(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);}());