/* リンク集関連 */
var firstflg = 0;
var category = 0;

function Link_Af_head(cate)
{
	category = cate;
	document.open();
	document.write('<p>');
	if (category == 1){
		document.write('【Amazonリンク】');
	} else if (category == 2){
		document.write('【じゃらん宿リンク】');
	} else if (category == 3){
		document.write('【るるぶ宿リンク】');
	} else if (category == 4){
		document.write('【AB-ROADツアー】');
	}
	document.write('</p>');
	document.close();
}

function Link_Af_cont(title, keywords1, keywords2, keywords3, keywords4)
{
	document.open();
	if (firstflg == 0){
		document.write('<p>');
		firstflg = 1;
	} else {
		document.write('・');
	}
	if (category == 1){			// amazon
		document.write('<a href="http://www.amazon.co.jp/gp/search?ie=UTF8&keywords=');
		document.write(keywords1);
		document.write('&tag=pierre02-22&index=blended&linkCode=ur2&camp=247&creative=1211">');
		document.write(title);
		document.write('</a><img src="http://www.assoc-amazon.jp/e/ir?t=pierre02-22&l=ur2&o=9" ');
		document.write('width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" />');
	} else if (category == 2){	// じゃらん
		document.write('<a href="http://ck.jp.ap.valuecommerce.com/servlet/referral?');
		document.write('sid=2212847&pid=878361887&vc_url=');
		document.write('http%3a%2f%2fwww%2ejalan%2enet%2fuw%2fuwp1400%2fuww1400%2edo%3f');
		document.write('distCd%3d01%26adultNum%3d2%26lrgCd%3d');
		document.write(keywords1);
		document.write('%26smlCd%3d');
		document.write(keywords2);
		document.write('%26searchTab%3d1%26photo%3d1%26rootCd%3d04%26afCd%3d31');
		document.write('%26vos%3dnjalvccp99000" target="_blank" >');
		document.write('<img src="http://ad.jp.ap.valuecommerce.com/servlet/gifbanner?');
		document.write('sid=2212847&pid=878361887" height="1" width="1" border="0">');
		document.write(title);
		document.write('</a>');
	} else if (category == 3){	// るるぶ
		document.write('<a href="http://ck.jp.ap.valuecommerce.com/servlet/referral?');
		document.write('sid=2212847&pid=878624129&vc_url=http%3a%2f%2frurubu%2etravel%2fhotel-map%2f%3fx%3d');
		document.write(keywords1);
		document.write('%2e');
		document.write(keywords2);
		document.write('%26y%3d');
		document.write(keywords3);
		document.write('%2e');
		document.write(keywords4);
		document.write('%26z%3d6%26sort%3ddist" target="_blank" >');
		document.write('<img src="http://ad.jp.ap.valuecommerce.com/servlet/gifbanner?');
		document.write('sid=2212847&pid=878624129" height="1" width="1" border="0">');
		document.write(title);
		document.write('</a>');
	} else if (category == 4){	// エイビーロード
		document.write('<a href="http://ck.jp.ap.valuecommerce.com/servlet/referral?');
		document.write('sid=2212847&pid=878624416&vc_url=');
		document.write('http%3a%2f%2fc%2ep-advg%2ecom%2fadpCnt%2fr%3fmid%3d');
		document.write(keywords1);
		document.write('%26lid%3d');
		document.write(keywords2);
		document.write('" target="_blank" >');
		document.write('<img src="http://ad.jp.ap.valuecommerce.com/servlet/gifbanner?');
		document.write('sid=2212847&pid=878624416" height="1" width="1" border="0">');
		document.write(title);
		document.write('</a>');
	}
	document.close();
}

function Link_Af_foot()
{
	document.open();
	document.write('</p>');
	document.close();
	firstflg = 0;
}

/* 共通リンク集 */
function Link_menu_common()
{
	document.open();
	document.write('<hr>');
	document.close();
	Link_menu(1, "hotel-allerea", "rurubu", "【宿】るるぶトラベル");
	Link_menu(1, "travelgoods", "start", "【Goods】旅行用品");
}
