function agent(url){
	document.write('<iframe src="http://www.sonymusic.co.jp');
	document.write(url);
	document.write('" name="contents" width="626" height="440" frameborder="0" scrolling="auto">この部分はインラインフレームを使用しています。</iframe>');
}

function img() {
	var selectnum = Math.floor((Math.random() * 100)) % 6;
	document.write('<img src="../img/photo/' + selectnum + '.jpg" width="295" height="459" border="0" alt="" class="photo">');
}