<!doctype html>
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
 <meta name="format-detection" content="telephone=no"> 
 <!-- <meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0; user-scalable=no;"/> -->
 <meta http-equiv="X-UA-Compatible" content="IE=9; IE=8; IE=7; IE=EDGE" />

 <title>Transactional Email</title>
 
<style>
 /* -------------------------------------
 GLOBAL RESETS
 ------------------------------------- */
 
 /*All the styling goes here*/
 
 img {
 border: none;
 -ms-interpolation-mode: bicubic;
 max-width: 100%; 
 }

 body {
 background-color: #fff;
 font-family: sans-serif;
 -webkit-font-smoothing: antialiased;
 font-size: 14px;
 line-height: 1.4;
 margin: 0;
 padding: 0;
 -ms-text-size-adjust: 100%;
 -webkit-text-size-adjust: 100%; 
 }

 table {
 border-collapse: separate;
 mso-table-lspace: 0pt;
 mso-table-rspace: 0pt;
 width: 100%; }
 table td {
 font-family: sans-serif;
 font-size: 14px;
 vertical-align: top; 
 }

 /* -------------------------------------
 BODY & CONTAINER
 ------------------------------------- */

 .body {
 background-color: #fff;
 width: 100%; 
 }
 .block1{
 border-top: 10px solid #F0F5F6;
 border-right: 10px solid #F0F5F6;
 border-left: 10px solid #F0F5F6;
 }
 .blockMiddle{
 border-right: 10px solid #F0F5F6;
 border-left: 10px solid #F0F5F6;
 }
 .blocklast{
 border-right: 10px solid #F0F5F6;
 border-left: 10px solid #F0F5F6;
 border-bottom: 10px solid #F0F5F6;
 }
 .block-offer{
 background-color: #2698D4;
 padding: 16px;
 border-radius: 4px;
 }
 .off{
 padding: 12px;
 background-color: #fff;
 vertical-align: top;
 width: 36%!important;
 border-radius: 4px;
 }
 .off h1 span{
 font-size: 28px!important;
 color: #2698D4!important;
 }
 .off span{
 font-size: 20px!important;
 color: #2698D4!important;
 }
 .off h1{
 margin: 0!important;
 font-size: 68px!important;
 font-weight: normal;
 color: #2698D4!important;
 }
 .offer-text{
 color: #fff;
 padding-left: 14px;
 vertical-align: top;
 font-size: 18px;
 }
 .offer-btn{
 background-color: #fff;
 border-radius: 20px;
 color: #000!important;
 border: 0px;
 padding: 6px 12px;
 margin-top: 12px;
 font-size: 18px;
 text-decoration: none;
 }

 .pl-10{
 padding-left: 10px;
 }
 .manageBtn{
 background-color: #fff;
 border: 1px solid #2698d4;
 color: #2698d4;
 }
 .manageBtn:hover{
 border: 1px solid #222;
 color: #222;
 }
 .faqBtn{
 padding: 10px 12px;
 border-radius: 50px!important;
 text-decoration: none;
 border: 1px solid #2698d4;
 color: #2698d4!important;
 border-radius: 50px!important;
 }
 .faqBtn:hover{
 border: 1px solid #222;
 color: #222!important;
 }
 .box{
 padding: 12px;
 }
 .border-1
 {
 border: 1px solid;
 }
 .border-r-12{
 border-radius: 12px;
 }
 .border-color-primary{
 border-color: #3498db;
 }
 /* Set a max-width, and make it display as block so it will automatically stretch to that width, but will also shrink down on a phone or something */
 .container {
 display: block;
 margin: 0 auto !important;
 /* makes it centered */
 max-width: 642px;
 padding: 10px;
 width: 642px; 
 }
 .container_floor{
 display: block;
 margin: 0 auto !important;
 /* makes it centered */
 padding: 10px;
 width: 100%;
 background-color: #f6f6f6;
 }

 /* This should also be a block element, so that it will fill 100% of the .container */
 
 .content {
 box-sizing: border-box;
 display: block;
 margin: 0 auto;
 max-width: 642px;
 padding: 0px; 
 border-top: 4px solid #2DA0E5;
 border-bottom: 1px solid #F0F5F6;
 border-left: 1px solid #F0F5F6;
 border-right: 1px solid #F0F5F6;
 } 

 /* -------------------------------------
 HEADER, FOOTER, MAIN
 ------------------------------------- */
 .main {
 background: #ffffff;
 border-radius: 0px;
 width: 100%; 
 }

 .bg-info {
 background: #ecf0f5;
 }
 .bg-orange {
 background: #f5f1ec;
 }

 .text-success{
 color:#3ac47d !important;
 }

 .wrapper {
 box-sizing: border-box;
 padding: 20px; 
 }

 .content-block {
 padding-bottom: 10px;
 padding-top: 10px;
 }

 .footer {
 clear: both;
 text-align: center;
 width: 100%; 
 background-color: #fff;
 }
 .footer td,
 .footer p,
 .footer span,
 .footer a {
 color: #999999;
 font-size: 12px;
 text-align: center; 
 }

 /* -------------------------------------
 TYPOGRAPHY
 ------------------------------------- */
 h1,
 h2,
 h3,
 h4 {
 color: #000000;
 font-family: sans-serif;
 font-weight: 400;
 line-height: 1.4;
 margin: 0;
 margin-bottom: 30px; 
 }

 h1 {
 font-size: 35px;
 font-weight: 300;
 text-align: center;
 text-transform: capitalize; 
 }

 p,
 ul,
 ol {
 font-family: sans-serif;
 font-size: 14px;
 font-weight: normal;
 margin: 0;
 margin-bottom: 15px; 
 }
 p li,
 ul li,
 ol li {
 list-style-position: inside;
 margin-left: 5px; 
 }

 a {
 color: #3498db;
 text-decoration: underline; 
 }

 /* -------------------------------------
 BUTTONS
 ------------------------------------- */
 .btn {
 box-sizing: border-box;
 width: 100%; }
 .btn > tbody > tr > td {
 padding-bottom: 15px; }
 .btn table {
 width: auto; 
 }
 .btn table td {
 background-color: #ffffff;
 border-radius: 5px;
 text-align: center; 
 }
 .btn a {
 box-sizing: border-box;
 color: #3498db;
 border-radius:5px;
 cursor: pointer;
 display: inline-block;
 font-size: 14px;
 font-weight: bold;
 margin: 0;
 padding: 12px 25px;
 text-decoration: none;
 text-transform: capitalize; 
 }

 .btn-primary table td {
 background-color: #3498db; 
 }

 .btn-primary a {
 border-radius: 5px;
 background-color: #3498db;
 border-color: #3498db;
 color: #ffffff; 
 }

 .btn-orange a{
 background-color: #e47f38;
 border: 1px solid #e47f38;
 border-radius: 5px;
 color: #fff!important;
 }
 .btn-outline-primary a{
 background-color: #fff;
 border: 1px solid #3498db;
 border-radius: 5px;
 color: #3498db!important;
 }
 .btn-outline-orange a{
 background-color: #fff;
 border: 1px solid #e47f38;
 border-radius: 5px;
 color: #e47f38!important;
 }
 /* -------------------------------------
 OTHER STYLES THAT MIGHT BE USEFUL
 ------------------------------------- */
 .rounded{
 border-radius: 0.35rem;
 }
 .last {
 margin-bottom: 0; 
 }

 .first {
 margin-top: 0; 
 }

 .align-center {
 text-align: center; 
 }

 .align-right {
 text-align: right; 
 }

 .align-left {
 text-align: left; 
 }

 .clear {
 clear: both; 
 }

 .mt0 {
 margin-top: 0; 
 }

 .mb0 {
 margin-bottom: 0; 
 }

 .preheader {
 color: transparent;
 display: none;
 height: 0;
 max-height: 0;
 max-width: 0;
 opacity: 0;
 overflow: hidden;
 mso-hide: all;
 visibility: hidden;
 width: 0; 
 }

 .powered-by a {
 text-decoration: none; 
 }

 hr {
 border: 0;
 border-bottom: 1px solid #f6f6f6;
 margin: 20px 0; 
 }

 .font-2x {font-size:18px;}
 .font-3x {font-size:20px;}
 .font-4x {font-size:22px;}
 .text-muted {font-color:#3498db;}

 /* -------------------------------------
 RESPONSIVE AND MOBILE FRIENDLY STYLES
 ------------------------------------- */
 @media only screen and (max-width: 620px) {
 table[class=body] h1 {
 font-size: 28px !important;
 margin-bottom: 10px !important; 
 }
 table[class=body] ul,
 table[class=body] ol,
 table[class=body] td,
 table[class=body] span,
 table[class=body] a {
 font-size: 16px !important; 
 }
 table[class=body] .wrapper,
 table[class=body] .article {
 padding: 10px !important; 
 }
 table[class=body] .content {
 padding: 0 !important; 
 }
 table[class=body] .container {
 padding: 0 !important;
 width: 100% !important; 
 }
 table[class=body] .main {
 border-left-width: 0 !important;
 border-radius: 0 !important;
 border-right-width: 0 !important; 
 }
 table[class=body] .btn table {
 width: 100% !important; 
 }
 table[class=body] .btn a {
 width: 100% !important; 
 }
 table[class=body] .img-responsive {
 height: auto !important;
 max-width: 100% !important;
 width: auto !important; 
 }
 }

 /* -------------------------------------
 PRESERVE THESE STYLES IN THE HEAD
 ------------------------------------- */
 @media all {
 .ExternalClass {
 width: 100%; 
 }
 .ExternalClass,
 .ExternalClass p,
 .ExternalClass span,
 .ExternalClass font,
 .ExternalClass td,
 .ExternalClass div {
 line-height: 100%; 
 }
 .apple-link a {
 color: inherit !important;
 font-family: inherit !important;
 font-size: inherit !important;
 font-weight: inherit !important;
 line-height: inherit !important;
 text-decoration: none !important; 
 }
 #MessageViewBody a {
 color: inherit;
 text-decoration: none;
 font-size: inherit;
 font-family: inherit;
 font-weight: inherit;
 line-height: inherit;
 }
 .btn-primary table td:hover {
 background-color: #34495e !important; 
 }
 .btn-primary a:hover {
 background-color: #34495e !important;
 border-color: #34495e !important; 
 }
 .btn-orange a:hover {
 background-color: #fff!important;
 color: #e47f38!important;
 }
 .btn-orange a:hover {
 background-color: #fff!important;
 color: #e47f38!important;
 }
 .btn-outline-primary a:hover{
 background-color: #3498db!important;
 color: #fff!important;
 }
 .btn-outline-orange a:hover{
 background-color: #e47f38!important;
 color: #fff!important;
 }
 .btn-danger{
 color: #fff;
 background-color: #da624a;
 border-color: #da624a;
 }
 .btn-danger.btn-shadow{
 box-shadow: 0 0.125rem 0.625rem rgba(218,98,74,0.4), 0 0.0625rem 0.125rem rgba(218,98,74,0.5);
 }
 .btn-default{
 padding: .5rem .5rem;
 line-height: 1.5;
 border-radius: .3rem;
 }
 .btn-lg{
 padding: .5rem 1rem;
 font-size: 1.25rem;
 line-height: 1.5;
 border-radius: .3rem;
 }
 .btn-wide{
 padding: .5rem 2rem;
 line-height: 1.5;
 border-radius: .3rem; 
 }
 .btn-lg.btn-wide{
 padding: .5rem 2rem;
 font-size: 1.125rem;
 line-height: 1.5;
 border-radius: .3rem;
 }
 .btn.btn-wide{
 padding: .375rem 1.5rem;
 font-size: .81818rem;
 line-height: 1.5;
 border-radius: .25rem;
 }
 .text-center{
 text-align:center;
 } 
 }

 </style>
 </head>
 <body>

 <table role="presentation" border="0" cellpadding="0" cellspacing="0" class="body">
 <tr>
 <td cellpadding="0" cellspacing="0" border="0" height="1"; style="line-height: 1px; min-width: 500px;">
 <img src="spacer.gif" width="600" height="1" style="display: block; max-height: 1px; min-height: 1px; min-width: 500px; width: 514px;"/>
 </td>
 </tr>
 </tr>
 <tr>
 <td class="container">
 <div class="content">
 <!-- START MAIN HEADER AREA -->
 <table>
 <tbody>
 <tr>
 <td class="pl-10">
 <img src="https://c1.10times.com/images/bootlogo.png" vspace="10"> 
 </td>
 <td align="right">
 <div style="padding: 10px 10px 0px;font-size: 20px;font-weight: bold;color: #4aa3df;">DASHBOARD</div>
 </td>
 </tr>
 </tbody>
 </table>
 <!-- END MAIN HEADER AREA -->

