$(window).load(function()
{
    $("iframe").height($(document.body).height() + 200);
    //$("iframe").css("height", height);

});

