<html><head>
<meta http-equiv="Content-Type" content="text/html; charset=Windows-1252">
  </head>
  <body>
    <p>Hi Ranju,</p>
    <p><br>
    </p>
    <p>This is non-intuitive, I think you need:</p>
    <p>&nbsp;</p>
    <p>&quot;date;truncate=4,reverse&quot;</p>
    <p><br>
    </p>
    <p>The truncate=4 will break off the year (e.g. 2021-04-23 becomes
      2021) and the reverse as you might guess reverses the order.&nbsp; Here
      is an example of a view using this configuration:<br>
    </p>
    <p><br>
    </p>
    <p><a class="moz-txt-link-freetext" href="https://eur03.safelinks.protection.outlook.com/?url=http%3A%2F%2Feprints.nottingham.ac.uk%2Fview%2Ftype%2Fconference%3D5Fitem.date.html&amp;data=04%7C01%7Ceprints-tech%40ecs.soton.ac.uk%7Ce443627ea13948149bef08d906458d1e%7C4a5378f929f44d3ebe89669d03ada9d8%7C0%7C0%7C637547718063423301%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&amp;sdata=eKVudWLd4ZJ1x7PeqWn0Kvh3%2B9wMtOfR68Ftz0XP2%2B8%3D&amp;reserved=0" originalSrc="http://eprints.nottingham.ac.uk/view/type/conference=5Fitem.date.html" shash="OVmZsW1K+p4Vb0rVVAKNbxlrlb/37Qqsnk9A5iM3ZZoOO6+UCqDZXmF6GCNlu9/Ta1Q0AAhcPa/s6kPdkOaeiiUYmq6Qsk4/BWPkz5ZczqdPTJZAcht3/kyvA06qZok7KXuJZYh3g8/evcqfiKWQxn0GEyXWEDLuv+6DOWCSw+Y=">http://eprints.nottingham.ac.uk/view/type/conference=5Fitem.date.html</a><br>
    </p>
    <p><br>
    </p>
    <p>Regards</p>
    <p><br>
    </p>
    <p>David Newman</p>
    <p><br>
    </p>
    <div class="moz-cite-prefix">On 23/04/2021 11:20, Ranju Upadhyay via
      Eprints-tech wrote:<br>
    </div>
    <blockquote type="cite" cite="mid:EMEW3|3159bba0cf27a320d19e41269b78ec4ex3MBSs14eprints-tech-bounces|ecs.soton.ac.uk|DB7PR02MB381917F6DD2791DA38A46C1685459@DB7PR02MB3819.eurprd02.prod.outlook.com">
      
      <style type="text/css" style="display:none;">P {margin-top:0;margin-bottom:0;}</style>
      <div style="padding-bottom: 10px; padding-top: 5px;">
        <div style="padding:12px; border:1px solid #8D3970;
          background-color:#F7F9FA; color:#8D3970; font-size:14px;
          line-height:22px; font-family: Calibri, Arial, Helvetica,
          sans-serif;">
          <strong>CAUTION:</strong> This e-mail originated outside the
          University of Southampton.
        </div>
      </div>
      <div>
        <div style="font-family: Calibri, Arial, Helvetica, sans-serif;
          font-size: 12pt; color: rgb(0, 0, 0);">
          Hi list,</div>
        <div style="font-family: Calibri, Arial, Helvetica, sans-serif;
          font-size: 12pt; color: rgb(0, 0, 0);">
          <br>
        </div>
        <div style="font-family: Calibri, Arial, Helvetica, sans-serif;
          font-size: 12pt; color: rgb(0, 0, 0);">
          we have been asked to add group by &quot;date&quot; as an additional
          option on all the views we have. I can do that by adding
          &quot;date&quot; in the variations section (like below) for each view.<br>
        </div>
        <div style="font-family: Calibri, Arial, Helvetica, sans-serif;
          font-size: 12pt; color: rgb(0, 0, 0);">
          <br>
        </div>
        <div style="font-family: Calibri, Arial, Helvetica, sans-serif;
          font-size: 12pt; color: rgb(0, 0, 0);">
          variations =&gt; [
          <div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &quot;creators_name;first_letter&quot;,</div>
          <div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &quot;type&quot;,</div>
          <div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &quot;date&quot;,</div>
          &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &quot;DEFAULT&quot; ],</div>
        <div style="font-family: Calibri, Arial, Helvetica, sans-serif;
          font-size: 12pt; color: rgb(0, 0, 0);">
          <br>
        </div>
        <div style="font-family: Calibri, Arial, Helvetica, sans-serif;
          font-size: 12pt; color: rgb(0, 0, 0);">
          This is fine, only thing is the date is in ascending order
          i.e. oldest one first. We would like it to be the other way
          i.e. newest one first.</div>
        <div style="font-family: Calibri, Arial, Helvetica, sans-serif;
          font-size: 12pt; color: rgb(0, 0, 0);">
          <br>
        </div>
        <div style="font-family: Calibri, Arial, Helvetica, sans-serif;
          font-size: 12pt; color: rgb(0, 0, 0);">
          Would anyone know what do I need to do ? I tried using
          &quot;date;-year&quot;&nbsp; , thinking this might set the date in reverse
          order but that does not seem to work.</div>
        <div style="font-family: Calibri, Arial, Helvetica, sans-serif;
          font-size: 12pt; color: rgb(0, 0, 0);">
          <br>
        </div>
        <div style="font-family: Calibri, Arial, Helvetica, sans-serif;
          font-size: 12pt; color: rgb(0, 0, 0);">
          Any help will be appreciated!</div>
        <div style="font-family: Calibri, Arial, Helvetica, sans-serif;
          font-size: 12pt; color: rgb(0, 0, 0);">
          <br>
        </div>
        <div style="font-family: Calibri, Arial, Helvetica, sans-serif;
          font-size: 12pt; color: rgb(0, 0, 0);">
          Best regards,<br>
          Ranju<br>
        </div>
        <div>
          <div style="font-family: Calibri, Arial, Helvetica,
            sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
            <br>
          </div>
          <div id="Signature">
            <div>
              <div id="divtagdefaultwrapper" dir="ltr" style="font-size:12pt; color:rgb(0,0,0);
