function agent(url){
	document.write('<iframe src="');
	document.write(url);
	document.write('" name="iframe" id="iframe" width="734" height="445" frameborder="0" scrolling="auto" allowtransparency="true">この部分はインラインフレームを使用しています。</iframe>');
}

