function agent(url){
	document.write('<iframe src="http://www.sonymusic.co.jp');
	document.write(url);
	document.write('" name="iframe" id="iframe" width="700" height="480" frameborder="0" scrolling="auto">この部分はインラインフレームを使用しています。</iframe>');
setTimeout("frame_check()",5);
}

function frame_check(){
    f=document.body.clientHeight - 92;
	if(f>400) {
    document.getElementById("iframe").height=f;
    setTimeout("frame_check()",30);
	}else{
    document.getElementById("iframe").height=400;
    setTimeout("frame_check()",30);
}
}

function img() {
	var selectnum = Math.floor((Math.random() * 100)) % 10;
	document.write('<img src="../img/photo/0' + selectnum + '.jpg" width="200" height="450" border="0" alt="" class="photo">');
}