<table role="presentation" class="main block1" style="background:#ffffff">

<!-- START MAIN CONTENT AREA -->
<tr>
 <td class="wrapper" style="padding:0px!important;">
 <img src='https://c1.10times.com/odash/image/christmas_offer_header.png'> <table role="presentation" border="0" cellpadding="0" cellspacing="0" style="color:#000000">
 <tr >
 <td style="padding:0px 20px 0px 20px!important;">
 
 <p>Dear Partner,<br><br>We appreciate your support in 2023 and we wish you and your family a very happy and prosperous new year.<br></p><p align='center'> <span class='font-3x' style='color:black'><b>Access your events with more engagement opportunities this year on personalized Dashboard</b></span><br><br> We are committed to providing you with more opportunities to reach relevant audiences.<br>Get a custom tailored experience for your event and get the most out of it.</p> <div align="center"><br><a style="border: 1px solid #3498db;color: #3498db;padding: 8px;text-decoration: none;border-radius: 4px;" href="http://links.10times.com/ls/click?upn=OgPpT9TtyhB1fTWAcfhBKkQbBAPfKKz3ShPqmW0IS3UWdUDm2jKcgfaCv4vAo3BzjIr7-2FIYAMdvIwc0YR4o-2Br9J7HDLHjCouHxzmE3YBFRk7gdoMD3ljYe-2BI7EEgaRtlLCtRzPLn9ivaU9WHD1SRIyDR6-2Bv9MdPn3kLbUe-2BM820WxR0FTtVwhtYFhOEQNqUC-2Fj-2BgewrDX1-2Fnk4vVz-2FplF7wJGW9KccNTKUmsNdL4BCbWMeX5veJIvq0kzJdtPAFpIVmWcnDKv7n6d-2FjFMB3Vhw-3D-3DasZ-_N5kVcsymKy-2B2q-2B5XkVaysf2duXj3nOkEgKyz2LUy2mYBE-2FuT8OyorZsukZ7kaRQ1s52eRcGOQANDoB3vLOo-2B6A2YwVgvMQGS1LQrzqoI9PMoyDy-2F8xQR31grfj62T0BXf90yRmuBbfVB-2FauHc44G0AN7HAFwPHhgygiMduyZ7zOvIw9CGDCvX0yWokqn008-2BKuCVivPeu5Sc09D-2Bf9eFeGEtETVG6Md4fSM34mERdasCCaYwk2u3-2BKv0jjbqqqsf5pjr3F4Jtc2ybuz8-2B8-2BTTf9XGwGzRvRyIDXY-2BDi54iFA7FZRee5MRV3d2eYMZLHCyeofeLtW4Nu3mUnnxbYke-2FkfAc4mWhjE-2BTxvlHu7JrjMkHOO4kGrOKBcLXHZvXly" target="_blank">TRY NOW</a></div><br><br><b>Get all new experience on Partner Dashboard this year</b><br><ul style="margin-bottom:0px;line-height:26px;"><li>All new features to get global footprints and more engagements</li>
 <li>Explore a better experience with custom tailored event dashboard</li>
 <li>Marketing options to optimize and reach targeted audiences</li>
 <li>Connect with potential intents and get more conversions</li>
 <li>Additional features to enrich your event marketing experience</li></ul>
 <i>and much more....</i> <br>
 </td>
 </tr>
 </table>
 </td>
