//ポータル用国内ツアー　横断検索対応




plan1 = "http://www.nta.co.jp/akafu/supervalueoka/";

plan2 = "http://www.nta.co.jp/tokyobookmark/";

plan3 = "http://www.nta.co.jp/akafu/tdl/";

plan4 = "http://www.nta.co.jp/akafu/usj/";

plan5 = "http://www.nta.co.jp/bargain/tour/";


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/2010/01/28/okinawa_280x200.jpg\" width=\"280\" height=\"200\" border=\"0\"></a></dt>");
document.write("<dd class=\"nta_comment\">先着150名様限定ＪＡＬで行く早いもの勝ち沖縄！！</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/2009/03/24/tdr_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\">東京ディズニーリゾート（R）</a>");
document.write("</dd>");
document.write("<dd class=\"nta_comment\">新アトラクションも人気！2010年1月以降のプランも発売中！赤い風船のお得なツアーで遊びに行こう！</dd>");
document.write("</dl>");

document.write("<dl>");
document.write("<dt><img src=\"http://www.nta.co.jp/portal/ICSFiles/thumbnail/2007/12/27/usj.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\">ユニバーサル・スタジオ・ジャパン(R)と大阪への旅</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 + 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();
