$(function () {
var h = $("#boxleft").height();
$("#boxright").css("height",h);
$("#boxright iframe").css("height",h-80);
});
