//ポータル用国内ツアー　横断検索対応




plan1 = "http://www.nta.co.jp/kokunai/ski/";

plan2 = "http://www.nta.co.jp/tokyobookmark/";

plan3 = "http://www.nta.co.jp/kokunai/jrplan/";

plan4 = "http://www.nta.co.jp/bargain/tour/";

plan5 = "http://www.nta.co.jp/business/";


if((typeof ypAid == "undefined") || (ypAid == "")){

  if(ntaSiteId == ""){
	aftUrl = "";
	planUrl1 = plan1;
	planUrl2 = plan2;
	planUrl3 = plan3;
	planUrl4 = plan4;
	planUrl5 = plan5;

  }else{
	aftUrl = "http://rsv.nta.co.jp/Affiliate/set/AF100101.aspx?SITE_ID=" + ntaSiteId + "&REDI_URL=";

	planUrl1 = escape(plan1);
	planUrl2 = escape(plan2);
	planUrl3 = escape(plan3);
	planUrl4 = escape(plan4);
	planUrl5 = escape(plan5);
  }

}else{

  if(ntaSiteId == ""){
	aftUrl = "";
	planUrl1 = plan1;
	planUrl2 = plan2;
	planUrl3 = plan3;
	planUrl4 = plan4;
	planUrl5 = plan5;

  }else{
	aftUrl = "http://www.yadoplaza.com/portal/AffiliateEntry?aid=" + ypAid + "&url=http%3A//rsv.nta.co.jp/Affiliate/set/AF100101.aspx%3FSITE_ID%3D" + ntaSiteId + "%26REDI_URL%3D";

	planUrl1a = escape(plan1);
	planUrl2a = escape(plan2);
	planUrl3a = escape(plan3);
	planUrl4a = escape(plan4);
	planUrl5a = escape(plan5);

	planUrl1 = escape(planUrl1a);
	planUrl2 = escape(planUrl2a);
	planUrl3 = escape(planUrl3a);
	planUrl4 = escape(planUrl4a);
	planUrl5 = escape(planUrl5a);
  }

}

document.open();

document.write("<div id=\"nta_kokunai\">");
document.write("<h2>国内旅行</h2>");
document.write("<div class=\"nta_mainbox\">");

//左
document.write("<div class=\"nta_left\">");

document.write("<dl>");
document.write("<dt><a href=\"");
document.write(aftUrl + planUrl1);
document.write("\" target=\"_blank\">");
document.write("<img src=\"http://www.nta.co.jp/portal/ICSFiles/afieldfile/2012/01/13/1_bn_ski2012_280x200.jpg\" width=\"280\" height=\"200\" border=\"0\"></a></dt>");
document.write("<dd class=\"nta_comment\">スキーシーズン到来！スキー場の情報や周辺の宿泊をご案内！お得なJR＋宿泊セットプランも！</dd>");
document.write("<dd class=\"nta_link\"><img src=\"http://www.nta.co.jp/common_portal/img/arrow.gif\" hspace=\"3\" align=\"absmiddle\">");
document.write("<a href=\"");
document.write(aftUrl + planUrl1);
document.write("\" target=\"_blank\">特集ページをみる</a>");
document.write("</dd>");
document.write("</dl>");

document.write("</div>");

//右
document.write("<div class=\"nta_right\">");

document.write("<dl>");
document.write("<dt><img src=\"http://www.nta.co.jp/portal/ICSFiles/thumbnail/2009/02/25/bookmark_80x60.jpg\" width=\"80\" height=\"60\"></dt>");
document.write("<dd class=\"nta_link\"><img src=\"http://www.nta.co.jp/common_portal/img/arrow.gif\" hspace=\"3\" align=\"absmiddle\">");
document.write("<a href=\"");
document.write(aftUrl + planUrl2);
document.write("\" target=\"_blank\">トーキョー☆ブックマーク</a>");
document.write("</dd>");
document.write("<dd class=\"nta_comment\">関西から東京・横浜に行くなら人気のこのプラン！JR＋宿泊がセットでお得です！</dd>");
document.write("</dl>");

document.write("<dl>");
document.write("<dt><img src=\"http://www.nta.co.jp/portal/ICSFiles/thumbnail/2008/03/18/jrplan_80x60.jpg\" width=\"80\" height=\"60\"></dt>");
document.write("<dd class=\"nta_link\"><img src=\"http://www.nta.co.jp/common_portal/img/arrow.gif\" hspace=\"3\" align=\"absmiddle\">");
document.write("<a href=\"");
document.write(aftUrl + planUrl3);
document.write("\" target=\"_blank\">お得なJRセットプラン</a>");
document.write("</dd>");
document.write("<dd class=\"nta_comment\">往復のJRと宿泊施設を選んで組み立てるフリープランです！ビジネスに、観光にご利用ください！</dd>");
document.write("</dl>");

document.write("<dl>");
document.write("<dt><img src=\"http://www.nta.co.jp/portal/ICSFiles/thumbnail/2009/04/01/tour_80x60.jpg\" width=\"80\" height=\"60\"></dt>");
document.write("<dd class=\"nta_link\"><img src=\"http://www.nta.co.jp/common_portal/img/arrow.gif\" hspace=\"3\" align=\"absmiddle\">");
document.write("<a href=\"");
document.write(aftUrl + planUrl4);
document.write("\" target=\"_blank\">国内ツアーのバーゲン！</a>");
document.write("</dd>");
document.write("<dd class=\"nta_comment\">バーゲン価格のパッケージツアーが続々登場！インターネット限定商品もお見逃しなく！</dd>");
document.write("</dl>");

document.write("<dl>");
document.write("<dt><img src=\"http://www.nta.co.jp/portal/ICSFiles/thumbnail/2008/07/17/1_biz_80x60.jpg\" width=\"80\" height=\"60\"></dt>");
document.write("<dd class=\"nta_link\"><img src=\"http://www.nta.co.jp/common_portal/img/arrow.gif\" hspace=\"3\" align=\"absmiddle\">");
document.write("<a href=\"");
document.write(aftUrl + planUrl5);
document.write("\" target=\"_blank\">ビジネスプラン＆出張パック</a>");
document.write("</dd>");
document.write("<dd class=\"nta_comment\">各地発のお得な「出張パック」など、ビジネス・出張に便利なプランをご紹介！</dd>");
document.write("</dl>");

document.write("</div>");

document.write("</div>");
document.write("</div>");
document.write("<br style=\"clear: both;\">");


document.close();

