function openCampaign(){
	var host = '';
	if(location.href.indexOf('testwww.greenhelp.jp') != -1){
		host = 'http://testwww.sato-cp.jp';
	}else{
		host = 'https://ssl.sato-cp.jp';
	}
	
	window.open(host + '/greenhelp/monthly/index.html','monthly','width=800,height=650,scrollbars=yes').focus();
}
