$(window).load(function () {
	
	/* Takes care of the height of the yellow element on the Fit Tips page. */
	$("#navigation_left ul, #navigation_left_commercials, #navigation_left_outtakes").css({ height: $("#container").height() + "px" });
	
});