// EXTERNAL LINKS BY KEVIN YANK
externalLinks = function() {
 if (!document.getElementsByTagName) return;
 var anchors = document.getElementsByTagName("a");
 for (var i=0; i<anchors.length; i++) {
   var anchor = anchors[i];
   if (anchor.getAttribute("href") &&
       anchor.getAttribute("rel") == "external")
     anchor.target = "_blank";
 }
}

function start() {
  externalLinks();
}
window.onload = start;

<!--
// protected email script by Jeff Sanders - http://www.randomactsdesign.com
// original script by Joe Maller - http://www.joemaller.com
// this script is free to use and distribute
// but please give credit
function protect(emailName,thisServer){
	if (thisServer == null){
		emailServer = 'preplayedgb.com';
	} else {
		emailServer = thisServer;
	}
	document.write("<A HREF=" + "'mai" + "lto:" + emailName + "&#64;" + emailServer + "'>" + emailName + "&#64;" + emailServer +"</A>"); }
 //-->
 
$(document).ready(function() {
		$('form#app fieldset:odd').addClass('alt');											 
});

