
window.onload = function(e) {

	var IE6 = false /*@cc_on || @_jscript_version < 5.7 @*/;

	// hack needed for IE6 since it doesn't support min-height
	// without hack, IE6 shows no masthead for short banners

	if (IE6)
		document.getElementById("header").style.height = document.getElementById("imgbanner").height;

}
