jQuery.template("Tmpl-block-bookmarks-data",function(n,$item){var $=n,__=[],t=$item.data;with(t)__.push('<ul class="bookmarks-ul bookmarks-data">  '),typeof data!="undefined"&&data!=null&&$.each(typeof data=="function"?data.call($item):data,function(n,item){with(this)__.push('  <li class="dataset">   <a class="datatset-link" href="'),typeof item.dataset.resourceUrl!="undefined"&&item.dataset.resourceUrl!=null&&__.push($.encode(typeof item.dataset.resourceUrl=="function"?item.dataset.resourceUrl.call($item):item.dataset.resourceUrl)),__.push('" title="'),typeof item.dataset.title!="undefined"&&item.dataset.title!=null&&__.push($.encode(typeof item.dataset.title=="function"?item.dataset.title.call($item):item.dataset.title)),__.push('">'),typeof item.dataset.title!="undefined"&&item.dataset.title!=null&&__.push($.encode(typeof item.dataset.title=="function"?item.dataset.title.call($item):item.dataset.title)),__.push("<\/a>  <\/li>   "),typeof item.gadgets!="undefined"&&item.gadgets!=null&&$.each(typeof item.gadgets=="function"?item.gadgets.call($item):item.gadgets,function(i,gadget){with(this)__.push('   <li class="timeseries '),typeof(i==item.gadgets.length-1)!="undefined"&&i==item.gadgets.length-1!=null&&(typeof(i==item.gadgets.length-1)=="function"?(i==item.gadgets.length-1).call($item):i==item.gadgets.length-1)&&__.push(" last "),__.push('">    <a class="timeseries-link '),typeof(i%2==0)!="undefined"&&i%2==0!=null&&(typeof(i%2==0)=="function"?(i%2==0).call($item):i%2==0)&&__.push(" with-bg "),__.push('" href="'),typeof gadget.timeseries.dsUrl!="undefined"&&gadget.timeseries.dsUrl!=null&&__.push($.encode(typeof gadget.timeseries.dsUrl=="function"?gadget.timeseries.dsUrl.call($item):gadget.timeseries.dsUrl)),__.push('" title="'),typeof gadget.timeseries.title!="undefined"&&gadget.timeseries.title!=null&&__.push($.encode(typeof gadget.timeseries.title=="function"?gadget.timeseries.title.call($item):gadget.timeseries.title)),__.push('">'),typeof gadget.timeseries.title!="undefined"&&gadget.timeseries.title!=null&&__.push($.encode(typeof gadget.timeseries.title=="function"?gadget.timeseries.title.call($item):gadget.timeseries.title)),__.push("<\/a>   <\/li>   ")}),__.push("  ")}),__.push(" <\/ul>");return __});jQuery.template("Tmpl-block-bookmarks-pages",function(n,$item){var $=n,__=[],t=$item.data;with(t)__.push('<div class="bookmarks-data">  '),typeof pages!="undefined"&&pages!=null&&$.each(typeof pages=="function"?pages.call($item):pages,function(n,item){with(this)__.push('  <a class="bookmarks-page" href="'),typeof item.url!="undefined"&&item.url!=null&&__.push($.encode(typeof item.url=="function"?item.url.call($item):item.url)),__.push('" title="'),typeof item.title!="undefined"&&item.title!=null&&__.push($.encode(typeof item.title=="function"?item.title.call($item):item.title)),__.push('">   <div class="bp-row">    <div class="bd-img">     <div class="thumbnail" style="background-image: url('),typeof item.thumbnailUrl!="undefined"&&item.thumbnailUrl!=null&&__.push($.encode(typeof item.thumbnailUrl=="function"?item.thumbnailUrl.call($item):item.thumbnailUrl)),__.push(')"><\/div>    <\/div>    <div class="bd-about">     <div class="title">'),typeof item.title!="undefined"&&item.title!=null&&__.push($.encode(typeof item.title=="function"?item.title.call($item):item.title)),__.push('<\/div>     <div class="description">'),typeof item.rawDescription!="undefined"&&item.rawDescription!=null&&__.push($.encode(typeof item.rawDescription=="function"?item.rawDescription.call($item):item.rawDescription)),__.push("<\/div>    <\/div>   <\/div>  <\/a>  ")}),__.push(" <\/div>");return __})