function agent(url){



	document.write('<iframe src="');



	document.write(url);



	document.write('" name="iframe" class="iframe" frameborder="0" scrolling="auto" allowtransparency="true">この部分はインラインフレームを使用しています。</iframe>');



}



function agent2(url){



	document.write('<iframe src="');



	document.write(url);



	document.write('" name="iframe" class="iframe" frameborder="0" scrolling="auto" allowtransparency="true">この部分はインラインフレームを使用しています。</iframe>');



}


function agent3(url){



	document.write('<iframe src="');



	document.write(url);



	document.write('" name="iframe" class="iframe2" frameborder="0" scrolling="auto" allowtransparency="true">この部分はインラインフレームを使用しています。</iframe>');



}
