jQuery.noConflict();

jQuery(function($) {
	// front boxes
	$('#leftColumn .frontBox').eq(1).css({"margin-right":"0"});

$('.news-item').each(function(){
var subHeight = $(this).height();
$(this).children('.linkSubheader').children('a').css({"height": subHeight});
});
	
	// submenu
	$('#subMenu li:last').css({"background-image":"none"});
	
});
