$(document).ready(function(){$(".issuu-link").click(function(n){var i,r,t;if(n.preventDefault(),typeof IssuuUsername!="undefined"&&IssuuUsername.length)if(i=$(this)[0].getAttribute("href"),document.documentElement.clientWidth<=600)t="https://issuu.com/"+encodeURIComponent(IssuuUsername)+"/docs/"+encodeURIComponent(i)+"/1?ff",window.open(t,"_blank");else{r=$(this).data("title")?$(this).data("title"):"&nbsp;";t="https://e.issuu.com/embed.html?u="+encodeURIComponent(IssuuUsername)+"&d="+encodeURIComponent(i)+"&p=1";$("#issuulinkModal").modal("show");$("#issuulinkModal").on("hide.bs.modal",function(){$(this).find("iframe").attr("src","").empty();$(this).find(".title").text("");$("#issuulinkModal").data("bs.modal",null)});$("#issuulinkModal").on("show.bs.modal",function(){$(this).find("iframe").attr("src",t);$(this).find(".title").html(r)}).modal("show")}})})