<!--
// 龠(MOJIBAKE TAISAKU)

function kakin_param(){
	// コンテンツ名
	this.contents = "";
	// RURL
	this.rurl = "";
	// TURL
	this.turl = "";
	// CID
	this.cid = "";
	// 月額・期間制コンテンツ購入パラメータ(nifty用)
	this.nifty_param = "";
	// BIGLOBE SCODE
	this.biglobe_scode = "";
	// フレッシュアイ課金ページURL
	this.fresheye_month_enter = "";
	// クラブBitway課金ページURL
	this.club_month_enter = "";
	// セブンドリームID
	this.seven_id = "";
	// OCNID
	this.ocn_id = "";
}


function get_kakinURL(isp, param){
	// ISP識別
	this.isp = isp;
	// 本番・テスト識別
	var server = "honban";
	var host = location.host;
	// テストサーバかどうか判定
	if(host.match(/^(testwww.bitway.ne.jp)$/)){
		server = "test";
	}
	// 本番サーバかどうか判定(nifty用)
	if(host.match(/^(www.bitway.ne.jp|www.nifty.com)$/)){
		server = "honban_nifty";
	}

	if(isp == '7DC'){
		// 購読申込み(月額)
		this.month_nyukai = 'http://www.711net.jp/product/p/'+param.seven_id;
		// 購読(月額)
		this.month_enter = 'https://www2.711net.jp/pc/sitelink/CLPC510.do?P='+param.seven_id;
		// 購読キャンセル(月額)
		this.month_cancel = 'https://www2.711net.jp/pc/sitelink/CLPC610.do?P='+param.seven_id;
		
		// 購入(件数)
		this.kensu_buy = 'http://www.711net.jp/product/p/'+param.seven_id;
		
		// 購読申込み(日額)※期間と同じ
		this.day_buy = 'http://www.711net.jp/product/p/'+param.seven_id;
		// 購読(日額)※期間と同じ
		this.day_enter = 'https://www2.711net.jp/pc/sitelink/CLPC510.do?P='+param.seven_id;
		
		// 購読申込み(期間)
		this.kikan_buy = 'http://www.711net.jp/product/p/'+param.seven_id;
		// 購読(期間)
		this.kikan_enter = 'https://www2.711net.jp/pc/sitelink/CLPC510.do?P='+param.seven_id;
	}
	else if(isp == 'asahi-net'){
		// 購読(月額)
		this.month_enter = 'https://bitway.mmjp.or.jp/cgi-bin/pay_bitway/Confirm.cgi?CID='+param.cid+'&TURL='+param.turl+'&RURL='+param.rurl+'&HURL=http://asahi-net.jp/'
		// 購読申込み(月額)
		this.month_nyukai = 'https://bitway.mmjp.or.jp/cgi-bin/pay_bitway/Subscribe.cgi?CID='+param.cid+'&TURL='+param.turl+'&RURL='+param.rurl+'&HURL=http://asahi-net.jp/';
		// 購読中止(月額)
		this.month_cancel = 'https://bitway.mmjp.or.jp/cgi-bin/pay_bitway/Unsubscribe.cgi?CID='+param.cid+'&TURL='+param.turl+'&RURL='+param.rurl+'&HURL=http://asahi-net.jp/';

		// 購入(件数)
		this.kensu_buy = 'https://bitway.mmjp.or.jp/cgi-bin/pay_bitway/Confirm.cgi';
	}
	else if(isp == 'biglobe'){
		// 入場(月額)
		this.month_enter = 'https://cp7.sso.biglobe.ne.jp/cgi-bin/bitway/m-login?CID='+param.cid+'&TURL='+param.turl+'&RURL='+param.rurl+'&HURL=http://www.biglobe.ne.jp/&AID=1012';
		// 申し込む(月額)
		this.month_nyukai = 'entrance.html';
		// 申し込むURL(月額)
		this.month_nyukai_url = 'https://cp7.sso.biglobe.ne.jp/cgi-bin/bitway/m-settlement?CID='+param.cid+'&TURL='+param.turl+'&RURL='+param.rurl+'&HURL=http://www.biglobe.ne.jp/&AID=1012';
		// 解約(月額)
		this.month_cancel = 'https://cp7.sso.biglobe.ne.jp/cgi-bin/bitway/m-quit?CID='+param.cid+'&TURL='+param.turl+'&RURL='+param.rurl+'&HURL=http://www.biglobe.ne.jp/&AID=1012';

		// 入場(日額)※期間制と同じ
		this.day_enter = 'https://cp7.sso.biglobe.ne.jp/cgi-bin/bitway/d-login?CID='+param.cid+'&TURL='+param.turl+'&RURL='+param.rurl+'&HURL=http://www.biglobe.ne.jp/&AID=1012';
		// 申し込む(日額)
		this.day_buy = 'entrance_day.html';
		// 申し込むURL(日額)※期間制と同じ
		this.day_buy_url = 'https://cp7.sso.biglobe.ne.jp/cgi-bin/bitway/d-settlement?CID='+param.cid+'&TURL='+param.turl+'&RURL='+param.rurl+'&HURL=http://www.biglobe.ne.jp/&AID=1012';

		// 入場(期間制)
		this.kikan_enter = 'https://cp7.sso.biglobe.ne.jp/cgi-bin/bitway/d-login?CID='+param.cid+'&TURL='+param.turl+'&RURL='+param.rurl+'&HURL=http://www.biglobe.ne.jp/&AID=1012';
		// 申し込む(期間制)
		this.kikan_buy = 'entrance_kikan.html';
		// 申し込むURL(期間制)
		this.kikan_buy_url = 'https://cp7.sso.biglobe.ne.jp/cgi-bin/bitway/d-settlement?CID='+param.cid+'&TURL='+param.turl+'&RURL='+param.rurl+'&HURL=http://www.biglobe.ne.jp/&AID=1012';

		// 購入(占い・診断系)
		this.uranai_buy = 'https://cp7.sso.biglobe.ne.jp/cgi-bin/bitway/o-settlement';
		// 購入(ダウンロード系)
		this.download_buy = 'https://cp7.sso.biglobe.ne.jp/cgi-bin/bitway/o-settlement?CID='+param.cid+'&TURL='+param.turl+'&RURL='+param.rurl+'&HURL=http://www.biglobe.ne.jp/&AID=1012';

		// ユーザID取得
		this.signup = 'http://signup.biglobe.ne.jp/cgi-bin/ossbb/ossexp.cgi?scode='+param.biglobe_scode;
	}
	else if(isp == 'hi-ho'){
		// メンバー入場(月額)
		this.month_enter = 'https://city.hi-ho.ne.jp/cgi-bin/paycont/bitway/monthly_nyuujyou1.cgi?CID='+param.cid+'&TURL='+param.turl+'&RURL='+param.rurl+'&HURL=http://home.hi-ho.ne.jp/index.htm&AID=1015';
		// 入会(月額)
		this.month_nyukai = 'https://city.hi-ho.ne.jp/cgi-bin/paycont/bitway/monthly_nyuukai1.cgi?CID='+param.cid+'&TURL='+param.turl+'&RURL='+param.rurl+'&HURL=http://home.hi-ho.ne.jp/index.htm&AID=1015';
		// 退会(月額)
		this.month_cancel = 'https://city.hi-ho.ne.jp/cgi-bin/paycont/bitway/monthly_taikai1.cgi?CID='+param.cid+'&TURL='+param.turl+'&RURL='+param.rurl+'&HURL=http://home.hi-ho.ne.jp/index.htm&AID=1015';
		// ご利用規約(月額)
		this.month_rule = 'http://www.bitway.ne.jp/hi-ho/rules/kihon.html';

		// 入会(日額)※期間制と同じ
		this.day_buy = 'https://city.hi-ho.ne.jp/cgi-bin/paycont/bitway/monthly_nyuukai1.cgi?CID='+param.cid+'&TURL='+param.turl+'&RURL='+param.rurl+'&HURL=http://home.hi-ho.ne.jp/index.htm&AID=1015';
		// メンバーの入場(日額)※期間制と同じ
		this.day_enter = 'https://city.hi-ho.ne.jp/cgi-bin/paycont/bitway/monthly_nyuujyou1.cgi?CID='+param.cid+'&TURL='+param.turl+'&RURL='+param.rurl+'&HURL=http://home.hi-ho.ne.jp/index.htm&AID=1015';
		// 入会nyukai(期間制)
		this.kikan_nyukai = 'https://city.hi-ho.ne.jp/cgi-bin/paycont/bitway/monthly_nyuukai1.cgi?CID='+param.cid+'&TURL='+param.turl+'&RURL='+param.rurl+'&HURL=http://home.hi-ho.ne.jp/index.htm&AID=1015';
		// 入会buy(期間制)
		this.kikan_buy = 'https://city.hi-ho.ne.jp/cgi-bin/paycont/bitway/monthly_nyuukai1.cgi?CID='+param.cid+'&TURL='+param.turl+'&RURL='+param.rurl+'&HURL=http://home.hi-ho.ne.jp/index.htm&AID=1015';
		// メンバーの入場(期間制)
		this.kikan_enter = 'https://city.hi-ho.ne.jp/cgi-bin/paycont/bitway/monthly_nyuujyou1.cgi?CID='+param.cid+'&TURL='+param.turl+'&RURL='+param.rurl+'&HURL=http://home.hi-ho.ne.jp/index.htm&AID=1015';
		// ご利用規約(期間制)
		this.kikan_rule = 'http://www.bitway.ne.jp/hi-ho/rules/kihon.html';

		// 購入(占い・診断系)
		this.uranai_buy = 'https://city.hi-ho.ne.jp/cgi-bin/paycont/bitway/ppv_riyou1.cgi';
		// 購入(ダウンロード系)
		this.download_buy = 'https://city.hi-ho.ne.jp/cgi-bin/paycont/bitway/ppv_riyou1.cgi?CID='+param.cid+'&TURL='+param.turl+'&RURL='+param.rurl+'&HURL=http://home.hi-ho.ne.jp/index.htm&AID=1015';
	}
	else if(isp == 'kojimaec'){
		// 購読(月額)
		this.month_enter = 'https://www.kojima.net/bitway/member.html?CID='+param.cid+'&TURL='+param.turl+'&RURL='+param.rurl+'&HURL=http://www.kojima.net/';
		// 購読申込み(月額)
		this.month_nyukai = 'https://www.kojima.net/bitway/regist.html?CID='+param.cid+'&TURL='+param.turl+'&RURL='+param.rurl+'&HURL=http://www.kojima.net/';
		// 購読中止(月額)
		this.month_cancel = 'https://www.kojima.net/bitway/unsubscribe.html?CID='+param.cid+'&TURL='+param.turl+'&RURL='+param.rurl+'&HURL=http://www.kojima.net/';

		// 購入(占い・診断系)
		this.uranai_buy = 'https://www.kojima.net/bitway/login_par.html';
		// 購入(ダウンロード系)
		this.download_buy = 'https://www.kojima.net/bitway/login.html?CID='+param.cid+'&TURL='+param.turl+'&RURL='+param.rurl+'&HURL=http://www.kojima.net/';
	}
	else if(isp == 'nifty'){
		//★10/24：新URLへ切り替え。
		// 入場(月額)
		this.month_enter = 'https://contents.nifty.com/member/service/g-way/'+param.nifty_param+'/cgi-bin/enter?CID='+param.cid+'&TURL='+param.turl+'&RURL='+param.rurl+'&HURL=http://www.nifty.com/';
		// 入場(月額チェック用)
		this.month_check_enter = 'https://check.contents.nifty.com/member/service/g-way/'+param.nifty_param+'/cgi-bin/enter?CID='+param.cid+'&TURL='+param.turl+'&RURL='+param.rurl+'&HURL=http://www.nifty.com/';
		// 登録・設定(月額)
		this.month_nyukai = 'http://www.nifty.com/'+param.contents+'/subscribe.htm';
		// 登録・設定(月額チェック用)
		this.month_check_nyukai = 'http://check.nifty.com/'+param.contents+'/subscribe.htm';
		// 登録確認(月額)
		this.month_kakunin = 'https://contents.nifty.com/member/service/'+param.nifty_param+'/cgi-bin/confirm.cgi';
		// 登録確認(月額チェック用)
		this.month_check_kakunin = 'https://check.contents.nifty.com/member/service/'+param.nifty_param+'/cgi-bin/confirm.cgi';
		// 登録解除(月額)
		this.month_cancel = 'http://www.nifty.com/'+param.contents+'/cancel.htm';
		// 登録解除(月額チェック用)
		this.month_check_cancel = 'http://check.nifty.com/'+param.contents+'/cancel.htm';

		// 入会(日額)※期間制と同じ
		this.day_buy = 'https://contents.nifty.com/member/service/g-way/'+param.nifty_param+'/cgi-bin/payonce?CID='+param.cid+'&TURL='+param.turl+'&RURL='+param.rurl+'&HURL=http://www.nifty.com/';
		// 入会(日額チェック用)※期間制と同じ
		this.day_check_buy = 'https://check.contents.nifty.com/member/service/g-way/'+param.nifty_param+'/cgi-bin/payonce?CID='+param.cid+'&TURL='+param.turl+'&RURL='+param.rurl+'&HURL=http://www.nifty.com/';
		// 再入場(日額)※期間制と同じ
		this.day_enter = 'https://contents.nifty.com/member/service/g-way/'+param.nifty_param+'/cgi-bin/payonce?CID='+param.cid+'&TURL='+param.turl+'&RURL='+param.rurl+'&HURL=http://www.nifty.com/';
		// 再入場(日額チェック用)※期間制と同じ
		this.day_check_enter = 'https://check.contents.nifty.com/member/service/g-way/'+param.nifty_param+'/cgi-bin/payonce?CID='+param.cid+'&TURL='+param.turl+'&RURL='+param.rurl+'&HURL=http://www.nifty.com/';
		
		// 入会(期間制)
		this.kikan_buy = 'https://contents.nifty.com/member/service/g-way/'+param.nifty_param+'/cgi-bin/payonce?CID='+param.cid+'&TURL='+param.turl+'&RURL='+param.rurl+'&HURL=http://www.nifty.com/';
		// 入会(期間制チェック用)
		this.kikan_check_buy = 'https://check.contents.nifty.com/member/service/g-way/'+param.nifty_param+'/cgi-bin/payonce?CID='+param.cid+'&TURL='+param.turl+'&RURL='+param.rurl+'&HURL=http://www.nifty.com/';
		// 再入場(期間制)※入会と同じ
		this.kikan_enter = 'https://contents.nifty.com/member/service/g-way/'+param.nifty_param+'/cgi-bin/payonce?CID='+param.cid+'&TURL='+param.turl+'&RURL='+param.rurl+'&HURL=http://www.nifty.com/';
		// 再入場(期間制チェック用)※入会と同じ
		this.kikan_check_enter = 'https://check.contents.nifty.com/member/service/g-way/'+param.nifty_param+'/cgi-bin/payonce?CID='+param.cid+'&TURL='+param.turl+'&RURL='+param.rurl+'&HURL=http://www.nifty.com/';
		
		// 購入(占い・診断系)
		this.uranai_buy = 'https://contents.nifty.com/member/service/g-way/'+param.nifty_param+'/cgi-bin/payonce';
		// 購入(占い・診断系チェック用)
		this.uranai_check_buy = 'https://check.contents.nifty.com/member/service/g-way/'+param.nifty_param+'/cgi-bin/payonce';
		
		// 購入(ダウンロード系)
		this.download_buy = 'https://contents.nifty.com/member/service/g-way/'+param.nifty_param+'/cgi-bin/payonce?CID='+param.cid+'&TURL='+param.turl+'&RURL='+param.rurl+'&HURL=http://www.nifty.com/';
		// 購入(ダウンロード系チェック用)
		this.download_check_buy = 'https://check.contents.nifty.com/member/service/g-way/'+param.nifty_param+'/cgi-bin/payonce?CID='+param.cid+'&TURL='+param.turl+'&RURL='+param.rurl+'&HURL=http://www.nifty.com/';

		// チェックURLを本番でNGにする
		if(server == 'honban_nifty'){
			this.month_check_enter = 'http://www.bitway.ne.jp/error/ERR_nifty_check503.html';
			this.day_check_enter = 'http://www.bitway.ne.jp/error/ERR_nifty_check503.html';
			this.day_check_buy = 'http://www.bitway.ne.jp/error/ERR_nifty_check503.html';
			this.kikan_check_enter = 'http://www.bitway.ne.jp/error/ERR_nifty_check503.html';
			this.kikan_check_buy = 'http://www.bitway.ne.jp/error/ERR_nifty_check503.html';

			this.month_check_nyukai = 'http://www.bitway.ne.jp/error/ERR_nifty_check503.html';
			this.month_check_kakunin = 'http://www.bitway.ne.jp/error/ERR_nifty_check503.html';
			this.month_check_cancel = 'http://www.bitway.ne.jp/error/ERR_nifty_check503.html';
			this.uranai_check_buy = 'http://www.bitway.ne.jp/error/ERR_nifty_check503.html';
			this.download_check_buy = 'http://www.bitway.ne.jp/error/ERR_nifty_check503.html';
		}
		
	}
	else if(isp == 'ocn'){
		// 入り口はこちら(月額)
		this.month_enter = 'https://payon.svc.ocn.ne.jp/'+param.contents+'/servlets/ocn_access.cgi?CID='+param.cid+'&TURL='+param.turl+'&RURL='+param.rurl+'&HURL=http://www.ocn.ne.jp/';
		// 登録(月額)
		this.month_nyukai = 'https://payon-cgi.svc.ocn.ne.jp/aspgw/cgi-bin/aspgw_purchase.cgi?aspgw_sid='+param.ocn_id+'&aspgw_ptn=0';
		// 解約(月額)
		this.month_cancel = 'https://payon-cgi.svc.ocn.ne.jp/aspgw/cgi-bin/aspgw_confirmcan.cgi?aspgw_sid='+param.ocn_id+'&CID='+param.cid;
		// 解約リンク(月額) 使用停止　2006.4
		this.month_cancel_url = 'https://payon-cgi.svc.ocn.ne.jp/aspgw/cgi-bin/aspgw_endcan.cgi?aspgw_sid='+param.ocn_id+'&CID='+param.cid;
		// 登録状況確認(月額)
		this.month_kakunin = 'https://payon-cgi.svc.ocn.ne.jp/aspgw/cgi-bin/aspgw_confirmappl.cgi?aspgw_sid='+param.ocn_id+'&CID='+param.cid;

		// 購入(日額)※期間制と同じ
		this.day_buy = 'https://payon.svc.ocn.ne.jp/'+param.contents+'/servlets/ocn_access.cgi?CID='+param.cid+'&TURL='+param.turl+'&RURL='+param.rurl+'&HURL=http://www.ocn.ne.jp/';
		// 再入場(日額)※期間制と同じ
		this.day_enter = 'https://payon.svc.ocn.ne.jp/'+param.contents+'/servlets/ocn_access.cgi?CID='+param.cid+'&TURL='+param.turl+'&RURL='+param.rurl+'&HURL=http://www.ocn.ne.jp/';
		// 購入(期間)
		this.kikan_buy = 'https://payon.svc.ocn.ne.jp/'+param.contents+'/servlets/ocn_access.cgi?CID='+param.cid+'&TURL='+param.turl+'&RURL='+param.rurl+'&HURL=http://www.ocn.ne.jp/';
		// 再入場(期間)※購入と同じ
		this.kikan_enter = 'https://payon.svc.ocn.ne.jp/'+param.contents+'/servlets/ocn_access.cgi?CID='+param.cid+'&TURL='+param.turl+'&RURL='+param.rurl+'&HURL=http://www.ocn.ne.jp/';

		// 購入(占い・診断系)
		this.uranai_buy = 'https://payon.svc.ocn.ne.jp/'+param.contents+'/servlets/ocn_access.cgi';
		// 購入(ダウンロード系)
		this.download_buy = 'https://payon.svc.ocn.ne.jp/'+param.contents+'/servlets/ocn_access.cgi?CID='+param.cid+'&TURL='+param.turl+'&RURL='+param.rurl+'&HURL=http://www.ocn.ne.jp/';
	}
	else if(isp == 'so-net'){
		// MEMBER(月額)
		this.month_enter = 'https://www.so-net.ne.jp/bitway2/cgi-bin/enter.cgi?CID='+param.cid+'&TURL='+param.turl+'&RURL='+param.rurl+'&HURL=http://www.so-net.ne.jp/&AID=1013';
		// サービス登録(月額)
		this.month_nyukai = 'https://www.so-net.ne.jp/bitway2/cgi-bin/regist.cgi?CID='+param.cid+'&TURL='+param.turl+'&RURL='+param.rurl+'&HURL=http://www.so-net.ne.jp/&AID=1013';
		// サービス停止(月額)
		this.month_cancel = 'https://www.so-net.ne.jp/bitway2/cgi-bin/quit.cgi?CID='+param.cid+'&TURL='+param.turl+'&RURL='+param.rurl+'&HURL=http://www.so-net.ne.jp/&AID=1013';

		// 購入する(日額)※期間制と同じ
		this.day_buy = 'https://www.so-net.ne.jp/bitway2/cgi-bin/regist.cgi?CID='+param.cid+'&TURL='+param.turl+'&RURL='+param.rurl+'&HURL=http://www.so-net.ne.jp/&AID=1013';

		// 再入場する(日額)※期間制と同じ
		this.day_enter = 'https://www.so-net.ne.jp/bitway2/cgi-bin/enter.cgi?CID='+param.cid+'&TURL='+param.turl+'&RURL='+param.rurl+'&HURL=http://www.so-net.ne.jp/&AID=1013';
		// 購入する(期間制)
		this.kikan_buy = 'https://www.so-net.ne.jp/bitway2/cgi-bin/regist.cgi?CID='+param.cid+'&TURL='+param.turl+'&RURL='+param.rurl+'&HURL=http://www.so-net.ne.jp/&AID=1013';
		// 再入場する(期間制)
		this.kikan_enter = 'https://www.so-net.ne.jp/bitway2/cgi-bin/enter.cgi?CID='+param.cid+'&TURL='+param.turl+'&RURL='+param.rurl+'&HURL=http://www.so-net.ne.jp/&AID=1013';

		// 購入(占い・診断系)
		this.uranai_buy = 'https://www.so-net.ne.jp/bitway2/cgi-bin/onetime.cgi';
		// 購入(ダウンロード系)
		this.download_buy = 'https://www.so-net.ne.jp/bitway2/cgi-bin/onetime.cgi?CID='+param.cid+'&TURL='+param.turl+'&RURL='+param.rurl+'&HURL=http://www.so-net.ne.jp/&AID=1013';
	}
	else if(isp == 'sannet'){
		// 入場(月額)
		this.month_enter = 'https://sup.sannet.ne.jp/bitway/month_login.php?CID='+param.cid+'&TURL='+param.turl+'&RURL='+param.rurl+'&HURL=http://www.sannet.ne.jp/sannet/&AID=1031';
		// 入会(月額)
		this.month_nyukai = 'https://sup.sannet.ne.jp/bitway/month_join.php?CID='+param.cid+'&TURL='+param.turl+'&RURL='+param.rurl+'&HURL=http://www.sannet.ne.jp/sannet/&AID=1031';
		// 退会(月額)
		this.month_cancel = 'https://sup.sannet.ne.jp/bitway/month_quit.php?CID='+param.cid+'&TURL='+param.turl+'&RURL='+param.rurl+'&HURL=http://www.sannet.ne.jp/sannet/&AID=1031';

		// 購入する(日額)※期間制と同じ
		this.day_buy = 'https://sup.sannet.ne.jp/bitway/month_join.php?CID='+param.cid+'&TURL='+param.turl+'&RURL='+param.rurl+'&HURL=http://www.sannet.ne.jp/sannet/&AID=1031';
		// 再入場(日額)※期間制と同じ
		this.day_enter = 'https://sup.sannet.ne.jp/bitway/month_login.php?CID='+param.cid+'&TURL='+param.turl+'&RURL='+param.rurl+'&HURL=http://www.sannet.ne.jp/sannet/&AID=1031';
		// 購入する(期間制)
		this.kikan_buy = 'https://sup.sannet.ne.jp/bitway/month_join.php?CID='+param.cid+'&TURL='+param.turl+'&RURL='+param.rurl+'&HURL=http://www.sannet.ne.jp/sannet/&AID=1031';
		// 再入場(期間制)
		this.kikan_enter = 'https://sup.sannet.ne.jp/bitway/month_login.php?CID='+param.cid+'&TURL='+param.turl+'&RURL='+param.rurl+'&HURL=http://www.sannet.ne.jp/sannet/&AID=1031';

		// 購入(占い・診断系)
		this.uranai_buy = 'https://sup.sannet.ne.jp/bitway/count_login.php';
		// 購入(ダウンロード系)
		this.download_buy = 'https://sup.sannet.ne.jp/bitway/count_login.php?CID='+param.cid+'&TURL='+param.turl+'&RURL='+param.rurl+'&HURL=http://www.sannet.ne.jp/sannet/&AID=1031';
	}
	else if(isp == 'invoice'){
		// 入場(月額)
		this.month_enter = 'http://www.george24.com/bitway/enter/?CID='+param.cid+'&TURL='+param.turl+'&RURL='+param.rurl+'&HURL=http://www.george24.com/&AID=1039';
		// 入会(月額)
		this.month_nyukai = 'http://www.george24.com/bitway/register/?CID='+param.cid+'&TURL='+param.turl+'&RURL='+param.rurl+'&HURL=http://www.george24.com/&AID=1039';
		// 退会(月額)
		this.month_cancel = 'http://www.george24.com/bitway/quit/?CID='+param.cid+'&TURL='+param.turl+'&RURL='+param.rurl+'&HURL=http://www.george24.com/&AID=1039';

		// 購入する(日額)※期間制と同じ
		this.day_buy = 'http://www.george24.com/bitway/register/?CID='+param.cid+'&TURL='+param.turl+'&RURL='+param.rurl+'&HURL=http://www.george24.com/&AID=1039';
		// 再入場(日額)※期間制と同じ
		this.day_enter = 'http://www.george24.com/bitway/enter/?CID='+param.cid+'&TURL='+param.turl+'&RURL='+param.rurl+'&HURL=http://www.george24.com/&AID=1039';

		// 購入する(期間制)
		this.kikan_buy = 'http://www.george24.com/bitway/register/?CID='+param.cid+'&TURL='+param.turl+'&RURL='+param.rurl+'&HURL=http://www.george24.com/&AID=1039';
		// 再入場(期間制)
		this.kikan_enter = 'http://www.george24.com/bitway/enter/?CID='+param.cid+'&TURL='+param.turl+'&RURL='+param.rurl+'&HURL=http://www.george24.com/&AID=1039';

		// 購入(占い・診断系)
		this.uranai_buy = 'http://www.george24.com/bitway/onetime/';
		// 購入(ダウンロード系)
		this.download_buy = 'http://www.george24.com/bitway/onetime/?CID='+param.cid+'&TURL='+param.turl+'&RURL='+param.rurl+'&HURL=http://www.george24.com/&AID=1039';
	}
	else if(isp == 'goo'){
		// 入場(月額)
		this.month_enter = 'http://srvc.goo.ne.jp/btw/mcheckright.action?CID='+param.cid+'&TURL='+param.turl+'&RURL='+param.rurl+'&HURL=http://www.goo.ne.jp/&AID=1042';
		// 入会(月額)
		this.month_nyukai = 'https://srvc.goo.ne.jp/btw/mpurchase.action?CID='+param.cid+'&TURL='+param.turl+'&RURL='+param.rurl+'&HURL=http://www.goo.ne.jp/&AID=1042';
		// 退会(月額)
		this.month_cancel = 'https://srvc.goo.ne.jp/btw/mwithdraw.action?CID='+param.cid+'&TURL='+param.turl+'&RURL='+param.rurl+'&HURL=http://www.goo.ne.jp/&AID=1042';

		// 購入する(日額)※期間制と同じ
		this.day_buy = 'https://srvc.goo.ne.jp/btw/ppurchase.action?CID='+param.cid+'&TURL='+param.turl+'&RURL='+param.rurl+'&HURL=http://www.goo.ne.jp/&AID=1042';
		// 再入場(日額)※期間制と同じ
		this.day_enter = 'http://srvc.goo.ne.jp/btw/pcheckright.action?CID='+param.cid+'&TURL='+param.turl+'&RURL='+param.rurl+'&HURL=http://www.goo.ne.jp/&AID=1042';

		// 購入する(期間制)
		this.kikan_buy = 'https://srvc.goo.ne.jp/btw/ppurchase.action?CID='+param.cid+'&TURL='+param.turl+'&RURL='+param.rurl+'&HURL=http://www.goo.ne.jp/&AID=1042';
		// 再入場(期間制)
		this.kikan_enter = 'http://srvc.goo.ne.jp/btw/pcheckright.action?CID='+param.cid+'&TURL='+param.turl+'&RURL='+param.rurl+'&HURL=http://www.goo.ne.jp/&AID=1042';

		// 購入(占い・診断系)
		this.uranai_buy = 'https://srvc.goo.ne.jp/btw/ipurchase.action';
		// 購入(ダウンロード系)
		this.download_buy = 'https://srvc.goo.ne.jp/btw/ipurchase.action?CID='+param.cid+'&TURL='+param.turl+'&RURL='+param.rurl+'&HURL=http://www.goo.ne.jp/&AID=1042';
		
		//購入状況確認
		this.kakunin = 'https://srvc.goo.ne.jp/btw/rightlist.action';
	}
	else if(isp == 'ezweb'){
		// 有料サービスに入る(月額)
		this.month_enter = 'https://premium.bitway.ne.jp/ezweb/gateway/login.php?CID='+param.cid+'&TURL='+param.turl+'&RURL='+param.rurl+'&HURL=http://www.bitway.ne.jp/';
	}
	else if(isp == 'fresheye'){
		// 入場(月額)
		this.month_enter = param.fresheye_month_enter;
		// 入会(月額)
		this.month_nyukai = param.fresheye_month_enter;
		// 退会(月額)
		this.month_cancel = param.fresheye_month_enter;

		// 購入(日額)※期間制と同じ
		this.day_buy = 'https://member.bitway.ne.jp/cgi-bin/fresheye/info?CID='+param.cid+'&TURL='+param.turl+'&RURL='+param.rurl+'&HURL=http://www.bitway.ne.jp/digital-ch/';
		// 再入場(日額)※期間制と同じ
		this.day_enter = 'https://member.bitway.ne.jp/cgi-bin/fresheye/info?CID='+param.cid+'&TURL='+param.turl+'&RURL='+param.rurl+'&HURL=http://www.bitway.ne.jp/digital-ch/';
		// 購入(期間制)
		this.kikan_buy = 'https://member.bitway.ne.jp/cgi-bin/fresheye/info?CID='+param.cid+'&TURL='+param.turl+'&RURL='+param.rurl+'&HURL=http://www.bitway.ne.jp/digital-ch/';
		// 再入場(期間制)※購入と同じ
		this.kikan_enter = 'https://member.bitway.ne.jp/cgi-bin/fresheye/info?CID='+param.cid+'&TURL='+param.turl+'&RURL='+param.rurl+'&HURL=http://www.bitway.ne.jp/digital-ch/';

		// 購入(占い・診断系)
		this.uranai_buy = 'https://member.bitway.ne.jp/cgi-bin/fresheye/info';
		// 購入(ダウンロード系)
		this.download_buy = 'https://member.bitway.ne.jp/cgi-bin/fresheye/info?CID='+param.cid+'&TURL='+param.turl+'&RURL='+param.rurl+'&HURL=http://www.bitway.ne.jp/digital-ch/';
	}
	else if(isp == 'club'){
		// 入場(月額)
		this.month_enter = param.club_month_enter;
		// 入会(月額)
		this.month_nyukai = param.club_month_enter;
		// 退会(月額)
		this.month_cancel = param.club_month_enter;

		// 購入(日額)※期間制と同じ
		this.day_buy = 'https://member.bitway.ne.jp/cgi-bin/club/info?CID='+param.cid+'&TURL='+param.turl+'&RURL='+param.rurl+'&HURL=http://www.bitway.co.jp/';
		// 再入場(日額)※期間制と同じ
		this.day_enter = 'https://member.bitway.ne.jp/cgi-bin/club/info?CID='+param.cid+'&TURL='+param.turl+'&RURL='+param.rurl+'&HURL=http://www.bitway.co.jp/';
		// 購入(期間制)
		this.kikan_buy = 'https://member.bitway.ne.jp/cgi-bin/club/info?CID='+param.cid+'&TURL='+param.turl+'&RURL='+param.rurl+'&HURL=http://www.bitway.co.jp/';
		// 再入場(期間制)※購入と同じ
		this.kikan_enter = 'https://member.bitway.ne.jp/cgi-bin/club/info?CID='+param.cid+'&TURL='+param.turl+'&RURL='+param.rurl+'&HURL=http://www.bitway.co.jp/';

		// 購入(占い・診断系)
		this.uranai_buy = 'https://member.bitway.ne.jp/cgi-bin/club/info';
		// 購入(ダウンロード系)
		this.download_buy = 'https://member.bitway.ne.jp/cgi-bin/club/info?CID='+param.cid+'&TURL='+param.turl+'&RURL='+param.rurl+'&HURL=http://www.bitway.co.jp/';
	}
	else if(isp == 'yahoo'){
		// 入場(月額)
		this.month_enter = '/cgi-bin/gateway/enter.cgi?CID='+param.cid+'&PID=1059';
		// 入会(月額)
		this.month_nyukai = '/cgi-bin/gateway/subscribe.cgi?CID='+param.cid+'&PID=1059';
		// 退会(月額)
		this.month_cancel = '/cgi-bin/gateway/quit.cgi?CID='+param.cid+'&PID=1059';

		// 購入(日額)※期間制と同じ
		this.day_buy = '/cgi-bin/gateway/sub_period.cgi?CID='+param.cid+'&PID=1059';
		// 再入場(日額)※期間制と同じ
		this.day_enter = '/cgi-bin/gateway/ent_period.cgi?CID='+param.cid+'&PID=1059';
		// 購入(期間制)
		this.kikan_buy = '/cgi-bin/gateway/sub_period.cgi?CID='+param.cid+'&PID=1059';
		// 再入場(期間制)※購入と同じ
		this.kikan_enter = '/cgi-bin/gateway/ent_period.cgi?CID='+param.cid+'&PID=1059';

		// 購入(占い・診断系)
		this.uranai_buy = '/cgi-bin/gateway/payonce.cgi';
		// 購入(ダウンロード系)
		this.download_buy = '/cgi-bin/gateway/payonce.cgi?CID='+param.cid+'&PID=1059';
	}
	else if(isp == 'toppan'){
		// 入場(月額)
		this.month_enter = 'http://demoisp0.bitway.ne.jp/cgi-bin/loginform.pl?CID='+param.cid+'&TURL='+param.turl+'&RURL='+param.rurl+'&HURL=http://www.bitway.ne.jp/';
		// 入会(月額)
		this.month_nyukai = 'http://demoisp0.bitway.ne.jp/cgi-bin/registform.pl?CID='+param.cid+'&TURL='+param.turl+'&RURL='+param.rurl+'&HURL=http://www.bitway.ne.jp/';
		// 退会(月額)
		this.month_cancel = 'http://demoisp0.bitway.ne.jp/cgi-bin/registform.pl?CID='+param.cid+'&TURL='+param.turl+'&RURL='+param.rurl+'&HURL=http://www.bitway.ne.jp/';

		// 購入する(日額)※期間制と同じ
		this.day_buy = 'http://demoisp0.bitway.ne.jp/cgi-bin/uranailoginform.pl?CID='+param.cid+'&TURL='+param.turl+'&RURL='+param.rurl+'&HURL=http://www.bitway.ne.jp/';
		// 再入場する(日額)※期間制と同じ
		this.day_enter = 'http://demoisp0.bitway.ne.jp/cgi-bin/uranailoginform.pl?CID='+param.cid+'&TURL='+param.turl+'&RURL='+param.rurl+'&HURL=http://www.bitway.ne.jp/';
		// 購入する(期間制)
		this.kikan_buy = 'http://demoisp0.bitway.ne.jp/cgi-bin/uranailoginform.pl?CID='+param.cid+'&TURL='+param.turl+'&RURL='+param.rurl+'&HURL=http://www.bitway.ne.jp/';
		// 再入場する(期間制)※購入と同じ
		this.kikan_enter = 'http://demoisp0.bitway.ne.jp/cgi-bin/uranailoginform.pl?CID='+param.cid+'&TURL='+param.turl+'&RURL='+param.rurl+'&HURL=http://www.bitway.ne.jp/';

		// 購入(占い・診断系)
		this.uranai_buy = 'http://demoisp0.bitway.ne.jp/cgi-bin/uranailoginform.pl';
		// 購入(ダウンロード系)
		this.download_buy = 'http://demoisp0.bitway.ne.jp/cgi-bin/uranailoginform.pl?CID='+param.cid+'&TURL='+param.turl+'&RURL='+param.rurl+'&HURL=http://www.bitway.ne.jp/';
	}
}


// -->

