if (document.getElementsByTagName && document.getElementById) {
	if (window.addEventListener) {window.addEventListener('load', setColH, false);}  // FF/chrome/Oprah
	else if (window.attachEvent) {window.attachEvent('onload', setColH);}  // IE
	}
	

