<script type="text/javascript" src="/js/gritter/js/jquery.gritter.min.js"></script>
<script type="text/javascript">
//<![CDATA[
jQuery(document).ready(function($){
$.gritter.add({
// (string | mandatory) the heading of the notification
title: '<br />Are you a customer<br />from the United Kingdom?<br />',
// (string | mandatory) the text inside the notification
text: '<br /><br />You can save shipping costs and order our <?php echo trim(Mage::registry('current_product')->getName())?> directly from one of our partners, click <a href="/partners?utm_source=Country&utm_medium=Partners&utm_campaign=MyCampaign"><strong>here</strong></a> for more information.<br /><br />',
// (string | optional) the image to display on the left
image: '/js/gritter/images/uk-flag.jpg',
// (bool | optional) if you want it to fade out on its own or just sit there
sticky: true
});}
)
//]]>
</script>
<?php endif ?>
<?php endif ?>
<?php endif ?>