function go_clip(url, onclip)	{
	window.location = 'out.php?skim=' + onclip + '&url=' + encodeURIComponent(url);
}