var OpenDNSShortcutLabel = "ne0ge0";
var OpenDNSShortcutURL = "http://www.ne0ge0.com";
var OpenDNSTextForUsers = "Start using OpenDNS";
var OpenDNSTextForNonUsers = "Start using OpenDNS!";

function EqualColumn() {
	var a = document.getElementById("leftcol");
	var b = document.getElementById("sidebar");
	//alert(a.offsetHeight + " - " + b.offsetHeight);
	if (b.offsetHeight < a.offsetHeight) {
		b.style.paddingBottom = (a.offsetHeight - b.offsetHeight) + 20 + "px";
	}

}