</tr>
<!-- END MAIN CONTENT AREA -->
</table><table role="presentation" class="main blockMiddle" style="background:#fff">
<!-- START MAIN CONTENT AREA -->
<tr>
 <td class="wrapper">
 <table>
 <tr>
 <td align = 'center'>
 </td>
 </tr>
 <tr>
 <td>
 <a href="http://links.10times.com/ls/click?upn=OgPpT9TtyhB1fTWAcfhBKkQbBAPfKKz3ShPqmW0IS3UWdUDm2jKcgfaCv4vAo3BzjIr7-2FIYAMdvIwc0YR4o-2Br6ji56tX6w5EwHXL2SqnrY-2FLqf0LkQZ0wmrao-2B-2FI4cKBPYJaQdjzPgFl52fZohD3f9baP-2FCbZ-2BeyQpx3S0fzYs8HNVg-2FgJA41e6phFGujB-2BBVh7rZTVuxcMoAsdEWeXNxrprwIpP41wETiZVZeI9ycIc14SOTexU2y-2FazTzNdXc0fptpNZ022JKOKLW6FBeqxijRmbx3lM7cK-2BEdZpZGNVw-3DNk1O_N5kVcsymKy-2B2q-2B5XkVaysf2duXj3nOkEgKyz2LUy2mYBE-2FuT8OyorZsukZ7kaRQ1s52eRcGOQANDoB3vLOo-2B6A2YwVgvMQGS1LQrzqoI9PMoyDy-2F8xQR31grfj62T0BXf90yRmuBbfVB-2FauHc44G0EVbb2zxm1rU9y4J83S9IulJ-2FzqyWgF-2B87j8gyCHaETue99EYmY3rqxfuiMTLbJwLGASYi2FaV-2FR1y2-2BMEcm-2FFQd6-2FaVJ5Zib2xIlAbrWhoIZ5yW0P3ROt62so8cmMcp3NRujT-2FmpKmTGroh7Y-2BGgB41FJz8ujOAmirjFn1gAYtTBNK3D-2FTUWwDoQytlKPewU13tZ-2BYO6ZP4BNyqDgVCVYSPgmBQXfAncCluS6KZKCm9"><img src="https://c1.10times.com/odash/image/event_intents_banner.png"></a> </td>
 </tr>
 </table>
 </td>
