/*jslint bitwise: true, browser: true, eqeqeq: true, immed: true, newcap: false, 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 () {var box, boxes = document.get('input.disabled') || [], click = function (event) {event.preventDefault();}, i, out = function () {this.removeClass('hover');}, over = function () {this.addClass('hover');}, row, rows = document.get('tbody tr') || [];for (i = 0; (box = boxes[i]); i += 1) {box.addEvent('click', click);}for (i = 0; (row = rows[i]); i += 1) {if (i % 2 == 0) {row.addClass('even');}row.addEvent('mouseover', over).addEvent('mouseout', out);}});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);}());