$(function()
{
	var frontnewswrap = $('#frontnewswrap');
	var height = frontnewswrap.height();
	
	if (height < 210) {
		frontnewswrap.append('<a href="/press/default.aspx" style="padding-left:15px; display:block;"><img src="/images/mainpage/morenews.gif" width="154" height="30" alt="More News" style="border:none;"/></a>');
	}
	
	if (height > 338) {
		frontnewswrap.width(296);
		$('#frontnews').css('overflow', 'hidden');
		$('#frontnews').jScrollPane({verticalDragMaxHeight: 39});
	}
});
