function agent(url){



	document.write('<iframe src="http://smn.smoj.net/');



	document.write(url);



	document.write('" allowtransparency="true" name="iframe" class="iframe" frameborder="0" scrolling="auto">この部分はインラインフレームを使用しています。</iframe>');



}



function agent2(url){



	document.write('<iframe src="');



	document.write(url);



	document.write('" allowtransparency="true" name="iframe" class="iframe" frameborder="0" scrolling="auto">この部分はインラインフレームを使用しています。</iframe>');



}
