function agent(url){



	document.write('<iframe src="http://www.sonymusic.co.jp');



	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>');



}
