');
$('.node-type-index-page .sidebar').append('
');
//redirect for the
if ($("body").hasClass("page-user-patron")) {
function urlParam(name) {
var results = new RegExp('[\?&]' + name + '=([^]*)').exec(window.location.href);
if (results == null){
return null;
}
else {
return decodeURI(results[1]) || 0;
}
}
if (urlParam('destination') && urlParam('destination') === 'redirector') {
console.log("canada redirect param detected");
// Append the url value to custom-url.
$("#custom-url").val("homepage?destination=redirector");
// Submit the form if has value.
if ($("#custom-url").val().length > 0) {
$("#-hf-stacks-patron-login-block-form").submit();
}
} else {
console.log("canada redirect param not included");
}
}
// move navigation
$('.section-navition').insertAfter('#header');
if ($('body').hasClass('node-type-index-page')||('node-type-collection')) {
$('aside.sidebar').append('
');
}
if ($('body').hasClass('node-type-collection-item')) {
$('#main').after('
');
}
// usabilla widgets
// window.usabilla || function() {
// var a = window,
// d = a.document,
// c = {},
// f = d.createElement("div"),
// h = !1,
// a = a.usabilla = function() {
// (c.a = c.a || []).push(arguments)
// };
// a._ = c;
// c.ids = {};
// f.style.display = "none";
// (function() {
// if (!d.body) return setTimeout(arguments.callee, 100);
// d.body.insertBefore(f, d.body.firstChild).id = "usabilla";
// h = !0
// })();
// a.load = function(a, g, k) {
// if (!c.ids[g]) {
// var e = c.ids = {};
// e.url = "//" + a + "/" + g + ".js?s1";
// e.config = k;
// setTimeout(function() {
// if (!h) return setTimeout(arguments.callee, 100);
// var b = d.createElement("iframe"),
// a;
// b.id = "usabilla-" + g;
// /MSIE[ ]+6/.test(navigator.userAgent) && (b.src = "javascript:false");
// f.appendChild(b);
// try {
// b.contentWindow.document.open()
// } catch (c) {
// e.domain = d.domain, a = "javascript:var d=document.open();d.domain='" + e.domain + "';", b.src = a + "void(0);"
// }
// try {
// var l = b.contentWindow.document;
// l.write([""].join(""));
// l.close()
// } catch (m) {
// b.src = a + 'd.write("' + loaderHtml().replace(/"/g, String.fromCharCode(92) + '"') + '");d.close();'
// }
// b.contentWindow.config = k;
// b.contentWindow.SCRIPT_ID = g
// }, 0)
// }
// }
// }();
// window.usabilla.load("w.usabilla.com", "ec55fb1c4db1");
// // Usabilla lighting
// window.lightningjs || function(c) {
// function g(b, d) {
// d && (d += (/\?/.test(d) ? "&" : "?") + "lv=1");
// c[b] || function() {
// var i = window,
// h = document,
// j = b,
// g = h.location.protocol,
// l = "load",
// k = 0;
// (function() {
// function b() {
// a.P(l);
// a.w = 1;
// c[j]("_load")
// }
// c[j] = function() {
// function m() {
// m.id = e;
// return c[j].apply(m, arguments)
// }
// var b, e = ++k;
// b = this && this != i ? this.id || 0 : 0;
// (a.s = a.s || []).push([e, b, arguments]);
// m.then = function(b, c, h) {
// var d = a.fh[e] = a.fh[e] || [],
// j = a.eh[e] = a.eh[e] || [],
// f = a.ph[e] = a.ph[e] || [];
// b && d.push(b);
// c && j.push(c);
// h && f.push(h);
// return m
// };
// return m
// };
// var a = c[j]._ = {};
// a.fh = {};
// a.eh = {};
// a.ph = {};
// a.l = d ? d.replace(/^\/\//, (g == "https:" ? g : "http:") + "//") : d;
// a.p = {
// 0: +new Date
// };
// a.P = function(b) {
// a.p[b] = new Date - a.p[0]
// };
// a.w && b();
// i.addEventListener ? i.addEventListener(l, b, !1) : i.attachEvent("on" + l, b);
// var q = function() {
// function b() {
// return ["<", c, ' onload="var d=', n, ";d.getElementsByTagName('head')[0].", d, "(d.", g, "('script')).", i, "='", a.l, "'\">", c, ">"].join("")
// }
// var c = "body",
// e = h[c];
// if (!e) return setTimeout(q, 100);
// a.P(1);
// var d = "appendChild",
// g = "createElement",
// i = "src",
// k = h[g]("div"),
// l = k[d](h[g]("div")),
// f = h[g]("iframe"),
// n = "document",
// p;
// k.style.display = "none";
// e.insertBefore(k, e.firstChild).id = o + "-" + j;
// f.frameBorder = "0";
// f.id = o + "-frame-" + j;
// /MSIE[ ]+6/.test(navigator.userAgent) && (f[i] = "javascript:false");
// f.allowTransparency = "true";
// l[d](f);
// try {
// f.contentWindow[n].open()
// } catch (s) {
// a.domain = h.domain, p = "javascript:var d=" + n + ".open();d.domain='" + h.domain + "';", f[i] = p + "void(0);"
// }
// try {
// var r = f.contentWindow[n];
// r.write(b());
// r.close()
// } catch (t) {
// f[i] = p + 'd.write("' + b().replace(/"/g, String.fromCharCode(92) + '"') + '");d.close();'
// }
// a.P(2)
// };
// a.l && setTimeout(q, 0)
// })()
// }();
// c[b].lv = "1";
// return c[b]
// }
// var o = "lightningjs",
// k = window[o] = g(o);
// k.require = g;
// k.modules = c
// }({});
// window.usabilla_live = lightningjs.require("usabilla_live", "//w.usabilla.com/e67a8c05779a.js");
});
//-->