slowbirds.df.addEventListnerX(window,"load",function() {
if (typeof document.documentElement.style.maxHeight != "undefined") return;
	var parentbox = document.getElementById("container");
	var box = document.createElement("p");
	box.id='IE6Message';
	box.innerHTML='this site not for cheep browsers!<br /><a href="http://mozilla.jp/firefox/">GET FIREFOX!<br /><img src="/shared/images/banner_firefox.png" /></a>';
	parentbox.appendChild(box);
	$(function() {
		$("#IE6Message").click(function(){$(this).remove()});
		$("#identity").css("position","absolute");
		$("#globalNav")
				.css("position","absolute")
				.css("top","0")
				.css("left","0");
		$("#navPushed")
			.css("position","absolute")
			.css("left","400px")
			.css("width","400px")
		;
		$("#IE6Message").click(function(){$(this).remove()});
		$("#contents").css("padding-top","120px")
	});
});

