$(window).load(function() {
	var splashgraphicheight = null;
	splashgraphicheight = $("#splashspace-left").height();
	$("#splashspace-right").css("height",splashgraphicheight);
});

