jQuery(function() {
	var h = jQuery(window).height();
	h = h <= 500 ? h : h-190;
	jQuery("#MainContentWrapper").height(h);
});
