// Specify product IDs where the banners display
var productIds = [7245,124,11225,126,56,512,524,108,602,7241,10258,360,362,364,368,1345,1630,1104,8946,7237,7233,302,3473,550,574,580,562,640,482,6003,2034,280,859,2891,366,2940,3124,6416,398,240,1641,8530,2426,2430,9239,11394,11390];

// Banner block to embed
var bannerHtml = '<div class="selectableBanner">\
  <ul class="spy">\
    <li><a href="http://www.jp.horiba.com/connexion/jaima-show/go/index.html" target="connexion"><img src="http://www.jp.horiba.com/connexion/jaima-show/images/common/local_btn_go.jpg" width="170" height="78" alt="分析展2010　展示会情報" /></a></li>\
    <li><a href="http://www.jp.horiba.com/connexion/jaima-show/talk/index.html" target="connexion"><img src="http://www.jp.horiba.com/connexion/jaima-show/images/common/local_btn_talk.jpg" width="170" height="78" alt="HORIBAメンバーと語ろう！" /></a></li>\
    <li><a href="http://www.jp.horiba.com/connexion/jaima-show/look/index.html" target="connexion"><img src="http://www.jp.horiba.com/connexion/jaima-show/images/common/local_btn_live.jpg" width="170" height="78" alt="今年はHORIBAブースで生中継！" /></a></li>\
  </ul>\
</div>\
<style type="text/css">\
  <!--\
  div.selectableBanner ul.spy { margin: 0 10px; padding: 0 0 0 10px; list-style: none; }\
  div.selectableBanner ul.spy li { margin: 10px 0 0 0; padding: 0; }\
  div.selectableBanner ul.spy li img { border: 0; vertical-align: bottom; }\
  -->\
</style>';

$(document).ready(function() {
  if ($('.tx-llproducts-pi .productDetails').length > 0) {
    for (var i = 0; i < productIds.length; i++) {
      if (location.pathname.indexOf('-' + productIds[i] + '/') > -1) {
        $('.columnThree.page .columnWrapper.page').append(bannerHtml);
        break;
      }
    }
  } else if ($('.tx-llproducts-pi .productList').length > 0) {
    for (var i = 0; i < productIds.length; i++) {
      if ($(".tx-llproducts-pi .productList .details:has(a[href$='-" + productIds[i] + "/'])").length > 0) {
        $('.columnThree.page .columnWrapper.page').append(bannerHtml);
        break;
      }
    }
  }
});
document.write('<script type="text/javascript" src="http://www.jp.horiba.com/connexion/jaima-show/javascripts/simpleSpy.js"></script>');

