function clearDefault(el) { // Remove contents from input  if (el.defaultValue==el.value) el.value = "";} function onLoadScript() { // To be ran in <body onload=""> on each page	doNothing = 1;}

function trim(str) { // Trim white space from beginning and end of passed value   return str.replace(/^\s*|\s*$/g,"");}

confirmflag = true;

function saveTextConfirm() {
	if (confirmflag) {
		return "If you do, you may lose a portion of all of your saved text.";
	}
}

/* Obfuscation of e-mail address code.  */
/* Thanks to: http://www.jracademy.com/~jtucek/email/download.php */
if(!addresses) {
	var addresses = new Array();
}addresses.push("5611 1543 1465 2992 1605 4301 4090 784 821 1605 4879 4722 784 3414 4090 633 5210 4315 633 4188 1530 4315 633 784 4879 4090 633 5210 2816 2992 169 4090 4975 3495 784 1530 2562");