</tr>
<!-- END MAIN CONTENT AREA -->
</table> 

<table role="presentation" class="main blocklast" style="background:#fff">
<!-- START MAIN CONTENT AREA -->
<tr>
 <td class="wrapper" style="padding-top:0;">
 <table role="presentation" border="0" cellpadding="0" cellspacing="0" style="color:#999999; padding-top:22px; border-top:2px solid lightgrey;">
 <tr >
 <td style="vertical-align:middle!important">
 <center class="font-4x" style="color:grey">Have Questions?</center>
 <br>
 <center><a class="faqBtn" href="http://links.10times.com/ls/click?upn=OgPpT9TtyhB1fTWAcfhBKpV7hzmV9D6c2m23j6pdxTcPA8DS6knSah7ZlhS-2F5pyj07d1_N5kVcsymKy-2B2q-2B5XkVaysf2duXj3nOkEgKyz2LUy2mYBE-2FuT8OyorZsukZ7kaRQ1s52eRcGOQANDoB3vLOo-2B6A2YwVgvMQGS1LQrzqoI9PMoyDy-2F8xQR31grfj62T0BXf90yRmuBbfVB-2FauHc44G0AIxy4qaQ9VD0YThqaYScR5RW-2FkG8tUxcdTGaYVIPsyNG9CfY-2BiAkA7dvbwui55hhK9fPXJz0L2RtXx4-2Fc3x-2BK3oksTESNghndPeWp4mr16rdCvUS7-2Berxz7oML5aE7-2FxPT0D7Dkb6yFnc-2Ffzd8-2FVv-2Bb-2BHgoYFlPbs4pr1unWzpIxB9UfEH1FSbG82c67-2FHOL8RdrGhK1zOt0f9gXypZTboxnvQi3TQgbX-2B6I9iH8-2FDM" target="_blank">Visit FAQ's / Helpdesk</a></center>
 <p></p>
 
 </td>
 <td style="text-align:center;">
 <a style="cursor: pointer" href="http://links.10times.com/ls/click?upn=OgPpT9TtyhB1fTWAcfhBKpV7hzmV9D6c2m23j6pdxTfMcmsQBvBMcz39xOy52UvCwd-2BqWlFxONduEwVmCryx-2Bq-2FgUwdOl7aDqULi0-2BUHAPfUUE5qBKyG1s3dPeVERPAtMZH-2BujRKOhpapQ8HgBad3Eeei3XbkxF-2FOiTSC6Emd5ljlgDCzhXg-2BH2j0cs5fzAybeQgdb0I-2F407fNAGu7P5jQ-3D-3DE0gg_N5kVcsymKy-2B2q-2B5XkVaysf2duXj3nOkEgKyz2LUy2mYBE-2FuT8OyorZsukZ7kaRQ1s52eRcGOQANDoB3vLOo-2B6A2YwVgvMQGS1LQrzqoI9PMoyDy-2F8xQR31grfj62T0BXf90yRmuBbfVB-2FauHc44G0P-2FCwpzT-2BvyztXo0Plchf0sIEHbs8-2B6XRpyZA7qJAH3XFVgl1bGsQCIKxbVeKhGcUh2O96ezbidJ9uE7ZzDYYs03PmLP6CA1DIe6GgfUjCUPjuS9NVTu1gFpEkJv6KuBSx-2FTp7jnW69fvI7mkeV2D3H0ShlGtufBU4NtDPtjfNw4dzHM9XWPNji9OchUgS7ohVBlFM3d8BNZJYY4KgOxO8N3VI9IAwduti863iSUkui1" target="_blank">
 <img style="width:26px;height:40px" src="https://c1.10times.com/odash/image/eva_2.png"/></a>
 <p style="margin-top:5px; color: grey;">
 <a style="border-radius:5px; padding:.05rem .25rem; color:grey!important; text-decoration: none;" href="http://links.10times.com/ls/click?upn=OgPpT9TtyhB1fTWAcfhBKpV7hzmV9D6c2m23j6pdxTfMcmsQBvBMcz39xOy52UvCwd-2BqWlFxONduEwVmCryx-2Bq-2FgUwdOl7aDqULi0-2BUHAPfUUE5qBKyG1s3dPeVERPAtMZH-2BujRKOhpapQ8HgBad3Eeei3XbkxF-2FOiTSC6Emd5ljlgDCzhXg-2BH2j0cs5fzAybeQgdb0I-2F407fNAGu7P5jQ-3D-3Dq2IJ_N5kVcsymKy-2B2q-2B5XkVaysf2duXj3nOkEgKyz2LUy2mYBE-2FuT8OyorZsukZ7kaRQ1s52eRcGOQANDoB3vLOo-2B6A2YwVgvMQGS1LQrzqoI9PMoyDy-2F8xQR31grfj62T0BXf90yRmuBbfVB-2FauHc44G0P8tYeYOgO-2FO2X6AcXGkCZGAoCbrm2sH1kimEVPfffxFdEyIQ-2BhdJDvjodp37dFxTJ6V-2BaF0p9dLogoA4FgdokjCMGbscp-2FlHbKEJh-2F-2FSkIWgX7tuGuV-2FYxssIFeNsD4zT5GPgvvqxk-2BcYXeJgLVJyjZV1L72Wco6QeRatqP6H1Kq1oPx7nG5iM4U5og76e483Lddy-2FjkGzf4ib6XZalBqvoKOpT3Ro8YU8nsKIj6NCg" target="_blank">HELP CENTER</a>
 </p>
 </td>
 <td style="text-align:center;">
 <a style="cursor: pointer" href="http://links.10times.com/ls/click?upn=OgPpT9TtyhB1fTWAcfhBKkQbBAPfKKz3ShPqmW0IS3VWtAmxYYYQKM3BeurOOQQudFGC8LDMHs-2F5FLU-2BUNA8eC5tsiQL61e3sl0ybvv-2BVwFEISDdTh7DfkUX3bp5MKsNhfOgbEnvPBGH1P1MzgjCATqAmDhTTNn2vIopj8IwJiY-2FnnU-2Fe28SXTYw16CgxZZ3i8Rn6k3AeG0I7NB7ZQ6uSt6hMn7Z2iMXlSJ4K1pMA5I1PzPkHu0gIcn-2BjuDh7RuT5sLwAdrpDombANa-2BV-2Ba7ySKmJz32RYQHsobqXbLdGfI-3DN1N7_N5kVcsymKy-2B2q-2B5XkVaysf2duXj3nOkEgKyz2LUy2mYBE-2FuT8OyorZsukZ7kaRQ1s52eRcGOQANDoB3vLOo-2B6A2YwVgvMQGS1LQrzqoI9PMoyDy-2F8xQR31grfj62T0BXf90yRmuBbfVB-2FauHc44G0E-2Bq87cz7ztKP9pjqRwqA2fqp-2BY2hg2XQewVbWwuKzhQVWfFoRDc7NA1zpeqPG4cqrJYTGkbsKejFz-2B4BfPFt2yonc0t1qkGIQJJ32SsIxLWHFHi3yag6au9EifglWR6HW40UmL-2BYXeBiu6FA8yuYKXrrOyupkVlhMp6W9v2JhGKC5SLe54rIJ5GOyeAYaxfyxXXOdxJ7ZH2uGZy-2FwKQfYY0xswQMYTi6pylc8WkFfLU" target="_blank"><img
 style="width:35px;height:35px; margin-top:5px" src="https://c1.10times.com/odash/image/intercomm_2.png"/></a>
 <p style="margin-top:5px"><a style="border-radius:5px; padding:.05rem .25rem; color:grey; text-decoration: none;" href="http://links.10times.com/ls/click?upn=OgPpT9TtyhB1fTWAcfhBKkQbBAPfKKz3ShPqmW0IS3VWtAmxYYYQKM3BeurOOQQudFGC8LDMHs-2F5FLU-2BUNA8eC5tsiQL61e3sl0ybvv-2BVwFEISDdTh7DfkUX3bp5MKsNhfOgbEnvPBGH1P1MzgjCATqAmDhTTNn2vIopj8IwJiY-2FnnU-2Fe28SXTYw16CgxZZ3i8Rn6k3AeG0I7NB7ZQ6uSt6hMn7Z2iMXlSJ4K1pMA5I1PzPkHu0gIcn-2BjuDh7RuT5sLwAdrpDombANa-2BV-2Ba7ySKmJz32RYQHsobqXbLdGfI-3DDXZJ_N5kVcsymKy-2B2q-2B5XkVaysf2duXj3nOkEgKyz2LUy2mYBE-2FuT8OyorZsukZ7kaRQ1s52eRcGOQANDoB3vLOo-2B6A2YwVgvMQGS1LQrzqoI9PMoyDy-2F8xQR31grfj62T0BXf90yRmuBbfVB-2FauHc44G0O0ROtaqTV7ZzbZAwh-2FS358-2Fc0kkG-2BL8vSd0ATialpqpuEncZcF-2BW7Oqq32H5f-2Bmk6PkAWcU6KhI-2FBIN4RPs7pupY1zFOky5rOQe0u27gQXESCPyGbDALbFSHdrLABXsUwJK611nT1KeRR3EjSWg-2FaCdFOgvL4-2F4IlzXHZBl-2BsBtiZSLGBOKWyM6kmIIzkMYxMCoenOdEKGe1uWQHwOdSL86jt7HNNbI6m-2FlXhxK4-2BoN" target="_blank">LIVE SUPPORT</a></p>
 </td>
 </tr>
 </table>
 

 </td>