font-family:Calibri,Arial,Helvetica,sans-serif,&quot;EmojiFont&quot;,&quot;Apple
                Color Emoji&quot;,&quot;Segoe UI
                Emoji&quot;,NotoColorEmoji,&quot;Segoe UI
                Symbol&quot;,&quot;Android Emoji&quot;,EmojiSymbols">
                <div>
                  <p class="MsoNormal" style="margin-top:0px;
                    margin-bottom:0px; text-autospace:none">
                    <b><span style="font-size:9.0pt;
                        font-family:&quot;Arial&quot;,sans-serif;
                        color:#231F20">Ranju Upadhyay Rai</span></b></p>
                  <p class="MsoNormal" style="margin-top:0px;
                    margin-bottom:0px"><span style="font-size:9.0pt;
                      font-family:&quot;Arial&quot;,sans-serif;
                      color:#231F20">Library Programmer</span></p>
                  <p class="MsoNormal" style="margin-top:0px;
                    margin-bottom:0px"><span style="font-size:9.0pt;
                      font-family:&quot;Arial&quot;,sans-serif;
                      color:#231F20">University Library</span></p>
                  <p class="MsoNormal" style="margin-top:0px;
                    margin-bottom:0px"><span style="">&nbsp;</span></p>
                  <p class="MsoNormal" style="margin-top:0px;
                    margin-bottom:0px; text-autospace:none">
                    <b style=""><span style="font-size:12.0pt;
                        font-family:Arial-BoldMT; color:#231F20"><span style=""></span></span></b></p>
                  <p class="MsoNormal" style="margin-top:0px;
                    margin-bottom:0px; text-autospace:none">
                    <span style="font-size:9.0pt;
                      font-family:&quot;Arial&quot;,sans-serif;
                      color:#231F20">Ollscoil Mhá Nuad, Maigh Nuad, Co.
                      Chill Dara, Éire, W23 VP22<br>
                    </span></p>
                  <p class="MsoNormal" style="margin-top:0px;
                    margin-bottom:0px; text-autospace:none">
                    <span style="font-size:9.0pt;
                      font-family:&quot;Arial&quot;,sans-serif;
                      color:#231F20">Maynooth University, Maynooth, Co.
                      Kildare, Ireland, W23 VP22</span></p>
                  <p class="MsoNormal" style="margin-top:0px;
                    margin-bottom:0px; text-autospace:none">
                    <span style="font-size:9.0pt;
                      font-family:&quot;Arial&quot;,sans-serif;
                      color:#231F20"><img class="EmojiInsert" style="max-width:100%" data-outlook-trace="F:1|T:1" src="cid:part1.F4771EEA.83B3A38B@ecs.soton.ac.uk">
                      <br>
                    </span></p>
                  <p class="MsoNormal" style="margin-top:0px;
                    margin-bottom:0px; text-autospace:none">
                    <b><span style="font-size:9.0pt;
                        font-family:&quot;Arial&quot;,sans-serif;
                        color:#231F20">T:
                      </span></b><span style="font-size:9.0pt;
                      font-family:&quot;Arial&quot;,sans-serif;
                      color:#231F20">+353 1 708 3378&nbsp;
                      <b>M: </b>+353 87 98 43811</span></p>
                  <p class="MsoNormal" style="margin-top:0px;
                    margin-bottom:0px; text-autospace:none">
                    <span style="font-size:9.0pt;
                      font-family:&quot;Arial&quot;,sans-serif;
                      color:#231F20"><a href="mailto:YourEmailHere@nuim.ie" moz-do-not-send="true"><span style="color:blue">Ranju.Upadhyay@mu.ie</span></a>
                      <b>W: <a href="https://eur03.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.maynoothuniversity.ie%2F&amp;data=04%7C01%7Ceprints-tech%40ecs.soton.ac.uk%7Ce443627ea13948149bef08d906458d1e%7C4a5378f929f44d3ebe89669d03ada9d8%7C0%7C0%7C637547718063433257%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&amp;sdata=UNjVhVXWJnHHjr6EDhL05eDVMFjtqlIv6H3ljx6Cti4%3D&amp;reserved=0" originalSrc="http://www.maynoothuniversity.ie/" shash="Dyv7EHy58h+Zy+ASlpK4aQHx+CN5FNVUpqT5x7G9dNkXRFA6DA0LVgYFa08EGiaDDJJW8eB0Js4uu3fU6kTB6X4ImsbKzInr2M3NuM98LicyvTiJRuVkY4o2abjYLFiebfVI5WZyajBPDNwvODMczGYW0EYT4KJ2Dy7eiECD47U=" originalsrc="http://www.maynoothuniversity.ie/" shash="gRPKXl66befbx2KUWAsu6eGJ5EUOk2A0EPnNHMf5e9jUmbnmnYX0sIGAMDFkh4A0Ofd7qDP3sb/V7IszlfSCQhYNrWsZKvGUm3B/+Ff1vAgIVtlPUYdbsRtbJx1h26Eb6bapQTSDyrGAfc6yU7GVaIOjn38z9UeW+FX9su/ASG4=" moz-do-not-send="true"><span style="color:blue; font-weight:normal">www</span><span style="color:blue">.</span><span style="color:blue; font-weight:normal">maynoothuniversity.ie/library</span></a></b></span></p>
                </div>
              </div>
              <div dir="ltr" style="font-size:12pt; color:rgb(0,0,0);
