function resizeSidebar() {
	if ($(".side-links").height() < $(".prepend-art").height()) {
	 	$(".thecontain").height(($(".prepend-art").height()-10))
	 } else {
		$(".thecontain").height($(".thecontain").height());
		$(".prepend-art .blue").height($(".thecontain").height()-110);
	 }
}
