function columnfront_include() {
	var cntheight = jQuery('.contentfront').height();
	var clmheight = jQuery('.columnfront').height();
	if(cntheight < clmheight) {
		jQuery('.contentfront').height((clmheight + 30));
	}
}