font-family:Calibri,Arial,Helvetica,sans-serif,&quot;EmojiFont&quot;,&quot;Apple
                Color Emoji&quot;,&quot;Segoe UI
                Emoji&quot;,NotoColorEmoji,&quot;Segoe UI
                Symbol&quot;,&quot;Android Emoji&quot;,EmojiSymbols">
                <br>
              </div>
              <div dir="ltr" style="font-size:12pt; color:rgb(0,0,0);
font-family:Calibri,Arial,Helvetica,sans-serif,&quot;EmojiFont&quot;,&quot;Apple
                Color Emoji&quot;,&quot;Segoe UI
                Emoji&quot;,NotoColorEmoji,&quot;Segoe UI
                Symbol&quot;,&quot;Android Emoji&quot;,EmojiSymbols">
                <p style="font-size:11pt;
                  font-family:Calibri,sans-serif; margin:0"><span style="color:#767171; font-size:9pt">All personal
                    data received by the Library will be held safely and
                    securely in compliance with the EU General Data
                    Protection Regulation (GDPR) and the Data Protection
                    Act (Ireland) 2018. The Library may retain personal
                    data for operational, statistical and archival
                    purposes. For further information&nbsp;please consult the
                    University's&nbsp;Data Protection Policy:&nbsp;<a href="https://eur03.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.maynoothuniversity.ie%2Fdata-protection&amp;data=04%7C01%7Ceprints-tech%40ecs.soton.ac.uk%7Ce443627ea13948149bef08d906458d1e%7C4a5378f929f44d3ebe89669d03ada9d8%7C0%7C0%7C637547718063433257%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&amp;sdata=t1MA7jTc0fA0yVS14DnRu2tDVPzEaqU2YGGNwfIaXtI%3D&amp;reserved=0" originalSrc="http://www.maynoothuniversity.ie/data-protection" shash="RrS7YB/FeCVfghWg2L4/mnOhiyZzM9bRls6TovxKDjfHAdl/l26ymYv8FpsyVArPv/rEAyFIIrao9OQKea9FZVMX/zTss9OpKHsJvA57x4kQLs0v0+y4izS/2lCZfNOHCCcGKBx8PAeaq8eq+ue/DWuD0R3WGzGFRDAEW2//f6E=" originalsrc="http://www.maynoothuniversity.ie/data-protection" shash="gATM7yvby9ZZ5iE5MOMwtGohe5a85oiIkJ3czpTYXSli2eDIHoKNlsqudwbF7Hel2si/wVqnONkyGF9q9t+HqHqu8K8jBlH/Jozgix7XlbUJbAHw6DJmGdSNcA8OpJe4+43L9/TZEyZ6Jeg8VMyPHOy6Op25IPHqK1z4j5R+Yms=" target="_blank" rel="noopener noreferrer" moz-do-not-send="true"><span>www.maynoothuniversity.ie/data-protection</span></a>&nbsp;or
                    contact the MU&nbsp;Data Protection Officer, at&nbsp;<a href="mailto:dataprotection@mu.ie" target="_blank" rel="noopener noreferrer" moz-do-not-send="true"><span>dataprotection@mu.ie</span></a>.</span></p>
                <p style="font-size:11pt;
                  font-family:Calibri,sans-serif; margin:0"><span style="color:#767171; font-size:9pt">&nbsp;</span></p>
                <p style="font-size:11pt;
                  font-family:Calibri,sans-serif; margin:0"><span style="color:#767171; font-size:9pt">An t-eolas
                    pearsanta ar fad a fhaigheann an Leabharlann bíonn
                    sé slán agus sabháilte faoina coimirce ar mhaithe le
                    Rialachán Ginearálta maidir le Cosaint Sonraí an
                    Aontais Eorpaigh agus leis an Acht um Chosaint
                    Sonraí (Éire) 2018 a chomhlíonadh. D’fhéadfadh an
                    Leabharlann eolas pearsanta a choimead ar chúiseanna
                    oibríochta, staitistiúil agus cartlainne. Le
                    haghaidh tuilleadh eolais, téigh i gcomhairle le
                    Polasaí &nbsp;na hOllscoile um Chosaint Sonraí: </span><span style="color:#767171; font-size:9pt"><a href="https://eur03.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.maynoothuniversity.ie%2Fdata-protection&amp;data=04%7C01%7Ceprints-tech%40ecs.soton.ac.uk%7Ce443627ea13948149bef08d906458d1e%7C4a5378f929f44d3ebe89669d03ada9d8%7C0%7C0%7C637547718063443214%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&amp;sdata=qf3iP0mE3Ui93jYpxVAjDp3apMQ0ZTeZUARKJGYiuJ8%3D&amp;reserved=0" originalSrc="http://www.maynoothuniversity.ie/data-protection" shash="HOxxj/YWzrb97KMAiYiIjqfa2kZZu2a1OgJgl6RGG8khQTMm8E7OICsU8Sr8/yD6B+y99t3bl0Y5IbUXb+S0t28HR8RaGPc8IDbt1d+d1SjDpIoLPquH3wg+JLzRvIufWZoMD+bSoGiKAc5zUwn9dJSH3vEUtyBHxy8tAha9ykk=" originalsrc="http://www.maynoothuniversity.ie/data-protection" shash="hcT9JYs1qss2R3mbqVKX8+EnEkSdjthiwUFSYUGAXT94KnjNxHeE03ujPK9OvJin0Os+0qKwtaWv4jqIOugHcH99zZeyiLlA9C1hxNdkwhdB1sIXuBcAr3vY3C1W9socpjXS5HWYP380yfy5ua+ODmej9QJXr7s6q9hk/2qVc6I=" target="_blank" rel="noopener noreferrer" moz-do-not-send="true"><span>www.maynoothuniversity.ie/data-protection</span></a>
                    nó téigh i dteagmháil le hOifigeach Cosanta Sonraí
                    na hOllscoile ag <a href="mailto:dataprotection@mu.ie" target="_blank" rel="noopener noreferrer" moz-do-not-send="true">
                      <span>dataprotection@mu.ie</span></a></span><span style="font-size:9pt">.</span></p>
                <br>
              </div>
            </div>
          </div>
        </div>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <pre class="moz-quote-pre" wrap="">*** Options: <a class="moz-txt-link-freetext" href="http://mailman.ecs.soton.ac.uk/mailman/listinfo/eprints-tech">http://mailman.ecs.soton.ac.uk/mailman/listinfo/eprints-tech</a>
