/**
 *  コンテンツ メインエリア バナー
 */

(function() {
	var r = (/qa\.eisai\.jp/.test(location.href)) ? 'http://www.eisai.jp' : location.protocol + '//' + location.host;
	var bd = [
		{
			'file': '/resource/images/diseases_and_symptoms/bnr_osteoporosis_m.jpg',
			'alt': '骨粗しょう症とは？骨折で寝たきりにならないために ～家族みんなで取り組む骨粗鬆症の予防と治療～',
			'link': '/diseases-and-symptoms/osteoporosis/'
		},
		{
			'file': '/resource/images/diseases_and_symptoms/bnr_af_m.jpg',
			'alt': '心房細動手帳 心房細動の患者さまへ',
			'link': '/diseases-and-symptoms/af/'
		}
	];
	var bh = [
		{
			'file': '/resource/images/health_care/bnr/bnr_skainar_l.jpg',
			'alt': 'スカイナーAL錠 症状の出始めに、つらくなる前に飲んで効く！',
			'link': '/health-care/products/skainar/c/'
		},
		{
			'file': '/resource/images/health_care/bnr/bnr_crv-c_l.jpg',
			'alt': '鼻の外側に塗るだけでイオンの力で、花粉・ハウスダストなどの侵入を防ぐ クリスタルヴェール',
			'link': '/health-care/products/crv/c/'
		},
		{
			'file': '/resource/images/health_care/bnr/bnr_sahne_l.jpg',
			'alt': '肌あれ、皮フにうるおいを与える ザーネクリーム',
			'link': '/health-care/products/sahne/c/'
		},
		{
			'file': '/resource/images/health_care/bnr/bnr_travelmin_l.jpg',
			'alt': '家族に・自分に　ぴったりのトラベルミンはどれ？ 乗りもの酔い薬 トラベルミン&reg;シリーズ',
			'link': '/health-care/products/travelmin/c/'
		}
	];
	var b = (/diseases-and-symptoms/.test(location.href)) ? bd : bh;
	var ul = document.createElement('ul');
	$(b).each(function(i, e) {
		var t = (/http:\/\/|https:\/\//.test(this.link)) ? ' target="_blank"' : '';
		$(ul).append('<li>' + '<a href="' + r + this.link + '"' + t + '><img src="' + r + this.file + '" alt="' + this.alt + '" /></a>' + '</li>');
	});
	$('#main_container_bnr').append(ul);
})();

