jQuery.template("timeseries-content",function(n,$item){var $=n,__=[],t=$item.data;with(t)__.push('<div class="search-result timeseries">   <div class="result-title">    <a class="title" href="'),typeof sourceLink!="undefined"&&sourceLink!=null&&__.push($.encode(typeof sourceLink=="function"?sourceLink.call($item):sourceLink)),__.push('" target="_blank">     '),typeof resultTitle!="undefined"&&resultTitle!=null&&__.push($.encode(typeof resultTitle=="function"?resultTitle.call($item):resultTitle)),__.push("     "),typeof memDetails!="undefined"&&memDetails!=null&&(typeof memDetails=="function"?memDetails.call($item):memDetails)&&(__.push('     <span class="small-text">'),typeof memDetails!="undefined"&&memDetails!=null&&__.push($.encode(typeof memDetails=="function"?memDetails.call($item):memDetails)),__.push("<\/span>     ")),__.push('    <\/a>    <div class="source small-text">     <label>'),typeof $.R!="undefined"&&$.R!=null&&__.push($.encode($.R("~/Tmpl/search-mobile/timeseries-content.htm","Source"))),__.push(': <\/label>     <a href="'),typeof sourceLink!="undefined"&&sourceLink!=null&&__.push($.encode(typeof sourceLink=="function"?sourceLink.call($item):sourceLink)),__.push('" target="_blank">'),typeof sourceTitle!="undefined"&&sourceTitle!=null&&__.push($.encode(typeof sourceTitle=="function"?sourceTitle.call($item):sourceTitle)),__.push('<\/a>    <\/div>    <div class="time small-text">     <label>'),typeof $.R!="undefined"&&$.R!=null&&__.push($.encode($.R("~/Tmpl/search-mobile/timeseries-content.htm","Time"))),__.push(": <\/label>     <span>"),typeof timeRange!="undefined"&&timeRange!=null&&__.push($.encode(typeof timeRange=="function"?timeRange.call($item):timeRange)),__.push("("),typeof frequency!="undefined"&&frequency!=null&&__.push($.encode(typeof frequency=="function"?frequency.call($item):frequency)),__.push(')<\/span>    <\/div>   <\/div>   <span class="divider"><\/span>  <\/div>');return __});jQuery.template("value-content",function(n,$item){var $=n,__=[],t=$item.data;with(t)__.push('<div class="search-result value-content">   <div class="value-content result-title">    <a target="_blank" href="'),typeof resultUrl!="undefined"&&resultUrl!=null&&__.push($.encode(typeof resultUrl=="function"?resultUrl.call($item):resultUrl)),__.push('" class="value-link">     <div class="title">      '),typeof resultTitle!="undefined"&&resultTitle!=null&&__.push($.encode(typeof resultTitle=="function"?resultTitle.call($item):resultTitle)),__.push('     <\/div>     <div class="value">      '),typeof value!="undefined"&&value!=null&&__.push($.encode(typeof value=="function"?value.call($item):value)),__.push('     <\/div>     <div class="unit-year">      '),typeof unit!="undefined"&&unit!=null&&(typeof unit=="function"?unit.call($item):unit)&&(__.push("      ("),typeof unit!="undefined"&&unit!=null&&__.push($.encode(typeof unit=="function"?unit.call($item):unit)),__.push(")      <br>      ")),__.push("      in "),typeof year!="undefined"&&year!=null&&__.push($.encode(typeof year=="function"?year.call($item):year)),__.push("     <\/div>    <\/a>    "),typeof isFreeDataset!="undefined"&&isFreeDataset!=null&&(typeof isFreeDataset=="function"?isFreeDataset.call($item):isFreeDataset)?(__.push('    <div class="source small-text">     <label>Source: <\/label>     <a href="'),typeof sourceLink!="undefined"&&sourceLink!=null&&__.push($.encode(typeof sourceLink=="function"?sourceLink.call($item):sourceLink)),__.push('" target="_blank">'),typeof sourceTitle!="undefined"&&sourceTitle!=null&&__.push($.encode(typeof sourceTitle=="function"?sourceTitle.call($item):sourceTitle)),__.push("<\/a>    <\/div>    ")):!0&&__.push('    <div class="source small-text" id="go-to-sign-up-from-mobile">     <a href="/signup" >Sign up free to view source<\/a>    <\/div>    '),__.push("        <\/div>   <\/div>");return __})