//ポータル用国内宿泊 ver.3　横断検索対応




plan1 = "http://www.nta.co.jp/theme/";

plan2 = "http://www.nta.co.jp/kokunai/ski/";

plan3 = "http://www.nta.co.jp/tdr/";

plan4 = "http://www.nta.co.jp/kokunai/sale/";


if((typeof ypAid == "undefined") || (ypAid == "")){

  if(ntaSiteId == ""){
	aftUrl = "";
	planUrl1 = plan1;
	planUrl2 = plan2;
	planUrl3 = plan3;
	planUrl4 = plan4;

  }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);
  }

}else{

  if(ntaSiteId == ""){
	aftUrl = "";
	planUrl1 = plan1;
	planUrl2 = plan2;
	planUrl3 = plan3;
	planUrl4 = plan4;

  }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);

	planUrl1 = escape(planUrl1a);
	planUrl2 = escape(planUrl2a);
	planUrl3 = escape(planUrl3a);
	planUrl4 = escape(planUrl4a);
  }

}

document.open();

document.write("<table cellspacing=\"5\" id=\"ntabox\">");
document.write("<tr>");


document.write("<td valign=\"top\">");
document.write("<a href=\"");
document.write(aftUrl + planUrl1);
document.write("\" target=\"_blank\">");
document.write("<img src=\"http://www.nta.co.jp/portal/ICSFiles/thumbnail/2011/10/31/bn_theme_80x60.jpg\" width=\"80\" height=\"60\" border=\"0\">");
document.write("テーマで選ぶ宿泊プラン");
document.write("</a><br>");
document.write("人気のテーマパークやシティホテルをはじめ、女性や家族にもおすすめの宿泊プランをテーマ別にご紹介！");
document.write("</td>");

document.write("<td valign=\"top\">");
document.write("<a href=\"");
document.write(aftUrl + planUrl2);
document.write("\" target=\"_blank\">");
document.write("<img src=\"http://www.nta.co.jp/portal/ICSFiles/thumbnail/2011/11/24/ski_80x60.jpg\" width=\"80\" height=\"60\" border=\"0\">");
document.write("スキー＆スノボ特集2012");
document.write("</a><br>");
document.write("スキーシーズン到来！スキー場の情報や周辺の宿泊をご案内！お得なJR＋宿泊セットプランも！");
document.write("</td>");


document.write("</tr>");
document.write("<tr>");


document.write("<td valign=\"top\">");
document.write("<a href=\"");
document.write(aftUrl + planUrl3);
document.write("\" target=\"_blank\">");
document.write("<img src=\"http://www.nta.co.jp/portal/ICSFiles/thumbnail/2008/07/17/tdr25th_80x60.jpg\" width=\"80\" height=\"60\" border=\"0\">");
document.write("東京ディズニーリゾート(R)");
document.write("</a><br>");
document.write("赤い風船のお得なプランで遊びに行こう！各地発JRセットプランもあります！");
document.write("</td>");

document.write("<td valign=\"top\">");
document.write("<a href=\"");
document.write(aftUrl + planUrl4);
document.write("\" target=\"_blank\">");
document.write("<img src=\"http://www.nta.co.jp/portal/ICSFiles/thumbnail/2009/01/09/tokuichi_80x60.gif\" width=\"80\" height=\"60\" border=\"0\">");
document.write("宿泊のバーゲン！特価市");
document.write("</a><br>");
document.write("売りつくし＆季節限定のスペシャルプラン発売中！お得に泊まれるプランが大集合！");
document.write("</td>");


document.write("</tr>");
document.write("</table>");

document.write("<div style=\"clear: both;\"></div>");

document.close();