*** Archive: <a class="moz-txt-link-freetext" href="https://eur03.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.eprints.org%2Ftech.php%2F&amp;data=04%7C01%7Ceprints-tech%40ecs.soton.ac.uk%7Ce443627ea13948149bef08d906458d1e%7C4a5378f929f44d3ebe89669d03ada9d8%7C0%7C0%7C637547718063443214%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&amp;sdata=sDOQa%2Bne48zOJCTeezFlWGowOEEQ82PQX44mbSxOKbE%3D&amp;reserved=0" originalSrc="http://www.eprints.org/tech.php/" shash="wonfUKTj5DbE/ChQlJ9TirsbW62pYB9giqLPt2eGYWu1NmgbdwK0EubRQS96UZbbB2dpzKKkKr8MCkbqIvzr6LJ3uKcWkEHBkB5rRKyOAVaHMSy+l6ZU7hCNBGHZ/S64zAN7TTJICh4xg/+KoXwsjMyhETustSs5CxPm0E8WUrQ=">http://www.eprints.org/tech.php/</a>
*** EPrints community wiki: <a class="moz-txt-link-freetext" href="https://eur03.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwiki.eprints.org%2F&amp;data=04%7C01%7Ceprints-tech%40ecs.soton.ac.uk%7Ce443627ea13948149bef08d906458d1e%7C4a5378f929f44d3ebe89669d03ada9d8%7C0%7C0%7C637547718063453172%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&amp;sdata=NSOMjHnpS6dAU7yEEBF55h7Jj3rRnqtwN9c%2FxVEwtzM%3D&amp;reserved=0" originalSrc="http://wiki.eprints.org/" shash="Ev4kH99ZrVKnoPrDg0ZPgLRveC7eSe6fA4ovPyFimU1G6siOdzsUgsu//EODidp/4M9ERl+pvbpUUhf5xL8bpBNzz+wCUR1nb4WebRBVoT4dLifSFDkeElwdKITHEuzowqD54CX+zE5N7SM8m1e2dbW9HPKN/WjiV0TpW1qgay4=">http://wiki.eprints.org/</a></pre>
    </blockquote>
  <div id="DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2"><br>
