
/*

YAHOO.util.Event.addListener(
	window,
	'load',
	function()
	{
		var iframe = document.getElementById('search-result');

		if (!iframe) {
			return;
		}

	//	iframe.height = iframe.contentWindow.document.body.scrollHeight + 30;
	}
);

*/