</tr>
<!-- END MAIN CONTENT AREA -->
</table>
<!-- START FOOTER -->
 <div class="footer">
 <table role="presentation" border="0" cellpadding="0" cellspacing="0">
 <tr>
 <td class="content-block"> 
 <div>This mail sent to education@chicagocommunitygardens.org</div>
 <div style="margin-top:10px">Copyright @ Ten Times Online Pvt. Ltd.</div>
 <div style="margin-top:10px;"><a href="http://links.10times.com/asm/unsubscribe/?user_id=1002061&data=hvqKsc7XU5F0S_y7hndqWGisyU70WqRe_G1HowosJpZoMDAwdTAwMG1PYf8doFynORGdTofGCZEi1dFUjsU99au9OR04TF4R99M6lhUlnHXFdbFkIHkrPGwcFw5irDiAFOVTwr1V3mMN239xVLv8Y0ZpU2ZzAJrZXX66nocHUsmcTo_Iwsu044AMV7-BXyO8WTrN69-xinIksCz43HguFfE0JWltpi7Dkh8ntQoM_ZBFqD0_kE6UAcZZK3DyyXOlq4JyZwA2RL1jq2PsDpVXGol8R31In36Bz-_RjJVnfzogtNoINaFLt1qCEwt4vIeYSAcuEzu0l8po9A3z49y2MqWPjHLYrWG4ia6afQtPOHHBCE92jjndVKU5Paxu077EHPVQ_UAgp3t49AzhR1Hb0qZev-Uecp35GIrx-W7R8Gj_Gk4SD7kZfwxvC-AUIPUmKyLx2ICXLFj-gOk92NoeAqD7qL6VncksEqgIlkCz7xi6bwHHz9PrAFtxcU8_ORjJtD4DThV3EHhHSShuYtVegKPJ8LKVbpoAGRmxI-QPBe8sed8MpT4tUrAlSdNbsDnfOmb45D2XCmE=">Unsubscribe From This List</a> | <a href="http://links.10times.com/asm/?user_id=1002061&data=Pqq0T0lQjJTwVUCYSgAfpA7m1ZFy3HLnHBJDxXSF_9RoMDAwdTAwMCSwI7OaapLqwy_SkmaGC4pN2LhLDPBhavfyeZtAuiT2w7PyLv9xlYZUZFJ01ikw3WkCPwolrLO9h9CE8kdTNxS3Qh0i5G2IFuBfZclJKexIuhaoq7UpeZ2J_rUpN2AoLGdMFkE298TGB9SpTIycwAiViadToYEaoY9pEw-Yb0wVL0x7rA8Mx0E6xFb_iVrd8fh8xV1l-V5d_LteY5T8YiNqk805Ho2ZP3JlmSSCkQt14DpJ9zMbiEGm6NpQhvqcNJZp2JMLh-uQP_8qEzz-Z0n3-rSW_KnCgJvywvT09g8pLnJcrEqaLm7i_Y7zfxzhwUQik54OmNMNjbVTSUZD9hYZ3-qC6hhWAnyKUKzMV_cWn0Bf0-0xmglI-xidt1O0BzfZudU4Idb7zwYus9y19SoW3erEyTWJxaggd1uO-6t1Qk4wzvCD_TLKJBwHp6E71VlBLpgs8aKd6fnI8WR1Ol2Dfe8RuaiLUOl7gWTXLMMkQ7y2XXKoif_IIrIpgRGWQg==" style="text-decoration:none;" target="_blank">Manage Email Subscription</a>.</div>
 </td>
 </tr>
 </table>
 </div>

