﻿$("#frame").height(0);
$("#frame").load(function(){
	$(this).height(0);
}); 
