function agent(url){
	document.write('<iframe src="http://www.sonymusic.co.jp');
	document.write(url);
	document.write('" name="contents" width="594" height="430" frameborder="0" scrolling="auto" allowtransparency="true">この部分はインラインフレームを使用しています。</iframe>');
}

function agent2(url){
	document.write('<iframe src="http://www.sonymusic.co.jp');
	document.write(url);
	document.write('" name="contents" width="594" height="430" frameborder="0" scrolling="auto" allowtransparency="true">この部分はインラインフレームを使用しています。</iframe>');
}

function bg() {
	var selectnum = Math.floor((Math.random() * 100)) % 4;
	var bgclass = 'bg' + selectnum;
	document.body.className = bgclass; 
}