function TagCloudWord(keyword){
	var cgipath = "http://event.tepco-cp.com/api/index.php?action_api_access=true";
	var out = document.createElement('script'); 
	out.src=cgipath+'&keyword='+encodeURIComponent(keyword);
	document.body.appendChild(out); 
}
