$(document).ready(function() {
	
	var rHeight = $(".right").height(),
		lHeight = $(".left").height(),
		fHeight = rHeight - lHeight - 17;
		
	$("iframe, .fbConnectWidgetTopmost, #u891703_1").css("height",fHeight);
		
});
