if (typeof issuuShelfConfig === 'undefined') {
  var issuuShelfConfig = {};
}
if (typeof issuuShelfConfig.version === 'undefined') {
  issuuShelfConfig.version = '1.0';
}
if (typeof issuuShelfConfig.domain === 'undefined') {
  issuuShelfConfig.domain = 'issuu.com';
}

document.write(unescape('%3Clink rel="stylesheet" href="http://static.' + issuuShelfConfig.domain + '/widgets/shelf/rev0/style/shelf.css" type="text/css" media="screen,projection"%3E'));
document.write(unescape('%3Cscript src="http://static.' + issuuShelfConfig.domain + '/widgets/shelf/rev0/script/jquery-1.3.2.js" type="text/javascript"%3E%3C/script%3E'));
document.write(unescape('%3Cscript src="http://static.' + issuuShelfConfig.domain + '/widgets/shelf/rev0/script/shelf.js" type="text/javascript"%3E%3C/script%3E'));

if (typeof ISSUU === 'undefined') {
  var ISSUU = {};
}

ISSUU.Shelf = function(config){
  if (typeof ISSUU.components !== 'undefined' && typeof ISSUU.components.Shelf !== 'undefined') {
    new ISSUU.components.Shelf(config);
  } else {
    window.setTimeout(function () {
      ISSUU.Shelf(config);
    }, 500);
  }
}
