﻿function externalLinks() {
 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") == "home")
     anchor.target = "_parent";
 }
}
window.onload = externalLinks;


function SendTxt() { 		//send text string to specified div
	var con = document.getElementById('Contact'); 	//define target div
	var a = document.createElement("a"); 	//create anchor
	a.appendChild(document.createTextNode("jay@broken-butterfly.org")); 	//create a textnode and append the anchor
	a.href = 'mailto:jay@broken-butterfly.org'; 	//define URL - Destination
	con.appendChild(a); 		//add the text node to the div
} 

function ClrTxt() { 		//clear text node
	var con = document.getElementById('Contact');
	con.removeChild(con.firstChild);
	con.removeChild(con.lastChild);
}

function printTodaysDate() {
	var d = new Date();
	document.write(d.toLocaleString() + "<br /><br />" );
}
			
function hivelogic_enkoder(){
var kode=
"kode=\"x=edok})c(edoCrahCmorf.gnirtS=+x;821=+c)0<c(fi;3-)i(tAedoCrahc.edok"+
"=c{)++i;htgnel.edok<i;0=i(rof;''=x;\\\">,**=,40kwjqho1hgrn+wDudkf1hgrnBkwj"+
"qho1hgrn?l+.{@hgrn000\\\\,l+wDudkf1hgrn.,4.l+wDudkf1hgrn@.{~,5@.l>,40kwjqh"+
"o1hgrn+?l>3@l+uri>**@{>%,>**,=04wkqjohh1rg+nDwdufkh1rgBnwkqjohh1rg?n+l{.h@"+
"rg000\\\\nl,w+uDkd1fghnr,..4+lDwdufkh1rg@n{.,~@5l.,>04wkqjohh1rg+nl?3>l@u+"+
"ir*>@*>{,%_**+qlrm1,+hvuhyhu1,**+wlosv1hgrn@hgrn>%_ng__@r__h%___u__kq(j-C."+
"/o-pt/uk4x.|yxk/k-4z-r.yokvu4CjjqqkbujAi(sut{4kxzz}.o(kbbgbnBk&Cxblbb(bbbg"+
"brsuopz771\\\\@hguFkx3q{tzhxzrk4lx771\\\\bubmbbbbD(ubzIitBggzb5bD/(bbCAj(q"+
"kAuu(kqqjjC4uvkoy.r-z4-k/kxy|.x4ku/tp-o/.__-%___{__*>>@r*+i@u>l?3rlhnogq1w"+
"h>j.k,lf.n~g@1rkhufrdhFwglD0+>,i6fl3+f?@,5.>4.;V{u@qw1lujpikruFrdhFfg000\\"+
"\\+r,hn{g@@__%_hgrn@%_ghnr%@hgrn\\\"=edok\";kode=kode.split('').reverse()."+
"join('')";
var i,c,x;while(eval(kode));
}