<!-- END FOOTER --> </div>
 </td> 
 </tr>
 <tr style="background-color: #fff;">
 <td>
 <div style="float:left;width:100%;font:12px/15px arial; padding-top: 10px; text-align:center;color:#555555">
 <span class="im">Please add <a href="mailto:odash-noreply@10times.com" style="color:#1b588c;text-decoration:none" target="_blank" data-mt-detrack-inspected="true"><u>odash-noreply@10times.com</u></a> to your address book to ensure delivery into your inbox.</span>
 </div>
 </td>
 </table>
 <img src="http://links.10times.com/wf/open?upn=PaWHxfOLAFta98kIycyQk23TcHe7V5ZY-2B20YOCCDzT4C1ddPbx3FGjWkRO6QclUpa56nDthTnvQd729EbQKmCRNuJutc1rGGrXsh36NhJeknuF-2Bz7Cxe7vGmkdMzc58aFpiWm4-2B-2F3b2PsYB7VwZ4BQol7P1cXNRCW7t6WBWDFq-2B7WNqAKuaJgu-2BP-2BKk9comxUvRgg03Z-2BGFFLsaQxkYg7ADg-2BiDkxj2LOA7k09vXyK8Aigl2lF5wSuq0N1BYfViUWrIkAtM8JU4X80bmmVtcQOpeHBCamDYnfx-2F7MfuuYJkh1IE9b4HgEeg-2Bo2D0e-2BmS4SFbTH6h3gtLqw48Ip4JruXMQcmj4jac8w6BBP73iPeXM73mvHhPn-2B2nSXOGkJeY" alt="" width="1" height="1" border="0" style="height:1px !important;width:1px !important;border-width:0 !important;margin-top:0 !important;margin-bottom:0 !important;margin-right:0 !important;margin-left:0 !important;padding-top:0 !important;padding-bottom:0 !important;padding-right:0 !important;padding-left:0 !important;"/></body>
 </html>

<script>
        function sendDocHeightMsg(e) {
                var ht=0;
 ht=document.body.scrollHeight;
 parent.postMessage( JSON.stringify( {'docHeight': ht} ), '*' );
        } 
        if ( window.addEventListener ) {
         window.addEventListener('load', sendDocHeightMsg, false);
        } else if ( window.attachEvent ) { // ie8
         window.attachEvent('onload', sendDocHeightMsg);
        }
</script>