Commercial Property Market Review – April 2025

jQuery('.header__logo').after(''); jQuery(document).ready(function($) { // external links $('a:not([href^="https://twigdenasset.co.uk/"])').filter('a[href^="https://"]').hover( function() { $(this).append( '
You are now departing from the regulated site of Twigden Asset Management. Twigden Asset Management are not responsible for the accuracy of the information contained within the non-regulated site.

Twigden Asset Management has no control or responsibility for the pages you are about to access, or to where any subsequent links may take you.
', ); }, function() { $(this).find("#mailtopopover").remove(); }, ); // mailto popover $('a[href^="mailto:"]').hover( function() { $(this).append( '
Email communications are not secure and for this reason, Twigden Asset Management Ltd cannot guarantee the security of the email, its contents or that it remains virus free once sent.
', ); }, function() { $(this).find("#mailtopopover").remove(); }, ); });