$(function(){
	$("iframe").load(function(){
		$(this).height(this.contentWindow.document.documentElement.scrollHeight);
	});
//	$("#s").triggerHandler("load");
});