Have managed to do a work-around using this script
<?php
// -----------------------------------
// MY CUSTOM SIDE PANEL ITEM
// -----------------------------------
// test if box should be displayed
$show_CUSTOM_NAME = true;
if ($show_CUSTOM_NAME == true) {
?>
<div align="center" style="padding:5px;">
<a target="_blank"
href="http://www.xxxxxxx.co.uk/"><img src="images/xxxxxx.jpg"></a>
</div>
<?php }
?>




