<!-- Begin Cookie Consent plugin by Silktide - http://silktide.com/cookieconsent -->
<script type="text/javascript">
    window.cookieconsent_options = {
    	"message":"@(Q::uStr('1:This website uses cookies to ensure you get the best experience on our website'))",
    	"dismiss":"@(Q::uStr('2:Got it'))",
    	"learnMore":"@(Q::uStr('3:More info'))",
    	"link":null,
    	"theme":"light-floating"
    };
</script>
<!--
src="//cdnjs.cloudflare.com/ajax/libs/cookieconsent2/1.0.10/cookieconsent.min.js"
-->
<script type="text/javascript" src="@($includepath)js/cookieconsent.min.js"></script>
<!-- End Cookie Consent plugin -->
 
  |