// Disabled for now
//
//try {
//	var a,l,i;
//	if ((a = document.getElementsByTagName("A")) != null) {
//		for (var i=0; i<a.length; i++) {
//			l = a[i];
//			if (l.href  &&
//				l.href.search(
//					"(^javascript)|"
//				+	"(^mailto)|"
//				+	"(^http://(www\.)?("
//					+	"zetei|"
//					+	"maps\.|"
//					+	"creativejuicesarts|"
//					+	"visitor.constantcontact|"
//					+	"wordpress))\."
//				) < 0) {
//				l.style.padding = "0 20px 0 0";
//				l.style.background =
//					"url('/little-link-guy.gif') no-repeat right bottom";
//	}	}	}
//} catch(e) {}


