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