//目安箱
function opini(event){
		jQuery.getJSON('../gutsmond/other/parts/ajax_opinion.php',
					{opinion:$('#opiPut').val()},
					function(data){
						alert("ご意見ありがとうございました。尚、返信を希望される方はページ下部にあります”お問い合わせ”よりお願いします。");
							$('#opiPut').val("例）○○のジャンルの情報を充実して欲しい");
					},'text'
					);
	}
//one chance for ten gutspose
function cForG(event){
		jQuery.getJSON('../gutsmond/other/parts/ajax_top.php',
					{top:$('#oFTArea').val()},
					function(data){
						alert("投稿ありがとうございます。\nチャンス記事そのものを作成できる機能も用意しているので、よかったら会員登録してみてね♪");
							$('#oFTArea').val("例）ホノルルマラソン　参考HP:http://.......");
					},'text'
					);
	}
