function agent(url){
	document.write('<iframe src="http://www.sonymusic.co.jp');
	document.write(url);
	document.write('" name="contents" width="93%" height="433" frameborder="0" scrolling="auto">この部分はインラインフレームを使用しています。</iframe>');
}

function agent2(url){
	document.write('<style type="text/css">');
	document.write('div.contents{background:url(img/photo.jpg) no-repeat left top;padding-left:219px;');
	document.write('</style>');
	document.write('<div class="contents">');
	document.write('<iframe src="');
	document.write(url);
	document.write('" name="contents" width="541" height="498" frameborder="0" scrolling="auto">この部分はインラインフレームを使用しています。</iframe>');
	document.write('</div>');
}