Regular Expressions 101

Save & Share

  • Regex Version: ver. 1
  • Update Regex
    ctrl+โ‡ง+s
  • Save new Regex
    ctrl+s
  • Add to Community Library

Flavor

  • PCRE2 (PHP >=7.3)
  • PCRE (PHP <7.3)
  • ECMAScript (JavaScript)
  • Python
  • Golang
  • Java 8
  • .NET 7.0 (C#)
  • Rust
  • Regex Flavor Guide

Function

  • Match
  • Substitution
  • List
  • Unit Tests

Tools

Sponsors
There are currently no sponsors. Become a sponsor today!
An explanation of your regex will be automatically generated as you type.
Detailed match information will be displayed here automatically.
  • All Tokens
  • Common Tokens
  • General Tokens
  • Anchors
  • Meta Sequences
  • Quantifiers
  • Group Constructs
  • Character Classes
  • Flags/Modifiers
  • Substitution
  • A single character of: a, b or c
    [abc]
  • A character except: a, b or c
    [^abc]
  • A character in the range: a-z
    [a-z]
  • A character not in the range: a-z
    [^a-z]
  • A character in the range: a-z or A-Z
    [a-zA-Z]
  • Any single character
    .
  • Alternate - match either a or b
    a|b
  • Any whitespace character
    \s
  • Any non-whitespace character
    \S
  • Any digit
    \d
  • Any non-digit
    \D
  • Any word character
    \w
  • Any non-word character
    \W
  • Non-capturing group
    (?:...)
  • Capturing group
    (...)
  • Zero or one of a
    a?
  • Zero or more of a
    a*
  • One or more of a
    a+
  • Exactly 3 of a
    a{3}
  • 3 or more of a
    a{3,}
  • Between 3 and 6 of a
    a{3,6}
  • Start of string
    ^
  • End of string
    $
  • A word boundary
    \b
  • Non-word boundary
    \B

Regular Expression

/
/
gs

Test String

Code Generator

Generated Code

$re = '/"intelligence_date">((?:(?!(intelligence_date)).)*?)<\/td>(?:(?!(intelligence_date)).)*?Gabbagabbahey((?:(?!(intelligence_date)).)*?)acuris/s'; $str = ' <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html> <head> <title>Intelligence Summary | Mergermarket.com</title> <!-- Common CSS files --> <link rel="stylesheet" href="https://cdn.mmgcache.net/lib/normalize.css/3.0.1/normalize-3.0.1.min.css"> <link href=\'https://fonts.googleapis.com/css?family=Lato:300,400,700,900|Lora:400\' rel=\'stylesheet\' type=\'text/css\'> <link href=\'https://fonts.googleapis.com/css?family=Lora\' rel=\'stylesheet\' type=\'text/css\'> <link rel="icon" type="image/x-icon" href="https://cdn.mmgcache.net/mergermarket-common-assets/2.3.3/favicon/favicon_32x32.ico" /> <link rel="stylesheet" type="text/css" href="/css/moo.css?v=cmVjb2xv"> <link rel="stylesheet" type="text/css" href="/includes/css/framework.css?v=cmVjb2xv"> <link rel="stylesheet" type="text/css" href="/css/mm-site-only.css?v=cmVjb2xv"> <link rel="stylesheet" type="text/css" href="/css/mmrefresh2016/mmrefresh2016.css?v=cmVicmFuZF8x"> <!--[if IE 7]> <link rel="stylesheet" type="text/css" href="/css/mm-ie7.css"> <![endif]--> <!--[if LTE IE 8]> <link rel="stylesheet" type="text/css" href="/css/mm-lteie8.css"> <![endif]--> <link rel="stylesheet" type="text/css" href="https://cdn.mmgcache.net/mergermarket-common-assets/2.3.3/css/mergermarket.css" > <link rel="stylesheet" type="text/css" href="/css/rebrand2017.css"> <!-- Page specific CSS files --> <link href="/css/mm-intelligence.css" type=text/css rel="stylesheet"> <!-- Common JS files --> <script type="text/javascript" src="//cdn.mmgcache.net/lib/ajax/swfobject/2.2/swfobject.js"></script> <script type="text/javascript" src="/includes/js/jquery-1.2.6.min.js" ></script> <!-- Page specific JS files --> <script language="javascript"> //dgh 07/08/06 function resetSingleItemValue() { document.oz.singleItemSelected.value = 0; } </script> <script type="text/javascript" src="/js/doubleclick2014mm.js"></script> <script language="JavaScript" type="text/javascript"> // provide a shim for node syntax (for modules) providing copy-paste compatibility (function node_require_shim(){ if (!window["module"]) { window.module = {}; global = window; } })(); </script> <script language="JavaScript" type="text/javascript" src="/includes/js/jquery-1.6.2.js"></script> <script language="Javascript" type="text/javascript" src="/includes/js/xDomain.js"></script> <script language="JavaScript" type="text/javascript" src="/js/rebrand/reformat.js?v=1.1086"></script> <script language="JavaScript" type="text/javascript" src="//www.acuris.com/web-analytics/js/web-analytics-tracker.js"></script> <script language="JavaScript" type="text/javascript" src="/includes/js/piwik-analytics-1.1.1/index.js"></script> <script language="JavaScript" type="text/javascript" src="/includes/js/admin-company-popup.js"></script> <script language="JavaScript" type="text/javascript" src="/includes/js/jquery.jTruncate.js"></script> <!-- Google Analytics --> <script language="JavaScript" type="text/javascript"> (function (i, s, o, g, r, a, m) { i[\'GoogleAnalyticsObject\'] = r; i[r] = i[r] || function () { (i[r].q = i[r].q || []).push(arguments) }, i[r].l = 1 * new Date(); a = s.createElement(o), m = s.getElementsByTagName(o)[0]; a.async = 1; a.src = g; m.parentNode.insertBefore(a, m) })(window, document, \'script\', \'//www.google-analytics.com/analytics.js\', \'ga\'); ga(\'create\', \'UA-54517315-2\', \'FESergeyK\'); ga(\'send\', \'pageview\'); ga(\'set\', \'dimension1\', \'FESergeyK\'); </script> <!-- End Google Analytics --> <script language="JavaScript" type="text/javascript"> (function (i, s, o, g, r, a, m) { i[\'GoogleAnalyticsObject\'] = r; i[r] = i[r] || function () { (i[r].q = i[r].q || []).push(arguments) }, i[r].l = 1 * new Date(); a = s.createElement(o), m = s.getElementsByTagName(o)[0]; a.async = 1; a.src = g; m.parentNode.insertBefore(a, m) })(window, document, \'script\', \'//www.google-analytics.com/analytics.js\', \'_mm\'); _mm(\'create\', \'UA-1341142-16\', \'mergermarket.com\'); _mm(\'send\', \'pageview\'); </script> <script language="JavaScript" type="text/javascript"> <!-- var gxmlDoc = null; var garrLayoutParts = new Array(); //var arrParts = new Array("a", "b","c"); var blnIE5 = false; var blnBorder = false; var blnTrack = false; var blnDebug = false; var blnMoved = false; var userAgent = navigator.userAgent; var MSIEIndex = userAgent.indexOf("MSIE"); if (userAgent.indexOf("Win") != -1 && userAgent.indexOf("MSIE") != -1 && userAgent.substring((MSIEIndex + 5), (MSIEIndex + 6)) > 4) { blnIE5 = true; } function showHideContent(id, bOn) { var bMO = false; var oContent = document.all(id + "Content"); var oImage = document.all(id + "Tab3"); if (!oContent || !oImage) return; bOn = (oContent.style.display.toLowerCase() == "none"); if (!bOn) { oContent.style.display = "none"; oImage.src = "/images/expand_greysolid.gif"; } else { oContent.style.display = "block"; oImage.src = "/images/collapse_greysolid.gif"; } } function showHideContent2(id, bOn) { var bMO = false; var oContent = document.all(id + "Content"); var oImage = document.all(id + "Tab3"); if (!oContent || !oImage) return; //alert(oContent); //oContent.style.display="none"; //alert(id); //if (event.srcElement) { bOn = (oContent.style.display.toLowerCase() == "none"); //} if (!bOn) { if (Cookie.get(id) != \'\') Cookie.del(id); Cookie.set(id, \'off\', getUpdatedCookieDate()); oContent.style.display = "none"; oImage.src = "/images/arrow_open.gif"; } else { if (Cookie.get(id) != \'\') Cookie.del(id); Cookie.set(id, \'on\', getUpdatedCookieDate()); oContent.style.display = "block"; oImage.src = "/images/arrow_closed.gif"; } } //function to check function existsIn(classCode, classCodes) { var iExist = false for (var i = 0; i < classCodes.length; i++) { if (classCode == classCodes[i]) { iExist = true; } } return iExist; } //function called from the above code to label the array elements as they are added function createLookUpStruct(childGroupCode, childPKCode, childDescription, parentGroupCode, parentPKCode) { this.childGroupCode = childGroupCode this.childPKCode = childPKCode this.childDescription = childDescription this.parentGroupCode = parentGroupCode this.parentPKCode = parentPKCode } function openWin(strType, strMode, objName, objType, objHiddenName, strSearchCriteria) //OpenWindow = window.open("../includes/popup.asp?SearchCriteria="+strSearchCriteria+"&type="+strType+"&mode="+strMode+"&objName="+objName+"&objHiddenName="+objHiddenName+"&objType="+objType,\'lookup\',\'scrollbars=1,resizable=1,width=420,height=400,titlebar=0,status=0\'); { var OpenWindow; var x = (document.body.clientHeight - 10); var y = (document.body.clientWidth - 440); var width = 660; OpenWindow = window.open("../popup.asp?SearchCriteria=" + strSearchCriteria + "&type=" + strType + "&mode=" + strMode + "&objName=" + objName + "&objHiddenName=" + objHiddenName + "&objType=" + objType + "&pPopup=1", \'lookup\', \'scrollbars=1,resizable=1,width=\' + width + \',height=400,top=20,left=\' + y + \'titlebar=0,status=0\'); if (OpenWindow.focus) OpenWindow.focus(); } // DanielC: 13/3/08: Case 73898: function to open popup.asp in multi searchtype mode function openCompanyLookupMultiType(strType, strMode, objName, objType, objHiddenName, strSearchCriteria, strMulti, iIgnoreLimit) { var OpenWindow var x = (document.body.clientHeight - 10); var y = (document.body.clientWidth - 440); var width = 660; if (iIgnoreLimit == null) { iIgnoreLimit = 0; } // multitype = 1|0 OpenWindow = window.open("../popup.asp?SearchCriteria=" + strSearchCriteria + "&type=" + strType + "&mode=" + strMode + "&objName=" + objName + "&objHiddenName=" + objHiddenName + "&objType=" + objType + "&pPopup=1&multitype=" + strMulti + "&il=" + iIgnoreLimit, \'lookup\', \'scrollbars=1,resizable=1,width=\' + width + \',height=400,top=20,left=\' + y + \'titlebar=0,status=0\'); if (OpenWindow.focus) OpenWindow.focus(); } function openWin2(strType, strMode, objName, objType, objHiddenName, searchValue) { adminPopup(strType, strMode, objName, objType, objHiddenName, searchValue) } function openWin3(strType, strMode, objName, objType, objHiddenName, searchValue) { var OpenWindow; OpenWindow = window.open("/common/admin/popup/company/default.aspx?type=" + strType + "&mode=" + strMode + "&SearchCriteria=" + searchValue + "&objName=" + objName + "&objHiddenName=" + objHiddenName + "&objType=" + objType + "&pPopup=1", \'lookup\', \'scrollbars=1,resizable=1,width=870,height=525,titlebar=0,status=0\'); if (OpenWindow.focus) OpenWindow.focus(); } // appends the show duplicates param to the QS function openWin4(strType, strMode, objName, objType, objHiddenName, searchValue, showduplicates) { var OpenWindow; OpenWindow = window.open("/common/admin/popup/company/default.aspx?type=" + strType + "&mode=" + strMode + "&SearchCriteria=" + searchValue + "&objName=" + objName + "&objHiddenName=" + objHiddenName + "&objType=" + objType + "&pPopup=1&showduplicates=" + showduplicates + "", \'lookup\', \'scrollbars=1,resizable=1,width=870,height=525,titlebar=0,status=0\'); if (OpenWindow.focus) OpenWindow.focus(); } // ################################################# // Retrofit IE-like DOM syntax into NS6/7 // Huw Wilkins 03/03 function dfn_getElement(sInput) { if (isGecko()) { return document.getElementById(sInput); } else { return document.all(sInput); } } function isGecko() { if (navigator.userAgent.indexOf("Gecko") > 0) { return true; } else { return false; } } if (isGecko()) { document.all = dfn_getElement; } document.getElement = dfn_getElement; // ################################################# //--> </SCRIPT> <script language="JavaScript" type="text/JavaScript"> <!-- /* functions required for site redesign 2003-11-27 @cjs */ function MM_preloadImages() { //v3.0 var d = document; if (d.images) { if (!d.MM_p) d.MM_p = new Array(); var i, j = d.MM_p.length, a = MM_preloadImages.arguments; for (i = 0; i < a.length; i++) if (a[i].indexOf("#") != 0) { d.MM_p[j] = new Image; d.MM_p[j++].src = a[i]; } } } function MM_swapImgRestore() { //v3.0 var i, x, a = document.MM_sr; for (i = 0; a && i < a.length && (x = a[i]) && x.oSrc; i++) x.src = x.oSrc; } function MM_findObj(n, d) { //v4.01 var p, i, x; if (!d) d = document; if ((p = n.indexOf("?")) > 0 && parent.frames.length) { d = parent.frames[n.substring(p + 1)].document; n = n.substring(0, p); } if (!(x = d[n]) && d.all) x = d.all[n]; for (i = 0; !x && i < d.forms.length; i++) x = d.forms[i][n]; for (i = 0; !x && d.layers && i < d.layers.length; i++) x = MM_findObj(n, d.layers[i].document); if (!x && d.getElementById) x = d.getElementById(n); return x; } function MM_swapImage() { //v3.0 var i, j = 0, x, a = MM_swapImage.arguments; document.MM_sr = new Array; for (i = 0; i < (a.length - 2); i += 3) if ((x = MM_findObj(a[i])) != null) { document.MM_sr[j++] = x; if (!x.oSrc) x.oSrc = x.src; x.src = a[i + 2]; } } function hlt(cell) { cell.className = "hitBox"; } function unhlt(cell) { cell.className = "hitBoxOff"; } function viewAlias(compId) { var hiddenAlias; hiddenAlias = document.getElementById("hide_" + compId); if (hiddenAlias != null) { hiddenAlias.style.display = ""; var viewAlias; viewAlias = document.getElementById("view_" + compId); viewAlias.style.display = "none"; } } function hideAlias(compId) { var hiddenAlias; hiddenAlias = document.getElementById("hide_" + compId); if (hiddenAlias != null) { hiddenAlias.style.display = "none"; var viewAlias; viewAlias = document.getElementById("view_" + compId); viewAlias.style.display = ""; } } function openUploadAlertsPopup(objListboxID) { var OpenWindow; OpenWindow = window.open("/common/Popup/UploadAlerts.aspx?listboxID=" + objListboxID, \'lookup\', \'scrollbars=1,resizable=1,width=870,height=525,titlebar=0,status=0\'); if (OpenWindow.focus) { OpenWindow.focus(); } } function hideIfOptOut(element) { if (Cookie.get(\'redirect\') || (Cookie.get(\'charontracker\') == \'\')) { hideElement(element); } } function hideElement(e) { e.css(\'display\', \'none\'); } //--> </script> <script language="JavaScript" type="text/JavaScript"> <!-- function MM_reloadPage(init) { //reloads the window if Nav4 resized if (init == true) with (navigator) { if ((appName == "Netscape") && (parseInt(appVersion) == 4)) { document.MM_pgW = innerWidth; document.MM_pgH = innerHeight; onresize = MM_reloadPage; } } else if (innerWidth != document.MM_pgW || innerHeight != document.MM_pgH) location.reload(); } MM_reloadPage(true); //--> </script> <script language="JavaScript" type="text/JavaScript" src="/includes/js/Cookie.js"></script> <script language="JavaScript" type="text/JavaScript" src="/includes/js/webAnalytics.js?v=1.1"></script> <script language="JavaScript" type="text/JavaScript"> var acurisUserId = "135FBE66-A555-4D83-942C-42A8BA8B72F8"; var webAnalyticsClient = new WebAnalyticsClient(1, acurisUserId, 0, false, null, null); </script> <!-- all functionality from this file moved into /includes/js/searchresults.js --> <script src="/includes/js/searchresults.js" language="JavaScript" type="text/javascript"></script> <script language="JavaScript" type="text/javascript"> function toolbarPrint(zone) { return internal_toolbarPrint(zone, 31); } function toolbarReport(zone) { return internal_toolbarReport(zone, 21); } </script> <script src="/includes/js/MMDate.js" language="JavaScript" type="text/javascript"></script> <script src="/includes/js/CriteriaLib.js?v=1.4" language="JavaScript" type="text/javascript"></script> <script language="JavaScript" type="text/javascript"> function verify(f,p){ return wxverify(f,p,\'www.mergermarket.com\'); } function verify(f, p, bUseTitles) { return wxverify(f,p,\'www.mergermarket.com\', bUseTitles); } </script> <!--this is the transformed <datafetchers><datafetcher nodename="" type="lookup" /><datafetcher nodename="" type="lookup" /><datafetcher nodename="" type="lookup" /><datafetcher nodename="" type="lookup" /><datafetcher nodename="" type="lookup" /><datafetcher nodename="" type="lookup" /><datafetcher nodename="" type="lookup" /><datafetcher nodename="" type="lookup" /><datafetcher nodename="" type="lookup" /><datafetcher nodename="" type="lookup" /><datafetcher nodename="" type="lookup" /><datafetcher nodename="" type="lookup" /><datafetcher nodename="" type="lookup" /><datafetcher nodename="" type="lookup" /><datafetcher nodename="" type="lookup" /></datafetchers>--> <script type="text/javascript"> <!-- function renderAdTag(sAdPosition) { /*Do nothing*/ } //--> </script> </head> <body> <!-- renderpageheader --> <!--debugpanelsdebugpanelsend--><!--selectedcurrency: --><div id="broadcastMessages" class="broadcastMessages" style="display:none" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns:user="urn:my-scripts"></div> <div id="leaderboard-banner" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns:user="urn:my-scripts"> <div id="div-gpt-ad-1395916239013-0"><script type="text/javascript">googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1395916239013-0\'); });</script></div> </div> <div id="header" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns:user="urn:my-scripts"> <div class="visuallyhidden"> <svg xmlns="http://www.w3.org/2000/svg"> <symbol id="icon-bell" viewBox="0 0 32 32"> <path d="M20.43 5.232a2.79 2.79 0 0 1-1.383-2.414v-.004C19.049 1.26 17.805 0 16.266 0c-1.535 0-2.781 1.26-2.781 2.814v.004a2.785 2.785 0 0 1-1.381 2.414C5.912 8.83 9.47 20.774 3 22.884v2.32h26.53v-2.32c-6.467-2.11-2.91-14.055-9.1-17.652zm-4.164-3.907zm3.98 26.533c0 2.118-1.846 3.98-3.94 3.98-2.095 0-4.02-1.86-4.02-3.98h7.96z"></path> </symbol> <symbol id="icon-calendar" viewBox="0 0 32 32"> <path d="M8 4a1.333 1.333 0 0 1-2.667 0V1.333a1.334 1.334 0 0 1 2.667 0V4zm17.334-4C24.597 0 24 .597 24 1.333V4a1.333 1.333 0 0 0 2.666 0V1.333C26.666.597 26.068 0 25.334 0z"></path> <path d="M32 2.667V32H0V2.667h4V4a2.67 2.67 0 0 0 2.667 2.667A2.67 2.67 0 0 0 9.333 4V2.667h13.333V4a2.67 2.67 0 0 0 2.668 2.667A2.67 2.67 0 0 0 28 4V2.667h4zm-2.666 8H2.667v18.667h26.667V10.667z"></path> </symbol> <symbol id="icon-chevron" viewBox="0 0 32 32"> <path d="M11.293 0v8.566L16.597 16l-5.302 7.432V32l11.413-16L11.293 0z"></path> </symbol> <symbol id="icon-cross" viewBox="0 0 32 32"> <path d="M18.285 13.714V0h-4.57v13.714H-.002v4.57h13.714V32h4.57V18.285H32v-4.57H18.285z"></path> </symbol> <symbol id="icon-email" viewBox="0 0 32 32"> <path d="M16.011 16.959L.02 4h31.983L16.011 16.959zm-7.238-2.431L0 7.418v16.678l8.773-9.568zm14.476 0l8.772 9.568V7.418l-8.772 7.11zm-2.077 1.682l-5.161 4.183-5.161-4.183L.029 28.016h31.964L21.172 16.21z"></path> </symbol> <symbol id="icon-hamburger" viewBox="0 0 32 32"> <path d="M0 1.822h32v5.671H0V1.822zm0 11.343h32v5.67H0v-5.67zm0 11.341h32v5.672H0v-5.672z"></path> </symbol> <symbol id="icon-home" viewBox="0 0 32 32"> <path d="M28.676 30.425H19.45V23.42h-6.946v7.005H3.282v-12.89H-.02l16-15.96 16 15.96h-3.304v12.89z"></path> </symbol> <symbol id="icon-print" viewBox="0 0 32 32"> <path d="M27.834 8.455V1.588H4.144v6.867H-.01v15.838h4.14v-4.33h23.704v4.33h4.154V8.455h-4.154zm-3.108 0H7.25V4.71h17.475v3.745zm4.183 3.96a.94.94 0 0 1-.94-.942.94.94 0 0 1 1.878 0 .94.94 0 0 1-.94.942zm-4.233 17.81H7.25v-7.568h17.426v7.568z"></path> </symbol> <symbol id="icon-scroll-top" viewBox="0 0 32 32"> <path d="M1 26.28h8.03L16 17.665l6.968 8.612H31L16 7.74 1 26.28zM1 5.417h30V6.71H1z"></path> </symbol> <symbol id="icon-search" viewBox="0 0 32 32"> <path d="M32 27.84l-8.535-8.47a12.485 12.485 0 0 0 1.973-6.747C25.438 5.663 19.73 0 12.718 0 5.705 0 0 5.663 0 12.624c0 6.96 5.705 12.625 12.718 12.625 2.373 0 4.597-.65 6.5-1.776L27.808 32 32 27.84zM4.74 12.624c0-4.366 3.58-7.918 7.978-7.918 4.4 0 7.978 3.552 7.978 7.918s-3.58 7.917-7.978 7.917-7.978-3.55-7.978-7.916z"></path> </symbol> <symbol id="icon-share" viewBox="0 0 32 32"> <path d="M7.553 22.54c1.127 0 2.235-.29 3.217-.845.628-.353 1.4-.33 2.008.057l6.796 4.344c.525.336.857.902.895 1.523A4.666 4.666 0 0 0 25.13 32c2.58 0 4.67-2.087 4.67-4.66 0-3.302-3.333-5.527-6.368-4.342a1.947 1.947 0 0 1-1.76-.175l-5.85-3.74a3.72 3.72 0 0 1-1.716-3.11 3.568 3.568 0 0 1 1.647-3.016l5.92-3.782c.522-.334 1.18-.4 1.76-.174 3.038 1.188 6.368-1.045 6.368-4.34A4.665 4.665 0 0 0 25.13 0a4.665 4.665 0 0 0-4.663 4.378 1.937 1.937 0 0 1-.893 1.525l-6.796 4.343c-.607.386-1.38.41-2.008.056a6.533 6.533 0 0 0-3.217-.842C3.933 9.46 1 12.39 1 16s2.934 6.54 6.553 6.54z"></path> </symbol> <symbol id="icon-user" viewBox="0 0 32 32"> <path d="M25.333 9.335c0 5.153-4.178 9.333-9.333 9.333s-9.333-4.18-9.333-9.333a9.334 9.334 0 1 1 18.666 0zm-2.13 9.573A11.915 11.915 0 0 1 16 21.335c-2.707 0-5.199-.914-7.21-2.43C3.362 21.296 0 28.74 0 32h32c0-3.23-3.467-10.675-8.797-13.092z" fill-rule="nonzero"/> </symbol> </svg> </div><header class="page-header page-header--legacy"><div class="header-wrapper"> <h1 class="logo"><a href="/"><svg viewBox="0 0 126 26" version="1.1"><g id="Scaled" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><g id="Mergermarket" fillRule="nonzero"><path className="acuris-tagline" d="M22.1549296,24.6446863 L23.7367478,20.6901408 L24.3440205,20.6901408 L25.9258387,24.6446863 L25.2803841,24.6446863 L24.8622023,23.5410499 L23.2258387,23.5410499 L22.7985659,24.6446863 L22.1549296,24.6446863 Z M24.0403841,21.371959 C24.0040205,21.4931711 23.9597781,21.6198378 23.9076569,21.751959 L23.4276569,23.0083227 L24.6567478,23.0083227 L24.1767478,21.7610499 L24.0403841,21.371959 Z M28.8177721,22.82 L28.8177721,24.7272727 L28.2450448,24.7272727 L28.2450448,22.9963636 C28.2553265,22.8291243 28.1968762,22.664938 28.0832266,22.5418182 C27.9582103,22.4276828 27.7921671,22.3692723 27.6232266,22.38 C27.4216369,22.3773993 27.2297368,22.4663286 27.1014085,22.6218182 C26.95465,22.797717 26.8787948,23.0220408 26.8886812,23.2509091 L26.8886812,24.7272727 L26.3159539,24.7272727 L26.3159539,21.9218182 L26.8886812,21.9218182 L26.8886812,22.3909091 C26.989609,22.2277978 27.1287781,22.0917492 27.2941357,21.9945455 C27.4590273,21.8962048 27.647602,21.844661 27.8395903,21.8454545 C28.0980603,21.8365441 28.3496076,21.9299759 28.5395903,22.1054545 C28.7300606,22.2930098 28.8312897,22.5530295 28.8177721,22.82 L28.8177721,22.82 Z M30.8032266,24.7272727 L32.3850448,20.7727273 L32.9923175,20.7727273 L34.5741357,24.7272727 L33.9286812,24.7272727 L33.5104994,23.6236364 L31.8741357,23.6236364 L31.446863,24.7272727 L30.8032266,24.7272727 Z M32.6886812,21.4545455 C32.6523175,21.5757576 32.6080751,21.7024242 32.5559539,21.8345455 L32.0759539,23.0909091 L33.3050448,23.0909091 L32.8250448,21.8454545 L32.6886812,21.4545455 Z M37.0104994,23.7072727 L37.4577721,23.9945455 C37.2331612,24.5021809 36.7215577,24.8213927 36.166863,24.8 C35.779967,24.8103415 35.40585,24.6610892 35.1323175,24.3872727 C34.5714354,23.7897955 34.5714354,22.8592955 35.1323175,22.2618182 C35.4031633,21.9891612 35.7735133,21.8387886 36.1577721,21.8454545 C36.4333071,21.8379927 36.7054174,21.90791 36.9432266,22.0472727 C37.1582751,22.1776546 37.3253807,22.3740994 37.4195903,22.6072727 L36.9777721,22.9090909 C36.8455532,22.5815784 36.5254708,22.3691535 36.1723175,22.3745455 C35.9388462,22.3692829 35.7138941,22.4622983 35.5523175,22.6309091 C35.3786308,22.8185 35.2881412,23.0683298 35.3014085,23.3236364 C35.2879005,23.5779916 35.3762231,23.8272577 35.546863,24.0163636 C35.7094651,24.1867856 35.9368814,24.2799998 36.1723175,24.2727273 C36.3473876,24.2806546 36.5202988,24.2315249 36.6650448,24.1327273 C36.8097261,24.0176784 36.9276102,23.8724947 37.0104994,23.7072727 L37.0104994,23.7072727 Z M37.9214085,23.7236364 L37.9214085,21.92 L38.4941357,21.92 L38.4941357,23.6018182 C38.4812775,23.7820446 38.5393452,23.9601625 38.6559539,24.0981818 C38.7782929,24.2175219 38.9453711,24.2795984 39.1159539,24.2690909 C39.3167601,24.2729953 39.5088081,24.1869738 39.6395903,24.0345455 C39.7825622,23.8688468 39.8572943,23.6550479 39.8486812,23.4363636 L39.8486812,21.92 L40.4214085,21.92 L40.4214085,24.7272727 L39.8486812,24.7272727 L39.8486812,24.2745455 C39.6760534,24.6143269 39.3202963,24.8213776 38.9395903,24.8036364 C38.6701068,24.8116198 38.4084925,24.7122064 38.2123175,24.5272727 C38.006078,24.3125781 37.9003841,24.0205985 37.9214085,23.7236364 L37.9214085,23.7236364 Z M42.7195903,21.8709091 L42.6250448,22.4163636 C42.5538233,22.394239 42.4796224,22.3832009 42.4050448,22.3836364 C42.2082345,22.3808993 42.0218841,22.4720489 41.9032266,22.6290909 C41.7665671,22.8061558 41.696426,23.0255881 41.7050448,23.2490909 L41.7050448,24.7272727 L41.1323175,24.7272727 L41.1323175,21.9218182 L41.7050448,21.9218182 L41.7050448,22.3963636 C41.8335762,22.0619722 42.1577797,21.8438981 42.5159539,21.8509091 C42.5843545,21.850232 42.6526284,21.8569375 42.7195903,21.8709091 L42.7195903,21.8709091 Z M43.0541357,21.4745455 L43.0541357,20.8236364 L43.7104994,20.8236364 L43.7104994,21.4745455 L43.0541357,21.4745455 Z M43.0977721,24.7218182 L43.0977721,21.9218182 L43.6704994,21.9218182 L43.6704994,24.7272727 L43.0977721,24.7218182 Z M44.8559539,22.6 C44.858887,22.7192597 44.9294148,22.8264619 45.0377721,22.8763636 C45.2025321,22.9629023 45.3808472,23.020701 45.5650448,23.0472727 C45.8243743,23.0854934 46.0700171,23.1880008 46.2795903,23.3454545 C46.4345249,23.483263 46.5187501,23.6837992 46.5086812,23.8909091 C46.5123901,24.1394986 46.4050722,24.3767979 46.2159539,24.5381818 C45.9935868,24.7225069 45.7097939,24.8160222 45.4214085,24.8 C44.8732679,24.8238667 44.3732061,24.4887738 44.186863,23.9727273 L44.6559539,23.68 C44.8135297,24.0993939 45.0711054,24.3090909 45.4286812,24.3090909 C45.5639017,24.3133335 45.6969721,24.2744947 45.8086812,24.1981818 C45.9060271,24.1352406 45.9643518,24.0268253 45.9632266,23.9109091 C45.9647763,23.7992296 45.905604,23.6955039 45.8086812,23.64 C45.650837,23.5549759 45.4790285,23.4989379 45.3014085,23.4745455 C44.6650448,23.3460606 44.346863,23.0630303 44.346863,22.6254545 C44.3408878,22.3977278 44.4511883,22.1826075 44.6395903,22.0545455 C44.8456648,21.9094497 45.0931108,21.8348332 45.3450448,21.8418182 C45.591102,21.8303916 45.8352817,21.8897014 46.0486812,22.0127273 C46.2386588,22.140977 46.3856394,22.3234357 46.4704994,22.5363636 L46.0450448,22.7836364 C45.9873767,22.6382165 45.8896583,22.5121282 45.7632266,22.42 C45.6446312,22.3347941 45.5019784,22.2895783 45.3559539,22.2909091 C45.2345771,22.2872647 45.1145068,22.3168108 45.0086812,22.3763636 C44.919624,22.4160852 44.8605447,22.5025941 44.8559539,22.6 Z M50.7941357,23.7072727 L51.2414085,23.9945455 C51.0167976,24.5021809 50.505194,24.8213927 49.9504994,24.8 C49.5636034,24.8103415 49.1894863,24.6610892 48.9159539,24.3872727 C48.3550718,23.7897955 48.3550718,22.8592955 48.9159539,22.2618182 C49.1867997,21.9891612 49.5571496,21.8387886 49.9414085,21.8454545 C50.2169434,21.8379927 50.4890538,21.90791 50.726863,22.0472727 C50.9419114,22.1776546 51.1090171,22.3740994 51.2032266,22.6072727 L50.7614085,22.9090909 C50.6291896,22.5815784 50.3091071,22.3691535 49.9559539,22.3745455 C49.7224825,22.3692829 49.4975305,22.4622983 49.3359539,22.6309091 C49.1622671,22.8185 49.0717776,23.0683298 49.0850448,23.3236364 C49.0715369,23.5779916 49.1598595,23.8272577 49.3304994,24.0163636 C49.4931015,24.1867856 49.7205177,24.2799998 49.9559539,24.2727273 C50.131024,24.2806546 50.3039352,24.2315249 50.4486812,24.1327273 C50.5933625,24.0176784 50.7112466,23.8724947 50.7941357,23.7072727 L50.7941357,23.7072727 Z M54.3104994,22.5145455 C54.6122123,23.0110947 54.6122123,23.6343599 54.3104994,24.1309091 C54.1737093,24.3480084 53.9800245,24.5234567 53.7504994,24.6381818 C53.5279293,24.7463486 53.28341,24.8017232 53.0359539,24.8 C52.6502999,24.8043688 52.2771092,24.6635299 51.9904994,24.4054545 C51.7027123,24.1182628 51.5409851,23.7283898 51.5409851,23.3218182 C51.5409851,22.9152466 51.7027123,22.5253736 51.9904994,22.2381818 C52.2771092,21.9801065 52.6502999,21.8392676 53.0359539,21.8436364 C53.28341,21.8419132 53.5279293,21.8972878 53.7504994,22.0054545 C53.980257,22.1206777 54.1739654,22.2967763 54.3104994,22.5145455 L54.3104994,22.5145455 Z M52.3923175,24 C52.7500038,24.3535377 53.3255404,24.3535377 53.6832266,24 C54.0355941,23.6123504 54.0355941,23.0203769 53.6832266,22.6327273 C53.3255404,22.2791896 52.7500038,22.2791896 52.3923175,22.6327273 C52.03995,23.0203769 52.03995,23.6123504 52.3923175,24 L52.3923175,24 Z M58.9904994,22.6709091 L58.9904994,24.7272727 L58.4177721,24.7272727 L58.4177721,22.8690909 C58.4177721,22.5236364 58.2559539,22.3509091 57.9323175,22.3509091 C57.759993,22.3460109 57.5954959,22.4228661 57.4886812,22.5581818 C57.357148,22.7370849 57.292781,22.9565764 57.306863,23.1781818 L57.306863,24.7272727 L56.7341357,24.7272727 L56.7341357,22.8909091 C56.741137,22.7508467 56.6979421,22.6128809 56.6123175,22.5018182 C56.5271783,22.4028417 56.400853,22.3490862 56.2704994,22.3563636 C56.0945355,22.354034 55.9273923,22.4332424 55.8177721,22.5709091 C55.6860349,22.7469334 55.6215502,22.9642468 55.6359539,23.1836364 L55.6359539,24.7272727 L55.0632266,24.7272727 L55.0632266,21.9218182 L55.6359539,21.9218182 L55.6359539,22.3236364 C55.8069764,22.0281508 56.1218221,21.8454711 56.4632266,21.8436364 C56.8027989,21.8125493 57.1196516,22.0175275 57.2304994,22.34 C57.4105862,22.0193596 57.7558332,21.8273994 58.1232266,21.8436364 C58.3547116,21.8311186 58.5814783,21.9123876 58.7523175,22.0690909 C58.9127471,22.2273181 58.9991949,22.4457472 58.9904994,22.6709091 L58.9904994,22.6709091 Z M59.6923175,25.8745455 L59.6923175,21.9218182 L60.2650448,21.9218182 L60.2650448,22.3527273 C60.367417,22.1986337 60.5076559,22.0734203 60.6723175,21.9890909 C61.1741302,21.7227807 61.7923868,21.8280636 62.1777721,22.2454545 C62.4375494,22.5413342 62.5718904,22.9267496 62.5523175,23.32 C62.570887,23.7141727 62.4330033,24.0997243 62.1686812,24.3927273 C61.9207896,24.6591766 61.5706925,24.8067601 61.206863,24.7981818 C61.0179948,24.7991105 60.8314173,24.7568196 60.6614085,24.6745455 C60.5019897,24.5998205 60.3666032,24.4820657 60.2704994,24.3345455 L60.2704994,25.8727273 L59.6923175,25.8745455 Z M61.7141357,22.64 C61.5574033,22.4664718 61.3333926,22.369047 61.0995903,22.3727273 C60.8647632,22.3691816 60.6396867,22.466494 60.4814085,22.64 C60.1436641,23.0311165 60.1436641,23.6107017 60.4814085,24.0018182 C60.639547,24.1755199 60.8647163,24.2728725 61.0995903,24.2690909 C61.3333926,24.2727712 61.5574033,24.1753464 61.7141357,24.0018182 C62.0487978,23.6095603 62.0487978,23.0322578 61.7141357,22.64 L61.7141357,22.64 Z M65.5632266,24.7272727 L64.9904994,24.7272727 C64.8820559,24.5870338 64.8255195,24.4135701 64.8304994,24.2363636 C64.6682377,24.6013977 64.296534,24.8274632 63.8977721,24.8036364 C63.6458547,24.8145705 63.3993013,24.7286996 63.2086812,24.5636364 C63.0329406,24.4063394 62.935764,24.1793723 62.9432266,23.9436364 C62.9325051,23.7034118 63.0347574,23.4719987 63.2195903,23.3181818 C63.4250292,23.1566031 63.6709845,23.0546984 63.9304994,23.0236364 L64.8177721,22.88 L64.8177721,22.7636364 C64.8177721,22.44 64.6232266,22.2781818 64.2341357,22.2781818 C64.0818084,22.2681681 63.9299373,22.3036046 63.7977721,22.38 C63.7057623,22.4352473 63.6492448,22.5344974 63.6486812,22.6418182 C63.6486245,22.6718517 63.6522887,22.7017766 63.6595903,22.7309091 L63.146863,22.9018182 C63.1172942,22.8303688 63.1024523,22.7536859 63.1032266,22.6763636 C63.1068916,22.4435569 63.221802,22.2265789 63.4123175,22.0927273 C63.6508109,21.9210596 63.9406743,21.835768 64.2341357,21.8509091 C64.5418392,21.8296506 64.8474723,21.9150481 65.0995903,22.0927273 C65.3042217,22.2680274 65.414639,22.5292587 65.3977721,22.7981818 L65.3977721,24.0272727 C65.388283,24.2713065 65.4454843,24.5133119 65.5632266,24.7272727 Z M63.9923175,24.32 C64.2221669,24.3274528 64.4427025,24.2289157 64.5904994,24.0527273 C64.7473518,23.8630671 64.8289004,23.6223046 64.8195903,23.3763636 L64.8195903,23.3 L64.0632266,23.4327273 C63.6995903,23.4957576 63.5177721,23.6539394 63.5177721,23.9072727 C63.5131794,24.0216566 63.5606453,24.1319648 63.646863,24.2072727 C63.7436261,24.2871634 63.8670567,24.3274408 63.9923175,24.32 L63.9923175,24.32 Z M68.6104994,22.82 L68.6104994,24.7272727 L68.0377721,24.7272727 L68.0377721,22.9963636 C68.0480538,22.8291243 67.9896035,22.664938 67.8759539,22.5418182 C67.7509376,22.4276828 67.5848944,22.3692723 67.4159539,22.38 C67.2143642,22.3773993 67.0224641,22.4663286 66.8941357,22.6218182 C66.7473773,22.797717 66.6715221,23.0220408 66.6814085,23.2509091 L66.6814085,24.7272727 L66.1086812,24.7272727 L66.1086812,21.9218182 L66.6814085,21.9218182 L66.6814085,22.3909091 C66.7820015,22.2302199 66.9198302,22.0961332 67.0832266,22 C67.2481182,21.9016593 67.4366929,21.8501156 67.6286812,21.8509091 C67.8871512,21.8419986 68.1386985,21.9354305 68.3286812,22.1109091 C68.519034,22.2965413 68.6214944,22.5543449 68.6104994,22.82 L68.6104994,22.82 Z M69.1850448,25.8527273 L69.2741357,25.3290909 C69.3545215,25.3639918 69.4410529,25.3825342 69.5286812,25.3836364 C69.5977259,25.3871713 69.6658535,25.3666045 69.7214085,25.3254545 C69.7875256,25.2578872 69.8367416,25.175653 69.8650448,25.0854545 L69.9977721,24.7381818 L68.8559539,21.92 L69.5177721,21.92 L70.306863,23.9436364 L71.0959539,21.92 L71.7304994,21.92 L70.3795903,25.2836364 C70.2147418,25.7030303 69.9517115,25.9127273 69.5904994,25.9127273 C69.4529939,25.9147637 69.3160672,25.894501 69.1850448,25.8527273 L69.1850448,25.8527273 Z" id="An-Acuris-Company" fill="#3F3D3D"></path><g id="Transcations"><path d="M14.8676056,18.324507 L14.0253521,14.0656338 L4.80450704,4.48408451 C4.25521127,3.96042254 3.72056338,4.15267606 3.50816901,4.87774648 C3.36169014,5.37577465 0.175774648,16.0778873 0.175774648,16.0778873 L0.175774648,16.0778873 L3.32507042,12.3060563 L4.53169014,6.5915493 L14.8676056,18.324507 Z" id="Shape" fill="#326987"></path><path d="M12.4378873,6.02394366 L14.8676056,18.3226761 L15.1038028,18.595493 C15.4260563,18.9616901 15.6530986,19.1447887 16.0009859,19.1447887 C16.4001408,19.1447887 16.8267606,18.6504225 16.7883099,18.1908451 C16.7498592,17.7312676 15.7721127,2.88746479 15.726338,2.35464789 C15.6347887,1.28169014 15.5139437,0.476056338 14.9023944,0.183098592 C14.17,-0.153802817 13.5401408,0.124507042 13.0091549,0.721408451 C12.6026761,1.18647887 0.183098592,16.0797183 0.183098592,16.0797183 C0.0164788732,16.8121127 0.203239437,17.3961972 0.620704225,17.6470423 C1.03816901,17.8978873 1.62774648,17.8301408 2.33450704,17.0171831 L12.4378873,6.02394366 Z" id="Shape" fill="#60B2C4"></path></g><path d="M120.152958,8.63676056 L120.152958,7.10971831 L121.518873,7.10971831 L121.518873,4.82647887 L123.250986,4.82647887 L123.250986,7.10971831 L125.149718,7.10971831 L125.149718,8.63676056 L123.252817,8.63676056 L123.252817,13 C123.252817,13.8337089 123.641596,14.2505634 124.419155,14.2505634 C124.634118,14.2481685 124.847566,14.2142389 125.052676,14.1498592 L125.202817,15.6146479 C124.795325,15.7544961 124.366525,15.8220384 123.935775,15.8142254 C122.324507,15.8142254 121.518873,14.9811268 121.518873,13.3149296 L121.518873,8.63676056 L120.152958,8.63676056 Z M50.3630986,7.02183099 L50.3502817,8.6184507 C50.052165,8.50154174 49.732661,8.44912311 49.4128169,8.46464789 C48.8143626,8.48251415 48.2565055,8.77154883 47.8967606,9.25014085 C47.4828307,9.78531759 47.2702467,10.4489945 47.2961972,11.1250704 L47.2961972,15.5743662 L45.5640845,15.5743662 L45.5640845,7.10971831 L47.2961972,7.10971831 L47.2961972,8.54338028 C47.8180282,7.43197183 48.5266197,6.8771831 49.5885915,6.8771831 C49.8533673,6.87833803 50.1157541,6.92734172 50.3630986,7.02183099 L50.3630986,7.02183099 Z M74.8397183,7.02183099 L74.8269014,8.6184507 C74.5287847,8.50154174 74.2092807,8.44912311 73.8894366,8.46464789 C73.2909823,8.48251415 72.7331252,8.77154883 72.3733803,9.25014085 C71.9601044,9.7855652 71.748176,10.4492188 71.7746479,11.1250704 L71.7746479,15.5743662 L70.0425352,15.5743662 L70.0425352,7.10971831 L71.7746479,7.10971831 L71.7746479,8.54338028 C72.2964789,7.43197183 73.0050704,6.8771831 74.0670423,6.8771831 C74.3312022,6.87855828 74.5929492,6.92755832 74.8397183,7.02183099 L74.8397183,7.02183099 Z M102.967324,7.02183099 L102.954507,8.6184507 C102.65639,8.50154174 102.336886,8.44912311 102.017042,8.46464789 C101.418588,8.48251415 100.860731,8.77154883 100.500986,9.25014085 C100.087056,9.78531759 99.874472,10.4489945 99.9004225,11.1250704 L99.9004225,15.5743662 L98.1683099,15.5743662 L98.1683099,7.10971831 L99.9004225,7.10971831 L99.9004225,8.54338028 C100.422254,7.43197183 101.130845,6.8771831 102.192817,6.8771831 C102.457593,6.87833803 102.719979,6.92734172 102.967324,7.02183099 Z M22.1549296,15.6091549 L22.1549296,3.66197183 L24.1214085,3.66197183 L28.1495775,13.776338 L32.1997183,3.66197183 L34.1661972,3.66197183 L34.1661972,15.6091549 L32.3828169,15.6091549 L32.3828169,7.32760563 L31.7657746,9.02676056 L29.0504225,15.6091549 L27.2816901,15.6091549 L24.5480282,9.02676056 C24.2038028,8.0941784 23.9981221,7.52779343 23.9309859,7.32760563 L23.9309859,15.6091549 L22.1549296,15.6091549 Z M44.2805634,11.7183099 L37.564507,11.7183099 C37.5710294,12.4090713 37.8423536,13.0709976 38.3225352,13.5676056 C39.2525831,14.4126166 40.6360989,14.522515 41.6878873,13.8349296 C42.1124596,13.481952 42.4517179,13.0375362 42.6802817,12.5349296 L44.0132394,13.3350704 C43.2137089,14.9792958 41.908216,15.8014085 40.0967606,15.8014085 C38.9572049,15.8222447 37.8607185,15.3662604 37.0719718,14.5435211 C36.2443662,13.7049296 35.8305634,12.6356338 35.8305634,11.3356338 C35.8305634,10.0356338 36.2498592,8.96633803 37.0884507,8.12774648 C37.9015309,7.30076299 39.0196649,6.84569301 40.1791549,6.86985915 C41.3998122,6.86985915 42.3885446,7.26413146 43.1453521,8.05267606 C43.9021596,8.84122066 44.2799531,9.85741784 44.2787324,11.1012676 L44.2805634,11.7183099 Z M40.1480282,8.27605634 C39.5451704,8.26672283 38.9594862,8.47691838 38.5001408,8.86746479 C38.0291147,9.26016754 37.6987555,9.79555515 37.5590141,10.3926761 L42.6088732,10.3926761 C42.5675346,9.78632067 42.2748205,9.22478758 41.8014085,8.84366197 C41.3332801,8.46754235 40.7484647,8.26677515 40.1480282,8.27605634 L40.1480282,8.27605634 Z M51.3133803,15.6750704 L52.9960563,16.1584507 C52.9036663,16.3507817 52.857876,16.5621699 52.8623944,16.775493 C52.8623944,17.0977465 53.0540376,17.3589671 53.4373239,17.5591549 C53.9201713,17.7799823 54.4485845,17.8829036 54.9790141,17.8594366 C56.5658685,17.8594366 57.3592958,17.0098592 57.3592958,15.3107042 L57.3592958,13.9777465 C57.1219083,14.4154891 56.7708466,14.7810993 56.3430986,15.0360563 C55.875217,15.3146085 55.3384806,15.4560887 54.7940845,15.4443662 C53.7071314,15.4632861 52.6607417,15.031874 51.9029577,14.2523944 C51.1131925,13.4565258 50.7183099,12.4250704 50.7183099,11.1580282 C50.7183099,9.89098592 51.1083099,8.8570892 51.8883099,8.05633803 C52.6359386,7.28320946 53.671174,6.85545363 54.7464789,6.87535211 C55.2847462,6.86809679 55.8157729,6.99990746 56.288169,7.25802817 C56.7300598,7.4956615 57.1009523,7.846335 57.3629577,8.27422535 L57.3629577,7.10788732 L59.1133803,7.10788732 L59.1133803,15.0561972 C59.1133803,16.3989202 58.7471831,17.4401408 58.0147887,18.1798592 C57.2823944,18.9195775 56.2716901,19.2888263 54.9826761,19.2876056 C53.7620188,19.2876056 52.8068545,19.0434742 52.1171831,18.5552113 C51.4599296,18.1308878 51.069202,17.3965416 51.084507,16.6143662 C51.0815234,16.2871091 51.1601873,15.9642728 51.3133803,15.6750704 L51.3133803,15.6750704 Z M56.7605634,9.15492958 C56.2942705,8.66828779 55.6435306,8.40213651 54.9698592,8.42253521 C54.2937412,8.40343678 53.6406851,8.6691768 53.17,9.15492958 C52.692723,9.64319249 52.4540845,10.3096714 52.4540845,11.1543662 C52.4540845,11.999061 52.692723,12.6655399 53.17,13.1538028 C53.6406851,13.6395556 54.2937412,13.9052956 54.9698592,13.8861972 C55.6435306,13.9065959 56.2942705,13.6404446 56.7605634,13.1538028 C57.2329577,12.6655399 57.4691549,11.999061 57.4691549,11.1543662 C57.4691549,10.3096714 57.2329577,9.64319249 56.7605634,9.15492958 Z M68.8871831,11.7183099 L62.1711268,11.7183099 C62.1776491,12.4090713 62.4489733,13.0709976 62.9291549,13.5676056 C63.8592028,14.4126166 65.2427186,14.522515 66.294507,13.8349296 C66.7190793,13.481952 67.0583376,13.0375362 67.2869014,12.5349296 L68.6198592,13.3350704 C67.8203286,14.9792958 66.5148357,15.8014085 64.7033803,15.8014085 C63.5638246,15.8222447 62.4673382,15.3662604 61.6785915,14.5435211 C60.8509859,13.7049296 60.4371831,12.6356338 60.4371831,11.3356338 C60.4371831,10.0356338 60.8595305,8.96816901 61.7042254,8.13323944 C62.5173055,7.30625595 63.6354396,6.85118597 64.7949296,6.87535211 C66.0155869,6.87535211 67.0043192,7.26962441 67.7611268,8.05816901 C68.5179343,8.84671362 68.8957277,9.8629108 68.894507,11.1067606 L68.8871831,11.7183099 Z M64.7546479,8.27605634 C64.1517901,8.26672283 63.5661059,8.47691838 63.1067606,8.86746479 C62.6357345,9.26016754 62.3053752,9.79555515 62.1656338,10.3926761 L67.215493,10.3926761 C67.1741543,9.78632067 66.8814403,9.22478758 66.4080282,8.84366197 C65.9398998,8.46754235 65.3550844,8.26677515 64.7546479,8.27605634 L64.7546479,8.27605634 Z M87.8415493,9.37464789 L87.8415493,15.5743662 L86.1094366,15.5743662 L86.1094366,9.97521127 C86.1094366,8.9315493 85.6211737,8.40971831 84.6446479,8.40971831 C84.1245492,8.39792224 83.6285428,8.62867006 83.3025352,9.03408451 C82.9522066,9.45032864 82.7770423,10.0753052 82.7770423,10.9090141 L82.7770423,15.5743662 L81.0449296,15.5743662 L81.0449296,10.0246479 C81.0664408,9.60174878 80.9366171,9.18501481 80.6787324,8.84915493 C80.4218762,8.54945406 80.0401781,8.3863526 79.6460563,8.40788732 C79.1147745,8.40185966 78.6105524,8.64180452 78.2801408,9.05788732 C77.9139437,9.49122066 77.7308451,10.1076526 77.7308451,10.9071831 L77.7308451,15.5725352 L75.9859155,15.5725352 L75.9859155,7.10971831 L77.7180282,7.10971831 L77.7180282,8.32549296 C78.2349812,7.4330658 79.1859987,6.88126663 80.2173239,6.87535211 C81.3842723,6.87535211 82.156338,7.37521127 82.5335211,8.37492958 C83.1328638,7.37521127 84.0324883,6.87535211 85.2323944,6.87535211 C86.0319249,6.87535211 86.6648357,7.10300469 87.1311268,7.55830986 C87.6119698,8.03747118 87.869698,8.69640514 87.8415493,9.37464789 L87.8415493,9.37464789 Z M97.0221127,15.5743662 L95.29,15.5743662 C94.9897183,15.2301408 94.8285915,14.7357746 94.8066197,14.0912676 C94.2512207,15.2350235 93.3125352,15.8069014 91.9905634,15.8069014 C91.1361033,15.8069014 90.4415493,15.56277 89.9069014,15.074507 C89.3763557,14.5983854 89.0834599,13.9120574 89.1067606,13.1995775 C89.0739146,12.4736142 89.3820779,11.7739819 89.9398592,11.308169 C90.5609266,10.8192182 91.3046324,10.5107133 92.0894366,10.4164789 L94.771831,9.98253521 L94.771831,9.6328169 C94.771831,8.65629108 94.1828638,8.16802817 93.0049296,8.16802817 C92.4275587,8.16802817 91.9887324,8.27056338 91.6884507,8.4756338 C91.4102108,8.64228216 91.2393708,8.94229375 91.2380282,9.26661972 C91.2378571,9.35675138 91.2489285,9.44655249 91.2709859,9.53394366 L89.7183099,10.0594366 C89.6281576,9.84312648 89.582692,9.61081554 89.5846479,9.37647887 C89.5846479,8.68802817 89.8959155,8.09906103 90.5184507,7.60957746 C91.1409859,7.1200939 91.9685915,6.87596244 93.0012676,6.8771831 C94.1450235,6.8771831 95.0171831,7.12131455 95.6177465,7.60957746 C96.2183099,8.09784038 96.5179812,8.80887324 96.5167606,9.74267606 L96.5167606,13.4577465 C96.489434,14.1961302 96.6641636,14.9279687 97.0221127,15.5743662 L97.0221127,15.5743662 Z M92.2816901,14.3585915 C92.9760402,14.3808325 93.6421913,14.0831905 94.0888732,13.5511268 C94.5620134,12.9784468 94.8083147,12.2519232 94.7809859,11.5095775 L94.7809859,11.2770423 L92.4977465,11.6761972 C91.4089202,11.8653991 90.864507,12.3432864 90.864507,13.1098592 C90.8485348,13.4588341 90.9928381,13.7959913 91.256338,14.0253521 C91.5450759,14.2595489 91.910436,14.3782909 92.2816901,14.3585915 L92.2816901,14.3585915 Z M105.847465,3.6271831 L105.847465,9.95873239 L108.729437,7.10971831 L110.862535,7.10971831 L107.879859,10.0392958 L111.378873,15.5725352 L109.346479,15.5725352 L106.631127,11.2733803 L105.847465,12.0570423 L105.847465,15.5725352 L104.115352,15.5725352 L104.115352,3.6271831 L105.847465,3.6271831 Z M119.801408,11.7183099 L113.087183,11.7183099 C113.093705,12.4090713 113.36503,13.0709976 113.845211,13.5676056 C114.775259,14.4126166 116.158775,14.522515 117.210563,13.8349296 C117.635136,13.481952 117.974394,13.0375362 118.202958,12.5349296 L119.535915,13.3350704 C118.736385,14.9792958 117.430892,15.8014085 115.619437,15.8014085 C114.479881,15.8222447 113.383395,15.3662604 112.594648,14.5435211 C111.767042,13.7049296 111.353239,12.6356338 111.353239,11.3356338 C111.353239,10.0356338 111.770704,8.96816901 112.605634,8.13323944 C113.418714,7.30625595 114.536848,6.85118597 115.696338,6.87535211 C116.916995,6.87535211 117.905728,7.26962441 118.662535,8.05816901 C119.419343,8.84671362 119.797136,9.8629108 119.795915,11.1067606 L119.801408,11.7183099 Z M115.668873,8.27605634 C115.066015,8.26672283 114.480331,8.47691838 114.020986,8.86746479 C113.54996,9.26016754 113.219601,9.79555515 113.079859,10.3926761 L118.135211,10.3926761 C118.093873,9.78632067 117.801159,9.22478758 117.327746,8.84366197 C116.858159,8.46632765 116.271187,8.26548722 115.668873,8.27605634 Z" fill="#3B3C3D"></path></g></g></svg></a></h1> <ul class="header-actions-list" id="header-actions"> <li class="header-actions-list__item" id="search-link-container"> <form action="/companies/companyBroker.asp" class="header-search-form header-search-form--no-button "><input type="text" placeholder="Company search" class="form-input" name="companyname" id="companyname"><input type="hidden" name="verb" value="3"><button class="button button--header button--search" type="search" value="Search" disabled="true" id="search-button"><span class="visuallyhidden">Search</span><svg title="Search" role="img" id="search-icon" class="icon"><use xlink:href="#icon-search" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg></button></form> </li> <li class="header-actions-list__item"><a class="button button--header" href="/alerts" style=" display: table-cell;"><span style=" font-size: 0.8rem; position: relative; height: 1.2rem; padding: 0.1rem 0.3rem; text-align: center; letter-spacing: 0.1rem; border-radius: 0.2rem; font-weight: 700; text-transform: uppercase; color: rgb(255, 255, 255); background-color: rgb(189, 45, 45); top: -0.6rem; right: -1.6rem;" class="">NEW</span><svg class="icon " width="100%" height="100%" viewBox="0 0 32 32" role="img" xmlns="http://www.w3.org/2000/svg"> <title>Bell Icon</title> <path d="M20.43 5.232a2.79 2.79 0 0 1-1.383-2.414v-.004C19.049 1.26 17.805 0 16.266 0c-1.535 0-2.781 1.26-2.781 2.814v.004a2.785 2.785 0 0 1-1.381 2.414C5.912 8.83 9.47 20.774 3 22.884v2.32h26.53v-2.32c-6.467-2.11-2.91-14.055-9.1-17.652zm-4.164-3.907a1.328 1.328 0 1 1 0 0zm3.98 26.533c0 2.118-1.846 3.98-3.94 3.98-2.095 0-4.02-1.86-4.02-3.98h7.96z"></path> </svg></a></li> <li class="header-actions-list__item user-account-data"><button id="icon-link" class="button button--header" type="button" value="alerts"><span class="visuallyhidden">User Profile</span><svg title="Search" role="img" id="" class="icon"><use xlink:href="#icon-user" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg></button><div class="overlay"><span class="overlay__icon--close" id="close-overlay"><svg width="32" height="32" viewBox="-2 -2 36 36"><title>close</title><g fill="none"><rect width="32" height="32" rx="54" class="icon-cross-border"></rect><path d="M16 14.182l-5.455-5.455-1.818 1.818L14.182 16l-5.455 5.455 1.818 1.818L16 17.818l5.455 5.455 1.818-1.818L17.818 16l5.455-5.455-1.818-1.818L16 14.182z" class="icon-cross"></path></g></svg></span><h2 class="overlay__header">ACCOUNT DETAILS</h2> <p class="overlay__sub-header username" data-selector="username"> </p> <p class="overlay__content overlay__content--logout"> </p> </div> </li> </ul> <div id="user-control"><a id="signout" class="text_button" href="/logout">Log out</a></div> </div><nav role="navigation" class="header-nav"><div class="nav-list-wrapper nav-list-wrapper--primary nav-list-wrapper--legacy" id="navigation-acuris"> <ul class="nav-list nav-list--primary"> <li class="nav-list__item"><a href="/home.asp?npid=100&amp;" title="Latest headlines and regional league tables">Home</a></li> <li class="nav-list__item nav-list__item--active"><a href="/intelligence/intelligence.asp?npid=200&amp;" title="Proprietary and publicly sourced M&amp;A intelligence">Intelligence</a></li> <li class="nav-list__item"><a href="/dealscope2/dealscope.asp?npid=700&amp;" title="On-line analytical tool which provides complete customized M&amp;A profiling">Dealscope</a></li> <li class="nav-list__item"><a href="/auctions?npid=250&amp;" title="Auctions">Auctions<img src="/images/beta.svg" class="beta-nav-logo"></a></li> <li class="nav-list__item"><a href="/deals/search?npid=500&amp;" title="Historical deals database">Deals</a></li> <li class="nav-list__item"><a href="/leaguetables/leaguetablehouse.asp?npid=300&amp;" title="Analysis of top performing individual advisors or advisory houses">League Tables</a></li> <li class="nav-list__item"><a href="/profiles/profileshouse.asp?npid=600&amp;" title="M&amp;A history of an individual advisor, advisory house, PE house, geography or industry sector">Profiles</a></li> <li class="nav-list__item"><a href="/peportfolio/house.asp?npid=800&amp;" title="Tracks currently held portfolio companies, historical exits and advisor relationships of the private equity community">PE Portfolio</a></li> <li class="nav-list__item"><a href="/Common/Mergermarket/ECM/Default.aspx?npid=900&amp;" title="Proprietary and publically sourced intelligence on global ECM issuances, together with a historical IPO database and IPO league tables">ECM</a></li> <li class="nav-list__item"><a href="/Common/Mergermarket/Personalisation/Personalisation.aspx?npid=950&amp;" title="Manage your Mergermarket Searches">My Searches</a></li> <li class="nav-list__item"><a href="/alerts?npid=960&amp;" title="Manage your Mergermarket Alerts">Alerts</a></li> </ul> </div> <div class="nav-list-wrapper nav-list-wrapper--secondary nav-list-wrapper--legacy" id="navigation-acuris"> <ul class="nav-list nav-list--secondary"> <li class="nav-list__item"><a href="/intelligence/intelligence.asp?">New Search</a></li><li class="nav-list__item"><a href="/saveSearchBroker.asp?zone=110&amp;verb=30">Last Search</a></li> </ul> </div></nav></header></div> <div class="main-table-wrapper" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns:user="urn:my-scripts"> <table width="100%"> <tr> <td> <table border="0" cellpadding="0" cellspacing="0" align="left" width="100%"> <tr> <td width="100%"> <table width="100%" border="0" cellpadding="0" cellspacing="0" align="left"> <tr> <td valign="top" align="left" class="framework_lhp"> <div id="left-hand-nav"><table border="0" cellpadding="0" cellspacing="0" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><tr><td> <div style="padding-bottom: 0px" id="global_nav_brown" class="hideforprinting"> <div id="global_nav_brownContent" style="width:100%;display:true;;padding-bottom: 0px;" class="hideforprinting"> <table width="" cellpadding="0" cellspacing="0" class=""> <tr valign="top"> <td width="100%"> <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr valign="top"> <td class="panelbody"></td> <td class="panelbody" width="100%"></td> <td class="panelbody"></td> <td class="panelbody"></td> </tr> </table> </td> </tr> </table> </div> </div> </td></tr></table> <table border="0" cellpadding="0" cellspacing="0" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><tr><td> <div style="padding-bottom: 0px" id="global_nav_brown" class="hideforprinting"> <div id="global_nav_brownContent" style="width:100%;display:true;;padding-bottom: 0px;" class="hideforprinting"> <table width="" cellpadding="0" cellspacing="0" class=""> <tr valign="top"> <td width="100%"> <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr valign="top"> <td colspan="4"> <ul id="subscriptions-panel"> <li class=" subscription-true "><span class="lhp-nav-item"> North America </span></li> <li class=" subscription-true "><span class="lhp-nav-item"> Europe </span></li> <li class=" subscription-true "><span class="lhp-nav-item"> Asia - Pacific </span></li> <li class=" subscription-true "><span class="lhp-nav-item"> Latin America </span></li> <li class=" subscription-true "><span class="lhp-nav-item"> Middle East Africa </span></li> </ul> </td> </tr> </table> </td> </tr> </table> </div> </div> </td></tr></table> <table border="0" cellpadding="0" cellspacing="0" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><tr><td> <div style="padding-bottom: 0px" id="global_nav_brown" class="hideforprinting"> <div id="global_nav_brownContent" style="width:100%;display:true;;padding-bottom: 0px;" class="hideforprinting"> <table width="" cellpadding="0" cellspacing="0" class=""> <tr valign="top"> <td width="100%"> <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr valign="top"> <td colspan="4"> <form action="/companies/companyBroker.asp" method="post" name="company-search" id="company-search"><label for="companyname">Company search</label><input type="hidden" name="verb" value="3"><input class="framework_html-elements company-name" type="text" placeholder="Company search" name="companyname" id="companyname"><button class="framework_lhp-submit company-search-submit" type="submit">Go</button></form> </td> </tr> </table> </td> </tr> </table> </div> </div> </td></tr></table> <table border="0" cellpadding="0" cellspacing="0" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><tr><td> <div style="padding-bottom: 0px" id="sigin-brown" class="hideforprinting"> <div id="sigin-brownContent" style="width:100%;display:true;;padding-bottom: 0px;" class="hideforprinting"> <table width="" cellpadding="0" cellspacing="0" class=""> <tr valign="top"> <td width="100%"> <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr valign="top"> <td colspan="4"> <form action="/signoutBroker.asp" method="post" name="signout" id="signout" style="margin-bottom:0px;"> <table class="framework_lhp side_panel" cellspacing="0" border="0" cellpadding="0"> <tr> <td class="framework_spacer-height"> </td> </tr> </table> </form> </td> </tr> </table> </td> </tr> </table> </div> </div> </td></tr></table> <table border="0" cellpadding="0" cellspacing="0" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><tr><td> <div style="padding-bottom: 0px" id="panel_ad" class="hideforprinting"> <div id="panel_adContent" style="width:100%;display:true;;padding-bottom: 0px;" class="hideforprinting"> <table width="" cellpadding="0" cellspacing="0" class=""> <tr valign="top"> <td width="100%"> <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr valign="top"> <td colspan="4"> <div id="div-gpt-ad-1395916206191-0" style="width:120px; height:600px;"> <div id="ftwidesky" align="center"><script type="text/javascript"> googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1395916206191-0\'); }); </script></div> </div> </td> </tr> </table> </td> </tr> </table> </div> </div> </td></tr></table> <table border="0" cellpadding="0" cellspacing="0" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><tr><td> <div style="padding-bottom: 0px" id="sigin-brown" class="hideforprinting"> <div id="sigin-brownContent" style="width:100%;display:true;;padding-bottom: 0px;" class="hideforprinting"> <table width="" cellpadding="0" cellspacing="0" class=""> <tr valign="top"> <td width="100%"> <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr valign="top"> <td colspan="4"> <form action="/signoutBroker.asp" method="post" name="signout" id="signout" style="margin-bottom:0px;"> <table class="framework_lhp side_panel" cellspacing="0" border="0" cellpadding="0"> <tr> <td class="framework_spacer-height"> </td> </tr> <tr> <td class="framework_lhp-nav-item-ltgrey1" colspan="2"><span class="framework_lhp-nav-item-ltgrey">Logged in as:</span></td> </tr> <tr> <td class="framework_login-name" style="padding-bottom:10px;" colspan="2"><span id="siginname">fesergeyk</span></td> </tr> <tr> <td class="framework_login-name" style="border-top:solid 1px #fff;" colspan="2"><span id="crmmanagertitle">Your CRM Consultant is:</span></td> </tr> <tr> <td class="framework_login-name" colspan="2"><span id="crmmanager">Sonja Hillenbrand</span></td> </tr> <tr> <td class="framework_login-name" colspan="2"> <p id="crmemail" class="crm-email"><a href="mailto:help@mergermarket.com">help@mergermarket.com</a></p> </td> </tr> </table> </form> </td> </tr> </table> </td> </tr> </table> </div> </div> </td></tr></table> <table border="0" cellpadding="0" cellspacing="0" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><tr><td> <div style="padding-bottom: 0px" id="logon-brown" class="hideforprinting"> <div id="logon-brownContent" style="width:100%;display:true;;padding-bottom: 0px;" class="hideforprinting"> <table width="" cellpadding="0" cellspacing="0" class=""> <tr valign="top"> <td width="100%"> <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr valign="top"> <td colspan="4"> <table border="0" cellspacing="0" cellpadding="0" class="framework_lhp side_panel" style="margin-bottom:0px;"> <tr> <td class="framework_spacer-height"> </td> </tr> <tr> <td class="framework_helpline-label"> HELPLINE </td> </tr> <tr> <td class="framework_helpline"> +44 (0)20 3741 1111 </td> </tr> <tr> <td class="framework_help-email"><a class="lt-underline" href="mailto:help@mergermarket.com">help@mergermarket.com</a></td> </tr> <tr> <td class="framework_lhp-nav-item-ltgrey"><span class="framework_lhp-nav-item-ltgrey-arrow">&gt;</span><a class="framework_lhp-nav-item-ltgrey" href="/info/get-in-touch">Request Training</a></td> </tr> <tr> <td class="framework_spacer-height"> </td> </tr> </table> </td> </tr> </table> </td> </tr> </table> </div> </div> </td></tr></table> <table width="" border="0" cellpadding="0" cellspacing="0" xmlns:msxsl="urn:schemas-microsoft-com:xslt"> </table> <table width="" border="0" cellpadding="0" cellspacing="0" xmlns:msxsl="urn:schemas-microsoft-com:xslt"> <tr valign="top"> <td width="100%"> <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr valign="top"> <td colspan="4"> <form action="/home/currencyCodeBroker.asp" method="post" name="currencyCode" id="currencyCode" style="margin-bottom:0px;"> <div class="framework_lhp side_panel select-currency"> <h3>Select Currency</h3><select class="framework_html-elements" name="usercurrency" id="usercurrency"><option value="AUD">AUD</option> <option value="CHF">CHF</option> <option value="CNY">CNY</option> <option value="EUR">EUR</option> <option value="GBP" selected=" 1 ">GBP</option> <option value="HKD">HKD</option> <option value="INR">INR</option> <option value="JPY">JPY</option> <option value="USD">USD</option></select><input name="currCodeSubmit" type="submit" class="framework_lhp-flat-button submit-button" value="Update"></div> </form> </td> </tr> </table> </td> </tr> </table> <table width="" border="0" cellpadding="0" cellspacing="0" xmlns:msxsl="urn:schemas-microsoft-com:xslt"> </table> <table width="" border="0" cellpadding="0" cellspacing="0" xmlns:msxsl="urn:schemas-microsoft-com:xslt"> <tr valign="top"> <td width="100%"> <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr valign="top"> <td colspan="4"> <form action="/home/projectCodeBroker.asp" method="post" name="projectcode" id="projectcode" style="margin-bottom:0px;" onSubmit="objitem=document.projectcode;objitem.projectcode.description=\'Charge Code\';objitem.projectcode.datatype=\'text\';return verify(objitem,false);"> <div class="charge-code"> <h3>Charge Code</h3> <div class="ui-widget"> <input type=\'text\' name=\'projectcode\' id=\'projectcode\' class=\'framework_html-elements charge-code-lookup\' id=\'projectcode\' value=\'\' /> </div><input name="Update" type="submit" class="framework_lhp-submit submit-button" value="Update"><table border="0" cellspacing="0" cellpadding="0" class="framework_lhp side_panel"> <tr id="projectcodeadmin" style="display:none;"> <td><a href="/Common/ChargeCode/ChargeCodeAdmin.aspx">Charge Code Admin ยป</a></td> </tr> </table> </div> </form> </td> </tr> </table> </td> </tr> </table> <table border="0" cellpadding="0" cellspacing="0" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><tr><td> <div style="padding-bottom: 0px" id="logon-brown" class="hideforprinting"> <div id="logon-brownContent" style="width:100%;display:true;;padding-bottom: 0px;" class="hideforprinting"> <table width="" cellpadding="0" cellspacing="0" class=""> </table> </div> </div> </td></tr></table> </div> </td> <td class="homepage_mainbody-headlines"> <table class="framework_standard"> <tr> <td colspan="2" valign="top"> <table cellSpacing="0" cellPadding="0" width="694" border="0"> <tr> <td> <span class="framework_page-title">Intelligence: Results</span> </td> </tr> </table> <form name="oz" method="post" action="/resultsBroker.asp?npid=200&zone=110&verb=2&contextid=1028364052&sortkey=0"> <table class="framework_standard"><tr><td class="framework_spacer-height"></td></tr><tr class=\'hideforprinting\'><td class="pagination-records">No. of records: 147</td><td class="pagination-pages"> No. of pages: 4</td><td class="pagination-nav"><span>first</span><span>previous 10</span><span>previous</span><span class="current">1</span> <a class="lt" href=\'javascript:addCheckbox();resetSingleItemValue();goPage(2,24);\'>2</a> <a class="lt" href=\'javascript:addCheckbox();resetSingleItemValue();goPage(3,24);\'>3</a> <a class="lt" href=\'javascript:addCheckbox();resetSingleItemValue();goPage(4,24);\'>4</a> <a class="lt" href=\'javascript:addCheckbox();resetSingleItemValue();goPage(2,24);\'>next</a><span>next 10</span><a class="lt" href=\'javascript:addCheckbox();resetSingleItemValue();goPage(4,24);\'>last</a></td></tr></table> <table class="framework_standard content-controls"><tr><td class="function-left"><a alt="Select Page" href="javascript:toolbarSelectPage();" id="selectpage" name="selectpage">Select Page</a><a alt="Deselected Page" href="javascript:toolbarDeselectPage();" id="deselectpage" name="deselectpage">Deselect Page</a></td><td class="function-right"><a alt="View Selected" href="javascript:toolbarViewSelected(0);" id="viewselected" name="viewselected">View Selected</a><a alt="View All" href="javascript:toolbarViewAll(0);" id="viewall" name="viewall">View All</a><a alt="Print Selected" href="javascript:toolbarPrintSelected(0);" id="printselected" name="printselect">Print Selected</a><a alt="Print All" href="javascript:toolbarPrintAll(0);" id="printall" name="printall">Print All</a><a alt="Download Selected" href="javascript:resetSingleItemValue();toolbarReportSelected(0);" id="report" name="reportselected">Download Selected</a><a alt="Download All" href="javascript:toolbarReportAll(0);" id="report" name="reportall">Download All</a></td></tr></table> <table class=\'framework_standard\'><tr><td class=\'sort-left\'>View By&nbsp;<select name=\'dealssortby\' name=\'intelligencesortby\' id=\'intelligencesortby\' onchange=\'javascript:submitSort(this)\'><option value=\'2020\'>Date - most recent</option><option value=\'2010\'>Date - oldest</option><option value=\'2040\'>Sector</option></select></td></tr></table> <table cellspacing="2" cellpadding="1" border="0" class="framework_standard moderneyes"> <tr><td> <table class="framework_standard" > <tr> <td class="framework_checkbox"><input align="top" type="checkbox" name="select" value="3226144" ></td> <td class="intelligence_date">29/04/2021</td> <td class="framework_item-left full_width"><a href="javascript:selectSingleCheckbox(3226144);addCheckbox();document.oz.verb.value=20;document.oz.target=\'_self\';document.oz.submit();">CKJ Steel to be acquired by Gabbagabbahey for DKK 100m</a>&nbsp;<a href="javascript:var popup=window.open(\'../analysis.asp?pPopup=1\', \'_new\', \'width=350,height=350,resizable=0,scrollbars=0\');popup.window.focus();"><span class=\'mm-topic-analysis\'></span></a></td> </tr> </table> </td> <td class="intelligence_type">Deal announcements<br>Cross Border</td> </tr> <tr><td> <table class="framework_standard" > <tr> <td class="framework_checkbox"><input align="top" type="checkbox" name="select" value="3222302" ></td> <td class="intelligence_date">22/04/2021</td> <td class="framework_item-left full_width"><a href="javascript:selectSingleCheckbox(3222302);addCheckbox();document.oz.verb.value=20;document.oz.target=\'_self\';document.oz.submit();">Storskogen sets its sight on DACH and the UK โ€“ exec</a>&nbsp;<a href="javascript:var popup=window.open(\'../analysis.asp?pPopup=1\', \'_new\', \'width=350,height=350,resizable=0,scrollbars=0\');popup.window.focus();"><span class=\'mm-topic-analysis\'></span></a><br/><img align="absmiddle" src="/images/acuris_prop.png" border="0">&nbsp;<a href="javascript:var popup=window.open(\'../proprietary.asp?pPopup=1\', \'_new\', \'width=300,height=300,resizable=0,scrollbars=0\');popup.window.focus();"><span class="mmPI">Proprietary Intelligence</span></a></td> </tr> </table> </td> <td class="intelligence_type">IPO</td> </tr> <tr><td> <table class="framework_standard" > <tr> <td class="framework_checkbox"><input align="top" type="checkbox" name="select" value="3186084" ></td> <td class="intelligence_date">16/02/2021</td> <td class="framework_item-left full_width"><a href="javascript:selectSingleCheckbox(3186084);addCheckbox();document.oz.verb.value=20;document.oz.target=\'_self\';document.oz.submit();">Typhoon Group to be acquired by Gabbagabbahey</a>&nbsp;<a href="javascript:var popup=window.open(\'../analysis.asp?pPopup=1\', \'_new\', \'width=350,height=350,resizable=0,scrollbars=0\');popup.window.focus();"><span class=\'mm-topic-analysis\'></span></a></td> </tr> </table> </td> <td class="intelligence_type">Deal announcements<br>Cross Border</td> </tr> <tr><td> <table class="framework_standard" > <tr> <td class="framework_checkbox"><input align="top" type="checkbox" name="select" value="3178063" ></td> <td class="intelligence_date">01/02/2021</td> <td class="framework_item-left full_width"><a href="javascript:selectSingleCheckbox(3178063);addCheckbox();document.oz.verb.value=20;document.oz.target=\'_self\';document.oz.submit();">Fire Proof acquired by Gabbagabbahey</a>&nbsp;<a href="javascript:var popup=window.open(\'../analysis.asp?pPopup=1\', \'_new\', \'width=350,height=350,resizable=0,scrollbars=0\');popup.window.focus();"><span class=\'mm-topic-analysis\'></span></a></td> </tr> </table> </td> <td class="intelligence_type">Deal announcements<br>Cross Border</td> </tr> <tr><td> <table class="framework_standard" > <tr> <td class="framework_checkbox"><input align="top" type="checkbox" name="select" value="3172594" ></td> <td class="intelligence_date">21/01/2021</td> <td class="framework_item-left full_width"><a href="javascript:selectSingleCheckbox(3172594);addCheckbox();document.oz.verb.value=20;document.oz.target=\'_self\';document.oz.submit();">Tecno Plast to be acquired by Gabbagabbahey</a>&nbsp;<a href="javascript:var popup=window.open(\'../analysis.asp?pPopup=1\', \'_new\', \'width=350,height=350,resizable=0,scrollbars=0\');popup.window.focus();"><span class=\'mm-topic-analysis\'></span></a></td> </tr> </table> </td> <td class="intelligence_type">Deal announcements<br>Cross Border</td> </tr> <tr><td> <table class="framework_standard" > <tr> <td class="framework_checkbox"><input align="top" type="checkbox" name="select" value="3163356" ></td> <td class="intelligence_date">04/01/2021</td> <td class="framework_item-left full_width"><a href="javascript:selectSingleCheckbox(3163356);addCheckbox();document.oz.verb.value=20;document.oz.target=\'_self\';document.oz.submit();">Pistesarjat acquired by Gabbagabbahey</a>&nbsp;<a href="javascript:var popup=window.open(\'../analysis.asp?pPopup=1\', \'_new\', \'width=350,height=350,resizable=0,scrollbars=0\');popup.window.focus();"><span class=\'mm-topic-analysis\'></span></a></td> </tr> </table> </td> <td class="intelligence_type">Deal announcements<br>Cross Border</td> </tr> <tr><td> <table class="framework_standard" > <tr> <td class="framework_checkbox"><input align="top" type="checkbox" name="select" value="3146518" ></td> <td class="intelligence_date">30/11/2020</td> <td class="framework_item-left full_width"><a href="javascript:selectSingleCheckbox(3146518);addCheckbox();document.oz.verb.value=20;document.oz.target=\'_self\';document.oz.submit();">X-RAY WorX to be acquired by Gabbagabbahey</a>&nbsp;<a href="javascript:var popup=window.open(\'../analysis.asp?pPopup=1\', \'_new\', \'width=350,height=350,resizable=0,scrollbars=0\');popup.window.focus();"><span class=\'mm-topic-analysis\'></span></a></td> </tr> </table> </td> <td class="intelligence_type">Deal announcements<br>Cross Border</td> </tr> <tr><td> <table class="framework_standard" > <tr> <td class="framework_checkbox"><input align="top" type="checkbox" name="select" value="3117307" ></td> <td class="intelligence_date">06/10/2020</td> <td class="framework_item-left full_width"><a href="javascript:selectSingleCheckbox(3117307);addCheckbox();document.oz.verb.value=20;document.oz.target=\'_self\';document.oz.submit();">Cheiron to be acquired by Gabbagabbahey โ€“ ADVISORY COVERAGE</a>&nbsp;<a href="javascript:var popup=window.open(\'../analysis.asp?pPopup=1\', \'_new\', \'width=350,height=350,resizable=0,scrollbars=0\');popup.window.focus();"><span class=\'mm-topic-analysis\'></span></a><br/><img align="absmiddle" src="/images/acuris_prop.png" border="0">&nbsp;<a href="javascript:var popup=window.open(\'../proprietary.asp?pPopup=1\', \'_new\', \'width=300,height=300,resizable=0,scrollbars=0\');popup.window.focus();"><span class="mmPI">Proprietary Intelligence</span></a></td> </tr> </table> </td> <td class="intelligence_type">Cross Border<br>Takeover situations</td> </tr> <tr><td> <table class="framework_standard" > <tr> <td class="framework_checkbox"><input align="top" type="checkbox" name="select" value="3115306" ></td> <td class="intelligence_date">01/10/2020</td> <td class="framework_item-left full_width"><a href="javascript:selectSingleCheckbox(3115306);addCheckbox();document.oz.verb.value=20;document.oz.target=\'_self\';document.oz.submit();">Cheiron to be acquired by Gabbagabbahey</a>&nbsp;<a href="javascript:var popup=window.open(\'../analysis.asp?pPopup=1\', \'_new\', \'width=350,height=350,resizable=0,scrollbars=0\');popup.window.focus();"><span class=\'mm-topic-analysis\'></span></a></td> </tr> </table> </td> <td class="intelligence_type">Deal announcements<br>Cross Border</td> </tr> <tr><td> <table class="framework_standard" > <tr> <td class="framework_checkbox"><input align="top" type="checkbox" name="select" value="3106726" ></td> <td class="intelligence_date">17/09/2020</td> <td class="framework_item-left full_width"><a href="javascript:selectSingleCheckbox(3106726);addCheckbox();document.oz.verb.value=20;document.oz.target=\'_self\';document.oz.submit();">UK Gas Technologies Group to be acquired by Gabbagabbahey</a>&nbsp;<a href="javascript:var popup=window.open(\'../analysis.asp?pPopup=1\', \'_new\', \'width=350,height=350,resizable=0,scrollbars=0\');popup.window.focus();"><span class=\'mm-topic-analysis\'></span></a></td> </tr> </table> </td> <td class="intelligence_type">Deal announcements<br>Cross Border</td> </tr> <tr><td> <table class="framework_standard" > <tr> <td class="framework_checkbox"><input align="top" type="checkbox" name="select" value="3062144" ></td> <td class="intelligence_date">29/06/2020</td> <td class="framework_item-left full_width"><a href="javascript:selectSingleCheckbox(3062144);addCheckbox();document.oz.verb.value=20;document.oz.target=\'_self\';document.oz.submit();">Addtech has a hot list of 20 targets โ€“ CEO</a>&nbsp;<a href="javascript:var popup=window.open(\'../analysis.asp?pPopup=1\', \'_new\', \'width=350,height=350,resizable=0,scrollbars=0\');popup.window.focus();"><span class=\'mm-topic-analysis\'></span></a><br/><img align="absmiddle" src="/images/acuris_prop.png" border="0">&nbsp;<a href="javascript:var popup=window.open(\'../proprietary.asp?pPopup=1\', \'_new\', \'width=300,height=300,resizable=0,scrollbars=0\');popup.window.focus();"><span class="mmPI">Proprietary Intelligence</span></a></td> </tr> </table> </td> <td class="intelligence_type">Bolt on/Opportunistic<br>Cross Border</td> </tr> <tr><td> <table class="framework_standard" > <tr> <td class="framework_checkbox"><input align="top" type="checkbox" name="select" value="3025789" ></td> <td class="intelligence_date">27/04/2020</td> <td class="framework_item-left full_width"><a href="javascript:selectSingleCheckbox(3025789);addCheckbox();document.oz.verb.value=20;document.oz.target=\'_self\';document.oz.submit();">Gabbagabbahey to acquire more companies; in talks with interested companies</a>&nbsp;<a href="javascript:var popup=window.open(\'../analysis.asp?pPopup=1\', \'_new\', \'width=350,height=350,resizable=0,scrollbars=0\');popup.window.focus();"><span class=\'mm-topic-analysis\'></span></a></td> </tr> </table> </td> <td class="intelligence_type">Bolt on/Opportunistic<br>Takeover situations</td> </tr> <tr><td> <table class="framework_standard" > <tr> <td class="framework_checkbox"><input align="top" type="checkbox" name="select" value="2995150" ></td> <td class="intelligence_date">03/03/2020</td> <td class="framework_item-left full_width"><a href="javascript:selectSingleCheckbox(2995150);addCheckbox();document.oz.verb.value=20;document.oz.target=\'_self\';document.oz.submit();">Nortronic acquired by Gabbagabbahey</a>&nbsp;<a href="javascript:var popup=window.open(\'../analysis.asp?pPopup=1\', \'_new\', \'width=350,height=350,resizable=0,scrollbars=0\');popup.window.focus();"><span class=\'mm-topic-analysis\'></span></a></td> </tr> </table> </td> <td class="intelligence_type">Deal announcements<br>Cross Border</td> </tr> <tr><td> <table class="framework_standard" > <tr> <td class="framework_checkbox"><input align="top" type="checkbox" name="select" value="2981405" ></td> <td class="intelligence_date">07/02/2020</td> <td class="framework_item-left full_width"><a href="javascript:selectSingleCheckbox(2981405);addCheckbox();document.oz.verb.value=20;document.oz.target=\'_self\';document.oz.submit();">Jouka to be acquired by Gabbagabbahey</a>&nbsp;<a href="javascript:var popup=window.open(\'../analysis.asp?pPopup=1\', \'_new\', \'width=350,height=350,resizable=0,scrollbars=0\');popup.window.focus();"><span class=\'mm-topic-analysis\'></span></a></td> </tr> </table> </td> <td class="intelligence_type">Deal announcements<br>Cross Border<br>Other</td> </tr> <tr><td> <table class="framework_standard" > <tr> <td class="framework_checkbox"><input align="top" type="checkbox" name="select" value="2979299" ></td> <td class="intelligence_date">04/02/2020</td> <td class="framework_item-left full_width"><a href="javascript:selectSingleCheckbox(2979299);addCheckbox();document.oz.verb.value=20;document.oz.target=\'_self\';document.oz.submit();">Sverre Hellum & Sonn to be acquired by Gabbagabbahey</a>&nbsp;<a href="javascript:var popup=window.open(\'../analysis.asp?pPopup=1\', \'_new\', \'width=350,height=350,resizable=0,scrollbars=0\');popup.window.focus();"><span class=\'mm-topic-analysis\'></span></a></td> </tr> </table> </td> <td class="intelligence_type">Deal announcements<br>Cross Border</td> </tr> <tr><td> <table class="framework_standard" > <tr> <td class="framework_checkbox"><input align="top" type="checkbox" name="select" value="2967070" ></td> <td class="intelligence_date">13/01/2020</td> <td class="framework_item-left full_width"><a href="javascript:selectSingleCheckbox(2967070);addCheckbox();document.oz.verb.value=20;document.oz.target=\'_self\';document.oz.submit();">Stein Automation acquired by Gabbagabbahey</a>&nbsp;<a href="javascript:var popup=window.open(\'../analysis.asp?pPopup=1\', \'_new\', \'width=350,height=350,resizable=0,scrollbars=0\');popup.window.focus();"><span class=\'mm-topic-analysis\'></span></a></td> </tr> </table> </td> <td class="intelligence_type">Deal announcements<br>Cross Border</td> </tr> <tr><td> <table class="framework_standard" > <tr> <td class="framework_checkbox"><input align="top" type="checkbox" name="select" value="2896189" ></td> <td class="intelligence_date">03/09/2019</td> <td class="framework_item-left full_width"><a href="javascript:selectSingleCheckbox(2896189);addCheckbox();document.oz.verb.value=20;document.oz.target=\'_self\';document.oz.submit();">Finkova to be acquired by Gabbagabbahey</a>&nbsp;<a href="javascript:var popup=window.open(\'../analysis.asp?pPopup=1\', \'_new\', \'width=350,height=350,resizable=0,scrollbars=0\');popup.window.focus();"><span class=\'mm-topic-analysis\'></span></a></td> </tr> </table> </td> <td class="intelligence_type">Deal announcements<br>Cross Border</td> </tr> <tr><td> <table class="framework_standard" > <tr> <td class="framework_checkbox"><input align="top" type="checkbox" name="select" value="2884015" ></td> <td class="intelligence_date">07/08/2019</td> <td class="framework_item-left full_width"><a href="javascript:selectSingleCheckbox(2884015);addCheckbox();document.oz.verb.value=20;document.oz.target=\'_self\';document.oz.submit();">Gabbagabbahey looks to broaden German footprint in ongoing M&A expansion</a>&nbsp;<a href="javascript:var popup=window.open(\'../analysis.asp?pPopup=1\', \'_new\', \'width=350,height=350,resizable=0,scrollbars=0\');popup.window.focus();"><span class=\'mm-topic-analysis\'></span></a><br/><img align="absmiddle" src="/images/acuris_prop.png" border="0">&nbsp;<a href="javascript:var popup=window.open(\'../proprietary.asp?pPopup=1\', \'_new\', \'width=300,height=300,resizable=0,scrollbars=0\');popup.window.focus();"><span class="mmPI">Proprietary Intelligence</span></a></td> </tr> </table> </td> <td class="intelligence_type">Bolt on/Opportunistic<br>Cross Border</td> </tr> <tr><td> <table class="framework_standard" > <tr> <td class="framework_checkbox"><input align="top" type="checkbox" name="select" value="2882984" ></td> <td class="intelligence_date">06/08/2019</td> <td class="framework_item-left full_width"><a href="javascript:selectSingleCheckbox(2882984);addCheckbox();document.oz.verb.value=20;document.oz.target=\'_self\';document.oz.submit();">Gabbagabbahey will continue to make acquisitions (translated)</a>&nbsp;<a href="javascript:var popup=window.open(\'../analysis.asp?pPopup=1\', \'_new\', \'width=350,height=350,resizable=0,scrollbars=0\');popup.window.focus();"><span class=\'mm-topic-analysis\'></span></a></td> </tr> </table> </td> <td class="intelligence_type">Bolt on/Opportunistic</td> </tr> <tr><td> <table class="framework_standard" > <tr> <td class="framework_checkbox"><input align="top" type="checkbox" name="select" value="2876261" ></td> <td class="intelligence_date">24/07/2019</td> <td class="framework_item-left full_width"><a href="javascript:selectSingleCheckbox(2876261);addCheckbox();document.oz.verb.value=20;document.oz.target=\'_self\';document.oz.submit();">Sensor Beheer to be acquired by Gabbagabbahey</a>&nbsp;<a href="javascript:var popup=window.open(\'../analysis.asp?pPopup=1\', \'_new\', \'width=350,height=350,resizable=0,scrollbars=0\');popup.window.focus();"><span class=\'mm-topic-analysis\'></span></a></td> </tr> </table> </td> <td class="intelligence_type">Deal announcements<br>Cross Border</td> </tr> <tr><td> <table class="framework_standard" > <tr> <td class="framework_checkbox"><input align="top" type="checkbox" name="select" value="2865432" ></td> <td class="intelligence_date">04/07/2019</td> <td class="framework_item-left full_width"><a href="javascript:selectSingleCheckbox(2865432);addCheckbox();document.oz.verb.value=20;document.oz.target=\'_self\';document.oz.submit();">Natgraph acquired by Gabbagabbahey</a>&nbsp;<a href="javascript:var popup=window.open(\'../analysis.asp?pPopup=1\', \'_new\', \'width=350,height=350,resizable=0,scrollbars=0\');popup.window.focus();"><span class=\'mm-topic-analysis\'></span></a></td> </tr> </table> </td> <td class="intelligence_type">Deal announcements<br>Cross Border</td> </tr> <tr><td> <table class="framework_standard" > <tr> <td class="framework_checkbox"><input align="top" type="checkbox" name="select" value="2863448" ></td> <td class="intelligence_date">01/07/2019</td> <td class="framework_item-left full_width"><a href="javascript:selectSingleCheckbox(2863448);addCheckbox();document.oz.verb.value=20;document.oz.target=\'_self\';document.oz.submit();">Finisterra to be acquired by Gabbagabbahey</a>&nbsp;<a href="javascript:var popup=window.open(\'../analysis.asp?pPopup=1\', \'_new\', \'width=350,height=350,resizable=0,scrollbars=0\');popup.window.focus();"><span class=\'mm-topic-analysis\'></span></a></td> </tr> </table> </td> <td class="intelligence_type">Deal announcements<br>Cross Border</td> </tr> <tr><td> <table class="framework_standard" > <tr> <td class="framework_checkbox"><input align="top" type="checkbox" name="select" value="2846309" ></td> <td class="intelligence_date">31/05/2019</td> <td class="framework_item-left full_width"><a href="javascript:selectSingleCheckbox(2846309);addCheckbox();document.oz.verb.value=20;document.oz.target=\'_self\';document.oz.submit();">Farber & Schmid acquired by Gabbagabbahey</a>&nbsp;<a href="javascript:var popup=window.open(\'../analysis.asp?pPopup=1\', \'_new\', \'width=350,height=350,resizable=0,scrollbars=0\');popup.window.focus();"><span class=\'mm-topic-analysis\'></span></a></td> </tr> </table> </td> <td class="intelligence_type">Deal announcements<br>Cross Border</td> </tr> <tr><td> <table class="framework_standard" > <tr> <td class="framework_checkbox"><input align="top" type="checkbox" name="select" value="2830173" ></td> <td class="intelligence_date">03/05/2019</td> <td class="framework_item-left full_width"><a href="javascript:selectSingleCheckbox(2830173);addCheckbox();document.oz.verb.value=20;document.oz.target=\'_self\';document.oz.submit();">Adam Equipment to be acquired by Gabbagabbahey</a>&nbsp;<a href="javascript:var popup=window.open(\'../analysis.asp?pPopup=1\', \'_new\', \'width=350,height=350,resizable=0,scrollbars=0\');popup.window.focus();"><span class=\'mm-topic-analysis\'></span></a></td> </tr> </table> </td> <td class="intelligence_type">Deal announcements<br>Cross Border</td> </tr> <tr><td> <table class="framework_standard" > <tr> <td class="framework_checkbox"><input align="top" type="checkbox" name="select" value="2826437" ></td> <td class="intelligence_date">26/04/2019</td> <td class="framework_item-left full_width"><a href="javascript:selectSingleCheckbox(2826437);addCheckbox();document.oz.verb.value=20;document.oz.target=\'_self\';document.oz.submit();">QbiQ Group to be acquired by Gabbagabbahey</a>&nbsp;<a href="javascript:var popup=window.open(\'../analysis.asp?pPopup=1\', \'_new\', \'width=350,height=350,resizable=0,scrollbars=0\');popup.window.focus();"><span class=\'mm-topic-analysis\'></span></a></td> </tr> </table> </td> <td class="intelligence_type">Deal announcements<br>Cross Border</td> </tr> <tr><td> <table class="framework_standard" > <tr> <td class="framework_checkbox"><input align="top" type="checkbox" name="select" value="2814215" ></td> <td class="intelligence_date">04/04/2019</td> <td class="framework_item-left full_width"><a href="javascript:selectSingleCheckbox(2814215);addCheckbox();document.oz.verb.value=20;document.oz.target=\'_self\';document.oz.submit();">Gabbagabbahey acquires Acumo</a>&nbsp;<a href="javascript:var popup=window.open(\'../analysis.asp?pPopup=1\', \'_new\', \'width=350,height=350,resizable=0,scrollbars=0\');popup.window.focus();"><span class=\'mm-topic-analysis\'></span></a></td> </tr> </table> </td> <td class="intelligence_type">Other</td> </tr> <tr><td> <table class="framework_standard" > <tr> <td class="framework_checkbox"><input align="top" type="checkbox" name="select" value="2795478" ></td> <td class="intelligence_date">04/03/2019</td> <td class="framework_item-left full_width"><a href="javascript:selectSingleCheckbox(2795478);addCheckbox();document.oz.verb.value=20;document.oz.target=\'_self\';document.oz.submit();">Wholesale Welding Supplies to be acquired by Gabbagabbahey</a>&nbsp;<a href="javascript:var popup=window.open(\'../analysis.asp?pPopup=1\', \'_new\', \'width=350,height=350,resizable=0,scrollbars=0\');popup.window.focus();"><span class=\'mm-topic-analysis\'></span></a></td> </tr> </table> </td> <td class="intelligence_type">Deal announcements<br>Cross Border</td> </tr> <tr><td> <table class="framework_standard" > <tr> <td class="framework_checkbox"><input align="top" type="checkbox" name="select" value="2785556" ></td> <td class="intelligence_date">14/02/2019</td> <td class="framework_item-left full_width"><a href="javascript:selectSingleCheckbox(2785556);addCheckbox();document.oz.verb.value=20;document.oz.target=\'_self\';document.oz.submit();">Gabbagabbahey positive towards making acquisitions</a>&nbsp;<a href="javascript:var popup=window.open(\'../analysis.asp?pPopup=1\', \'_new\', \'width=350,height=350,resizable=0,scrollbars=0\');popup.window.focus();"><span class=\'mm-topic-analysis\'></span></a></td> </tr> </table> </td> <td class="intelligence_type">Bolt on/Opportunistic</td> </tr> <tr><td> <table class="framework_standard" > <tr> <td class="framework_checkbox"><input align="top" type="checkbox" name="select" value="2748957" ></td> <td class="intelligence_date">03/12/2018</td> <td class="framework_item-left full_width"><a href="javascript:selectSingleCheckbox(2748957);addCheckbox();document.oz.verb.value=20;document.oz.target=\'_self\';document.oz.submit();">NRG Automation to be acquired by Gabbagabbahey</a>&nbsp;<a href="javascript:var popup=window.open(\'../analysis.asp?pPopup=1\', \'_new\', \'width=350,height=350,resizable=0,scrollbars=0\');popup.window.focus();"><span class=\'mm-topic-analysis\'></span></a></td> </tr> </table> </td> <td class="intelligence_type">Deal announcements<br>Cross Border<br>Other</td> </tr> <tr><td> <table class="framework_standard" > <tr> <td class="framework_checkbox"><input align="top" type="checkbox" name="select" value="2727757" ></td> <td class="intelligence_date">26/10/2018</td> <td class="framework_item-left full_width"><a href="javascript:selectSingleCheckbox(2727757);addCheckbox();document.oz.verb.value=20;document.oz.target=\'_self\';document.oz.submit();">Thermo Electric Instrumentation acquired by Gabbagabbahey</a>&nbsp;<a href="javascript:var popup=window.open(\'../analysis.asp?pPopup=1\', \'_new\', \'width=350,height=350,resizable=0,scrollbars=0\');popup.window.focus();"><span class=\'mm-topic-analysis\'></span></a></td> </tr> </table> </td> <td class="intelligence_type">Deal announcements<br>Cross Border</td> </tr> <tr><td> <table class="framework_standard" > <tr> <td class="framework_checkbox"><input align="top" type="checkbox" name="select" value="2697324" ></td> <td class="intelligence_date">03/09/2018</td> <td class="framework_item-left full_width"><a href="javascript:selectSingleCheckbox(2697324);addCheckbox();document.oz.verb.value=20;document.oz.target=\'_self\';document.oz.submit();">TXRX Systems to be acquired by Gabbagabbahey</a>&nbsp;<a href="javascript:var popup=window.open(\'../analysis.asp?pPopup=1\', \'_new\', \'width=350,height=350,resizable=0,scrollbars=0\');popup.window.focus();"><span class=\'mm-topic-analysis\'></span></a></td> </tr> </table> </td> <td class="intelligence_type">Deal announcements<br>Cross Border</td> </tr> <tr><td> <table class="framework_standard" > <tr> <td class="framework_checkbox"><input align="top" type="checkbox" name="select" value="2675883" ></td> <td class="intelligence_date">20/07/2018</td> <td class="framework_item-left full_width"><a href="javascript:selectSingleCheckbox(2675883);addCheckbox();document.oz.verb.value=20;document.oz.target=\'_self\';document.oz.submit();">Norsecraft Tec to be acquired by Gabbagabbahey</a>&nbsp;<a href="javascript:var popup=window.open(\'../analysis.asp?pPopup=1\', \'_new\', \'width=350,height=350,resizable=0,scrollbars=0\');popup.window.focus();"><span class=\'mm-topic-analysis\'></span></a></td> </tr> </table> </td> <td class="intelligence_type">Cross Border<br>Other</td> </tr> <tr><td> <table class="framework_standard" > <tr> <td class="framework_checkbox"><input align="top" type="checkbox" name="select" value="2634988" ></td> <td class="intelligence_date">08/05/2018</td> <td class="framework_item-left full_width"><a href="javascript:selectSingleCheckbox(2634988);addCheckbox();document.oz.verb.value=20;document.oz.target=\'_self\';document.oz.submit();">Precision Parts UK to be acquired by Gabbagabbahey</a>&nbsp;<a href="javascript:var popup=window.open(\'../analysis.asp?pPopup=1\', \'_new\', \'width=350,height=350,resizable=0,scrollbars=0\');popup.window.focus();"><span class=\'mm-topic-analysis\'></span></a></td> </tr> </table> </td> <td class="intelligence_type">Deal announcements<br>Cross Border</td> </tr> <tr><td> <table class="framework_standard" > <tr> <td class="framework_checkbox"><input align="top" type="checkbox" name="select" value="2600230" ></td> <td class="intelligence_date">09/03/2018</td> <td class="framework_item-left full_width"><a href="javascript:selectSingleCheckbox(2600230);addCheckbox();document.oz.verb.value=20;document.oz.target=\'_self\';document.oz.submit();">Gabbagabbahey could look at Italian industrial targets in ongoing M&A expansion</a>&nbsp;<a href="javascript:var popup=window.open(\'../analysis.asp?pPopup=1\', \'_new\', \'width=350,height=350,resizable=0,scrollbars=0\');popup.window.focus();"><span class=\'mm-topic-analysis\'></span></a><br/><img align="absmiddle" src="/images/acuris_prop.png" border="0">&nbsp;<a href="javascript:var popup=window.open(\'../proprietary.asp?pPopup=1\', \'_new\', \'width=300,height=300,resizable=0,scrollbars=0\');popup.window.focus();"><span class="mmPI">Proprietary Intelligence</span></a></td> </tr> </table> </td> <td class="intelligence_type">Bolt on/Opportunistic<br>Cross Border</td> </tr> <tr><td> <table class="framework_standard" > <tr> <td class="framework_checkbox"><input align="top" type="checkbox" name="select" value="2590485" ></td> <td class="intelligence_date">22/02/2018</td> <td class="framework_item-left full_width"><a href="javascript:selectSingleCheckbox(2590485);addCheckbox();document.oz.verb.value=20;document.oz.target=\'_self\';document.oz.submit();">Zijtveld Grijpers to be acquired by Gabbagabbahey</a>&nbsp;<a href="javascript:var popup=window.open(\'../analysis.asp?pPopup=1\', \'_new\', \'width=350,height=350,resizable=0,scrollbars=0\');popup.window.focus();"><span class=\'mm-topic-analysis\'></span></a></td> </tr> </table> </td> <td class="intelligence_type">Deal announcements<br>Cross Border</td> </tr> <tr><td> <table class="framework_standard" > <tr> <td class="framework_checkbox"><input align="top" type="checkbox" name="select" value="2586485" ></td> <td class="intelligence_date">14/02/2018</td> <td class="framework_item-left full_width"><a href="javascript:selectSingleCheckbox(2586485);addCheckbox();document.oz.verb.value=20;document.oz.target=\'_self\';document.oz.submit();">Gabbagabbahey to maintain high acquisition pace in 2018</a>&nbsp;<a href="javascript:var popup=window.open(\'../analysis.asp?pPopup=1\', \'_new\', \'width=350,height=350,resizable=0,scrollbars=0\');popup.window.focus();"><span class=\'mm-topic-analysis\'></span></a></td> </tr> </table> </td> <td class="intelligence_type">Bolt on/Opportunistic</td> </tr> <tr><td> <table class="framework_standard" > <tr> <td class="framework_checkbox"><input align="top" type="checkbox" name="select" value="2560845" ></td> <td class="intelligence_date">27/12/2017</td> <td class="framework_item-left full_width"><a href="javascript:selectSingleCheckbox(2560845);addCheckbox();document.oz.verb.value=20;document.oz.target=\'_self\';document.oz.submit();">Tradinco acquired by Gabbagabbahey</a>&nbsp;<a href="javascript:var popup=window.open(\'../analysis.asp?pPopup=1\', \'_new\', \'width=350,height=350,resizable=0,scrollbars=0\');popup.window.focus();"><span class=\'mm-topic-analysis\'></span></a></td> </tr> </table> </td> <td class="intelligence_type">Deal announcements<br>Cross Border<br>Other</td> </tr> <tr><td> <table class="framework_standard" > <tr> <td class="framework_checkbox"><input align="top" type="checkbox" name="select" value="2506288" ></td> <td class="intelligence_date">22/09/2017</td> <td class="framework_item-left full_width"><a href="javascript:selectSingleCheckbox(2506288);addCheckbox();document.oz.verb.value=20;document.oz.target=\'_self\';document.oz.submit();">Inovatools Group to be acquired by Gabbagabbahey</a>&nbsp;<a href="javascript:var popup=window.open(\'../analysis.asp?pPopup=1\', \'_new\', \'width=350,height=350,resizable=0,scrollbars=0\');popup.window.focus();"><span class=\'mm-topic-analysis\'></span></a></td> </tr> </table> </td> <td class="intelligence_type">Deal announcements<br>Cross Border</td> </tr> <tr><td> <table class="framework_standard" > <tr> <td class="framework_checkbox"><input align="top" type="checkbox" name="select" value="2476870" ></td> <td class="intelligence_date">28/07/2017</td> <td class="framework_item-left full_width"><a href="javascript:selectSingleCheckbox(2476870);addCheckbox();document.oz.verb.value=20;document.oz.target=\'_self\';document.oz.submit();">Gabbagabbahey mulls acquisitions (translated)</a>&nbsp;<a href="javascript:var popup=window.open(\'../analysis.asp?pPopup=1\', \'_new\', \'width=350,height=350,resizable=0,scrollbars=0\');popup.window.focus();"><span class=\'mm-topic-analysis\'></span></a></td> </tr> </table> </td> <td class="intelligence_type">Bolt on/Opportunistic</td> </tr> <tr><td> <table class="framework_standard" > <tr> <td class="framework_checkbox"><input align="top" type="checkbox" name="select" value="2465170" ></td> <td class="intelligence_date">07/07/2017</td> <td class="framework_item-left full_width"><a href="javascript:selectSingleCheckbox(2465170);addCheckbox();document.oz.verb.value=20;document.oz.target=\'_self\';document.oz.submit();">Wennerstrom Ljuskontroll to be acquired by Gabbagabbahey</a>&nbsp;<a href="javascript:var popup=window.open(\'../analysis.asp?pPopup=1\', \'_new\', \'width=350,height=350,resizable=0,scrollbars=0\');popup.window.focus();"><span class=\'mm-topic-analysis\'></span></a></td> </tr> </table> </td> <td class="intelligence_type">Deal announcements</td> </tr> </table> <table class="framework_standard"><tr><td class="framework_spacer-height"></td></tr><tr class=\'hideforprinting\'><td class="pagination-records">No. of records: 147</td><td class="pagination-pages"> No. of pages: 4</td><td class="pagination-nav"><span>first</span><span>previous 10</span><span>previous</span><span class="current">1</span> <a class="lt" href=\'javascript:addCheckbox();resetSingleItemValue();goPage(2,24);\'>2</a> <a class="lt" href=\'javascript:addCheckbox();resetSingleItemValue();goPage(3,24);\'>3</a> <a class="lt" href=\'javascript:addCheckbox();resetSingleItemValue();goPage(4,24);\'>4</a> <a class="lt" href=\'javascript:addCheckbox();resetSingleItemValue();goPage(2,24);\'>next</a><span>next 10</span><a class="lt" href=\'javascript:addCheckbox();resetSingleItemValue();goPage(4,24);\'>last</a></td></tr></table> <table class="framework_standard content-controls"><tr><td class="function-left"><a alt="Select Page" href="javascript:toolbarSelectPage();" id="selectpage" name="selectpage">Select Page</a><a alt="Deselected Page" href="javascript:toolbarDeselectPage();" id="deselectpage" name="deselectpage">Deselect Page</a></td><td class="function-right"><a alt="View Selected" href="javascript:toolbarViewSelected(0);" id="viewselected" name="viewselected">View Selected</a><a alt="View All" href="javascript:toolbarViewAll(0);" id="viewall" name="viewall">View All</a><a alt="Print Selected" href="javascript:toolbarPrintSelected(0);" id="printselected" name="printselect">Print Selected</a><a alt="Print All" href="javascript:toolbarPrintAll(0);" id="printall" name="printall">Print All</a><a alt="Download Selected" href="javascript:resetSingleItemValue();toolbarReportSelected(0);" id="report" name="reportselected">Download Selected</a><a alt="Download All" href="javascript:toolbarReportAll(0);" id="report" name="reportall">Download All</a></td></tr></table> <table class="framework_non-standard"><tr colspan=\'2\'><td class="framework_label">You Searched on the following Criteria:</td></tr><tr><td><table class="framework_non-standard"><table><tr><td class="framework_label">Date From</td><td class="framework_item-left"></td></tr><tr><td class="framework_label">Date To</td><td class="framework_item-left">05/05/2021</td></tr><tr><td class="framework_label">Free Text Search</td><td class="framework_item-left">Gabbagabbahey</td></tr></table></table></td></tr></table> <input type="hidden" name="selectedItems" value=""> <input type="hidden" name="selectedItem" value=""> <input type="hidden" name="singleItemSelected" value="0"> <input type="hidden" name="queryString" value="npid=200&zone=110&verb=2&contextid=1028364052&sortkey=0"><!--!!!--> <input type="hidden" name="verb" value> <input type="hidden" name="page" value=""> <input type="hidden" name="zone" value="100"> <input type="hidden" name="dealid" value="0"> <input type="hidden" name="sortkey" value="0"> <!--<input type="text" name="ammendedDetailQueryString" value="">--> <script language="JavaScript"> <!-- /*//function to check that a selection has been made if user wants to view/print/report on selected function verifyCheckboxesSelected(strTarget){ if ((document.oz.selectedItems.value == \'\') && ((document.oz.verb.value == 20) || (document.oz.verb.value == 23) || (document.oz.verb.value == 33))){ document.oz.verb.value=\'\'; alert(\'none selected\'); } else{ alert(\'selected sosubmit\'); document.oz.target=strTarget; document.oz.submit(); } } */ //--> </script> </form> </td> </tr> </table> </td> <td class="homepage_mainbody-leaguetbl"></td> </tr> </table> </td> </tr> <tr> <td width="100%"><img src="/images/spacer.gif" width="1" height="1"></td> </tr> </table> </td> </tr> </table> </div><footer class="acuris-footer" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns:user="urn:my-scripts"><div class="footer-wrapper footer-wrapper-crm"><section class="footer-section footer-section-crm footer-crm__count--4"><p class="footer-contact-card__email-wrapper h-card"><span id="consultant-panel" class="footer-contact-card__message"> For support, contact </span><span class="footer-contact-card__email u-email"><a href="mailto:help@mergermarket.com">help@mergermarket.com</a></span></p> <ul class="footer-contact-card-list"> <li class="footer-contact-card h-card"> <p class="footer-contact-card__country p-country-name">Americas</p> <p class="footer-contact-card__phone p-tel">+1-866-5-MERGER</p> </li> <li class="footer-contact-card h-card"> <p class="footer-contact-card__country p-country-name">EMEA </p> <p class="footer-contact-card__phone p-tel">+44 (0)20 3741 1111</p> </li> <li class="footer-contact-card h-card"> <p class="footer-contact-card__country p-country-name">Asia </p> <p class="footer-contact-card__phone p-tel">+852-2158-9790</p> </li> <li class="footer-contact-card h-card"> <p class="footer-contact-card__country p-country-name">Australasia</p> <p class="footer-contact-card__phone p-tel">+61 2 9513 2649</p> </li> </ul></section></div> <div class="footer-wrapper footer-wrapper-links"><section class="footer-section footer-section-links"><ul> <li><a href="http://www.mergermarket.com/info" target="_blank">Corporate Site</a></li> <li><a href="https://www.mergermarket.com/info/terms" target="_blank">Terms and Conditions</a></li> <li><a href="https://www.mergermarket.com/info/privacy-policy" target="_blank">Privacy Policy</a></li> <li><a href="https://www.mergermarket.com/info/merger-group-disclaimer" target="_blank">Disclaimer</a></li> </ul></section></div> <div class="footer-wrapper footer-wrapper-copyright"><section class="footer-section footer-section-copyright"><span class="footer-copyright__message">&#169; 2021 Mergermarket Limited. All rights reserved. </span></section></div></footer><script type="text/javascript" src="/js/user-menu.js" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns:user="urn:my-scripts"></script><!--[if LTE IE 9 ]> <script type="text/javascript" src="/js/placeholder-shiv.js"></script> <![endif]--> <!-- content starts here --> <!-- content end here --> </body> </html> <script language="javascript"> function submitSort(cbo) { document.oz.sortkey.value = cbo.value; //window.alert( cbo.value ); goPage(1, 24); } </script> '; preg_match_all($re, $str, $matches, PREG_SET_ORDER, 0); // Print the entire match result var_dump($matches);

Please keep in mind that these code samples are automatically generated and are not guaranteed to work. If you find any syntax errors, feel free to submit a bug report. For a full regex reference for PHP, please visit: http://php.net/manual/en/ref.pcre.php