<table style="border-top: 1px solid #D3D4DE;">
        <tr>
        <td style="width: 55px; padding-top: 13px;"><a href="https://eur03.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.avg.com%2Femail-signature%3Futm_medium%3Demail%26utm_source%3Dlink%26utm_campaign%3Dsig-email%26utm_content%3Demailclient&amp;data=04%7C01%7Ceprints-tech%40ecs.soton.ac.uk%7Ce443627ea13948149bef08d906458d1e%7C4a5378f929f44d3ebe89669d03ada9d8%7C0%7C0%7C637547718063453172%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&amp;sdata=pdghtcUBgZHw%2BKNwu30wKrrq65VcodQjw7pN%2BNEhYL0%3D&amp;reserved=0" originalSrc="http://www.avg.com/email-signature?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=emailclient" shash="xCiQhPs4Wipxv0luHZJKCW0Rgnw4IcmLy5ZPJjTasSf4x3gDMufYvbge/5uK3MK5o+GB6LOYtv5yQtD1NhQk5gmKggaALsygWazlQ0RaZ/MjVJpWwJAhoEpz5JpMxLoCyur+3Bvne2TgbyPZ0MLP3KzXAxofbYPXUtCGgRLw548=" target="_blank"><img src="https://ipmcdn.avast.com/images/icons/icon-envelope-tick-green-avg-v1.png" alt="" width="46" height="29" style="width: 46px; height: 29px;"></a></td>
                <td style="width: 470px; padding-top: 12px; color: #41424e; font-size: 13px; font-family: Arial, Helvetica, sans-serif; line-height: 18px;">Virus-free. <a href="https://eur03.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.avg.com%2Femail-signature%3Futm_medium%3Demail%26utm_source%3Dlink%26utm_campaign%3Dsig-email%26utm_content%3Demailclient&amp;data=04%7C01%7Ceprints-tech%40ecs.soton.ac.uk%7Ce443627ea13948149bef08d906458d1e%7C4a5378f929f44d3ebe89669d03ada9d8%7C0%7C0%7C637547718063463131%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&amp;sdata=eDGGWofY4S%2F2iGdBHK4FQV9PVxMBO2jjI9oB6FINc%2B0%3D&amp;reserved=0" originalSrc="http://www.avg.com/email-signature?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=emailclient" shash="sJpz4aq2FlUL45smf4kW9JokOGx8by1HCikhA+giEoluNiwUDuWAuFSrV2gYFgu5NENPXaOlH6sNpClhd3K6VPfEtc78LZecC2SCrsP4Ke830sSwCB5KS6OISpXXIcg/ERbigp9pZIL5VQ1Fpw4aMwFOati7sa9CeUvnjyKMh/w=" target="_blank" style="color: #4453ea;">www.avg.com</a>
                </td>
        </tr>
</table><a href="#DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2" width="1" height="1"> </a></div></body>
</html>