// JavaScript Document
$(document).ready(function(){
	ifheight = $(window).height() - 90;
	$('iframe#blog').height(ifheight);
});
