//copy url




//¸Ä±ä±³¾°É«
function changecolor(color)
{
	document.getElementById('maincontent').style.backgroundColor=color;
	}