function agent(url){

	document.write('<iframe src="http://www.sonymusic.co.jp/');

	document.write(url);

	document.write('" name="iframe" id="iframe" frameborder="0" scrolling="auto" allowtransparency="true">この部分はインラインフレームを使用しています。</iframe>');

setTimeout("frame_check()",5);

}


/*
function frame_check(){

    f=document.body.clientHeight - 260;

	if(f>400) {

    document.getElementById("iframe").height=f;

    setTimeout("frame_check()",30);

	}else{

    document.getElementById("iframe").height=400;

    setTimeout("frame_check()",30);

}

}*/




function frame_check(){

    f=document.body.clientHeight - 260;

	if(f>400) {

    document.getElementById("iframe").height=f;

    setTimeout("frame_check()",30);

	}else{

    document.getElementById("iframe").height=400;

    setTimeout("frame_check()",30);

}

}



