Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

2756
LINES
[SHOW ALL]

< > BotCompany Repo | #1010392 // English Phrases List (HTML)

Document

<!DOCTYPE html><!--[if lt IE 7]> <html class="ie6 oldie"> <![endif]--><!--[if IE 7]>    <html class="ie7 oldie"> <![endif]--><!--[if IE 8]>    <html class="ie8 oldie"> <![endif]--><!--[if gt IE 8]><!--><html lang="en"><!-- #BeginTemplate "/Templates/meanings.dwt" --><!-- DW6 --><!--<![endif]--><head><meta charset="utf-8">
<script data-cfasync='false' data-pagespeed-no-defer>var __ez=__ez||{};__ez.evt={};__ez.ck={};__ez.dot={};__ez.template={};__ez.template.isOrig=false;__ez.evt.add=function(e,t,n){e.addEventListener?e.addEventListener(t,n,!1):e.attachEvent?e.attachEvent("on"+t,n):e["on"+t]=n()},__ez.evt.remove=function(e,t,n){e.removeEventListener?e.removeEventListener(t,n,!1):e.detachEvent?e.detachEvent("on"+t,n):delete e["on"+t]};__ez.ck.get=function(n,e){null!==e&&(n=n+"_"+e);for(var t=n+"=",r=decodeURIComponent(document.cookie),o=r.split(";"),i=0;i<o.length;i++){for(var u=o[i];" "===u.charAt(0);)u=u.substring(1);if(0===u.indexOf(t))return u.substring(t.length,u.length)}return""};__ez.queue=function(){function g(a,b,g,h,j,k,l,m){var n=new f.file(a,b,g,h,j,k,l);!0===m?d[a]=n:e[a]=n,c[a]=n,i(n)}function h(a,g,h,j,k,l,m,n,o){!0===l&&(a=a+"_"+b++);var p=new f.func(a,g,h,j,k,m,n);!0===o?d[a]=p:e[a]=p,c[a]=p,i(p)}function i(a){!0!==j(a)&&a.process()}function j(a){if(a.blockedBy instanceof Array)for(var b=0;b<a.blockedBy.length;b++){var d=a.blockedBy[b];if(!1===c.hasOwnProperty(d))return k(a.name+" blocked = "+d),!0;if(!0===a.proceedIfError&&!0===c[d].isError)return!1;if(!1===c[d].isComplete)return k(a.name+" blocked = "+d),!0}return!1}function k(a){var b=window.location.href,c=new RegExp("[?&]ezq=([^&#]*)","i"),d=c.exec(b);"1"===(d?d[1]:null)&&console.debug(a)}function l(){++a>20||(k("let's go"),m(d),m(e))}function m(a){for(var b in a)if(!1!==a.hasOwnProperty(b)){var c=a[b];!0===c.isComplete||j(c)||!0===c.isInitialized||!0===c.isError?!0===c.isError?k(c.name+": error"):!0===c.isComplete?k(c.name+": complete already"):!0===c.isInitialized&&k(c.name+": initialized already"):c.process()}}var a=0,b=0,c=[],d=[],e=[],f={func:function(a,b,d,e,f,g,h){var i=this;this.name=a,this.funcName=b,this.parameters=null===d?null:d instanceof Array?d:[d],this.isBlock=e,this.blockedBy=f,this.deleteWhenComplete=g,this.isError=!1,this.isComplete=!1,this.isInitialized=!1,this.proceedIfError=h,this.process=function(){k("... func = "+a),i.isInitialized=!0,i.isComplete=!0;var b=i.funcName.split(".");b.length>3||(3===b.length?window[b[0]][b[1]][b[2]].apply(null,this.parameters):2===b.length?window[b[0]][b[1]].apply(null,this.parameters):window[i.funcName].apply(null,this.parameters)),!0===i.deleteWhenComplete&&delete c[a],!0===i.isBlock&&(k("----- F'D: "+i.name),l())}},file:function(a,b,c,d,e,f,g){var h=this;this.name=a,this.path=b,this.async=e,this.defer=f,this.isBlock=c,this.blockedBy=d,this.isInitialized=!1,this.isError=!1,this.isComplete=!1,this.proceedIfError=g,this.process=function(){h.isInitialized=!0,k("... file = "+a);var c=document.createElement("script");c.src=b,!0===e?c.async=!0:!0===f&&(c.defer=!0),c.onerror=function(){k("----- ERR'D: "+h.name),h.isError=!0,!0===h.isBlock&&l()},c.onreadystatechange=c.onload=function(){var a=c.readyState;k("----- F'D: "+h.name),a&&!/loaded|complete/.test(a)||(h.isComplete=!0,!0===h.isBlock&&l())},document.getElementsByTagName("head")[0].appendChild(c)}}};return{addFile:g,addFunc:h,items:c}}();var __ezDotData=function(a,b){this.name=a,this.val=b};__ez.dot.b64={_keyStr:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",encode:function(a){var c,d,e,f,g,h,i,b="",j=0;for(a=Base64._utf8_encode(a);j<a.length;)c=a.charCodeAt(j++),d=a.charCodeAt(j++),e=a.charCodeAt(j++),f=c>>2,g=(3&c)<<4|d>>4,h=(15&d)<<2|e>>6,i=63&e,isNaN(d)?h=i=64:isNaN(e)&&(i=64),b=b+this._keyStr.charAt(f)+this._keyStr.charAt(g)+this._keyStr.charAt(h)+this._keyStr.charAt(i);return b},decode:function(a){var c,d,e,f,g,h,i,b="",j=0;for(a=a.replace(/[^A-Za-z0-9+\/=]/g,"");j<a.length;)f=this._keyStr.indexOf(a.charAt(j++)),g=this._keyStr.indexOf(a.charAt(j++)),h=this._keyStr.indexOf(a.charAt(j++)),i=this._keyStr.indexOf(a.charAt(j++)),c=f<<2|g>>4,d=(15&g)<<4|h>>2,e=(3&h)<<6|i,b+=String.fromCharCode(c),64!=h&&(b+=String.fromCharCode(d)),64!=i&&(b+=String.fromCharCode(e));return b=Base64._utf8_decode(b)},_utf8_encode:function(a){a=a.replace(/rn/g,"n");for(var b="",c=0;c<a.length;c++){var d=a.charCodeAt(c);d<128?b+=String.fromCharCode(d):d>127&&d<2048?(b+=String.fromCharCode(d>>6|192),b+=String.fromCharCode(63&d|128)):(b+=String.fromCharCode(d>>12|224),b+=String.fromCharCode(d>>6&63|128),b+=String.fromCharCode(63&d|128))}return b},_utf8_decode:function(a){for(var b="",c=0,d=c1=c2=0;c<a.length;)d=a.charCodeAt(c),d<128?(b+=String.fromCharCode(d),c++):d>191&&d<224?(c2=a.charCodeAt(c+1),b+=String.fromCharCode((31&d)<<6|63&c2),c+=2):(c2=a.charCodeAt(c+1),c3=a.charCodeAt(c+2),b+=String.fromCharCode((15&d)<<12|(63&c2)<<6|63&c3),c+=3);return b}},__ez.dot.dataToStr=function(a){if(void 0===a)return[];try{for(var b in a)a[b].val=a[b].val+""}catch(a){}return a},__ez.dot.getCC=function(){var a="XX";return"undefined"!=typeof _ezaq&&_ezaq.hasOwnProperty("country")&&(a=_ezaq.country),a},__ez.dot.getDID=function(){var a="0";return"undefined"!=typeof _ezaq&&_ezaq.hasOwnProperty("domain_id")&&(a=_ezaq.domain_id.toString()),a},__ez.dot.getEpoch=function(a){return"undefined"!=typeof _ezaq&&_ezaq.hasOwnProperty("t_epoch")&&(a=_ezaq.t_epoch),a},__ez.dot.getURL=function(a){return("undefined"!=typeof ezJsu&&1==ezJsu||"undefined"!=typeof _ez_sa&&1==_ez_sa||"undefined"!=typeof isAmp&&!0===isAmp)&&(a="//g.ezoic.net"+a),a},__ez.dot.isValid=function(a){for(var b=0;b<a.length;b++)if(a[b]instanceof __ezDotData==!1)return console.error("Invalid data. ",a[b]),!1;return!0},__ez.dot.isDefined=function(){for(var a=0;a<arguments.length;a++)if(void 0===arguments[a]||null===arguments[a])return console.error("Argument not defined. ",arguments),!1;return!0};__ez.bit=function(){function c(a,b){d(a,b),e()}function d(b,c){__ez.dot.isDefined(b)&&__ez.dot.isValid(c)&&a.push({type:"pageview",pageview_id:b,domain_id:__ez.dot.getDID(),t_epoch:__ez.dot.getEpoch(0),data:__ez.dot.dataToStr(c)})}function e(){void 0!==document.visibilityState&&"prerender"===document.visibilityState||(__ez.dot.isDefined(a)&&a.length>0&&((new Image).src=__ez.dot.getURL(b)+"?orig="+(!0===__ez.template.isOrig?1:0)+"&ds="+btoa(JSON.stringify(a))),a=[])}var a=[],b="/detroitchicago/greenoaks.gif";return{Add:d,AddAndFire:c,Fire:e}}();</script><script data-cfasync='false' data-pagespeed-no-defer>__ez.pel=function(){function c(a,b){d(a,b,0,0,0,0,0),f()}function d(b,c,d,e,f,h,i){if(__ez.dot.isDefined(b,b.getSlotElementId)){var j=parseInt(b.getTargeting("ap")[0]),k=b.getSizes()[0],l=k.l.toString()+"x"+k.j.toString(),m=g(b),n=b.getSlotElementId();__ez.dot.isDefined(m,n)&&__ez.dot.isValid(c)&&a.push({type:"impression",impression_id:m,domain_id:__ez.dot.getDID(),unit:n,t_epoch:__ez.dot.getEpoch(0),revenue:d,est_revenue:e,ad_position:j,ad_size:l,bid_floor_filled:f,bid_floor_prev:h,stat_source_id:i,country_code:__ez.dot.getCC(),data:__ez.dot.dataToStr(c)})}}function e(b,c){var d=b.split("/");if(__ez.dot.isDefined(b)&&3===d.length&&__ez.dot.isValid(c)){var e=d[0],f=d[2];a.push({type:"impression",impression_id:f,domain_id:__ez.dot.getDID(),unit:e,t_epoch:__ez.dot.getEpoch(0),data:__ez.dot.dataToStr(c)})}}function f(){void 0!==document.visibilityState&&"prerender"===document.visibilityState||(__ez.dot.isDefined(a)&&a.length>0&&((new Image).src=__ez.dot.getURL(b)+"?orig="+(!0===__ez.template.isOrig?1:0)+"&sts="+btoa(JSON.stringify(a))),a=[])}function g(a){var b=0;try{var c=a.getTargetingMap();if(-1===a.getSlotElementId().indexOf("div-gpt-ad"))return b;if(void 0!==c)for(var e in c)if(-1!==e.indexOf("iid")&&void 0!==c[e][0]){b=c[e][0];break}}catch(a){}return b}var a=[],b="/porpoiseant/army.gif";return{Add:d,AddAndFire:c,AddById:e,Fire:f}}();var EzoicPixel=function(){this.pixels=[],this.pixelUrl="/ezoic/e.gif",("undefined"!=typeof ezJsu&&ezJsu===!0||"undefined"!=typeof _ez_sa&&_ez_sa===!0||"undefined"!=typeof window.isAmp&&isAmp===!0)&&(this.pixelUrl="//g.ezoic.net"+this.pixelUrl),this.tEpoch=0,"undefined"!=typeof _ezaq&&_ezaq.hasOwnProperty("t_epoch")&&(this.tEpoch=_ezaq.t_epoch)},EzoicPixelData=function(a,b){this.name=a,this.val=b};EzoicPixel.prototype={constructor:EzoicPixel,AddAndFireImpPixel:function(a,b){this.AddImpPixel(a,b,0,0,0,0,0),this.FirePixels()},AddAndFirePVPixel:function(a,b){this.AddPVPixel(a,b),this.FirePixels()},AddImpPixel:function(a,b,c,d,e,f,g){if(this.isDefined(a,a.getSlotElementId)){var h=parseInt(a.getTargeting("ap")[0]),i=a.getSizes()[0],j=i.l.toString()+"x"+i.j.toString(),k="0",l="XX";"undefined"!=typeof _ezaq&&_ezaq.hasOwnProperty("domain_id")&&(k=_ezaq.domain_id.toString()),"undefined"!=typeof _ezaq&&_ezaq.hasOwnProperty("country")&&(l=_ezaq.country);var m=this.getSlotIID(a),n=a.getSlotElementId();this.isDefined(m,n)&&this.validateData(b)&&(b=this.convertDataToStr(b),this.pixels.push({type:"impression",impression_id:m,domain_id:k,unit:n,t_epoch:this.tEpoch,revenue:c,est_revenue:d,ad_position:h,ad_size:j,bid_floor_filled:e,bid_floor_prev:f,stat_source_id:g,country_code:l,data:b}))}},AddImpPixelById:function(a,b){var c="0";"undefined"!=typeof _ezaq&&_ezaq.hasOwnProperty("domain_id")&&(c=_ezaq.domain_id.toString());var d=a.split("/");if(this.isDefined(a)&&3===d.length&&this.validateData(b)){var e=d[0],f=d[2];b=this.convertDataToStr(b),this.pixels.push({type:"impression",impression_id:f,domain_id:c,unit:e,t_epoch:this.tEpoch,data:b})}},AddPVPixel:function(a,b){var c="0";"undefined"!=typeof _ezaq&&_ezaq.hasOwnProperty("domain_id")&&(c=_ezaq.domain_id.toString()),this.isDefined(a)&&this.validateData(b)&&(b=this.convertDataToStr(b),this.pixels.push({type:"pageview",pageview_id:a,domain_id:c,t_epoch:this.tEpoch,data:b}))},FirePixels:function(){"undefined"!=typeof document.visibilityState&&"prerender"===document.visibilityState||(this.isDefined(this.pixels)&&this.pixels.length>0&&((new Image).src=this.pixelUrl+"?orig="+(__ez.template.isOrig===!0?1:0)+"&pixels="+encodeURIComponent(JSON.stringify(this.pixels))),this.pixels=[])},NewData:function(a,b){return new EzoicPixelData(a,b)},convertDataToStr:function(a){if("undefined"==typeof a)return[];try{for(var b in a)a[b].val=a[b].val+""}catch(a){}return a},getSlotIID:function(a){var b=0;try{var c=a.getTargetingMap(),d=a.getSlotElementId();if(d.indexOf("div-gpt-ad")===-1)return b;if("undefined"!=typeof c)for(var e in c)if(e.indexOf("iid")!==-1&&"undefined"!=typeof c[e][0]){b=c[e][0];break}}catch(a){}return b},isDefined:function(){for(var a=0;a<arguments.length;a++)if("undefined"==typeof arguments[a]||null===arguments[a])return console.error("Argument not defined. ",arguments),!1;return!0},validateData:function(a){for(var b=0;b<a.length;b++)if(a[b]instanceof EzoicPixelData==!1)return console.error("Invalid pixelData. ",a[b]),!1;return!0}};</script>
<script type="text/javascript">
	var __banger_pmp_deals=[{"SlotName":"/1254144/phrases_org_uk-box-1","Deals":[{"DealId":17,"Floor":160},{"DealId":18,"Floor":25},{"DealId":19,"Floor":100},{"DealId":20,"Floor":300}]},{"SlotName":"/1254144/phrases_org_uk-box-3","Deals":[{"DealId":17,"Floor":160},{"DealId":18,"Floor":25},{"DealId":19,"Floor":100},{"DealId":20,"Floor":300}]},{"SlotName":"/1254144/phrases_org_uk-medrectangle-3","Deals":[{"DealId":17,"Floor":160},{"DealId":18,"Floor":25},{"DealId":19,"Floor":100},{"DealId":20,"Floor":300}]},{"SlotName":"/1254144/phrases_org_uk-box-2","Deals":[{"DealId":17,"Floor":160},{"DealId":18,"Floor":25},{"DealId":19,"Floor":100},{"DealId":20,"Floor":300}]},{"SlotName":"/1254144/phrases_org_uk-medrectangle-4","Deals":[{"DealId":17,"Floor":160},{"DealId":18,"Floor":25},{"DealId":19,"Floor":100},{"DealId":20,"Floor":300},{"DealId":21,"Floor":2000}]},{"SlotName":"/1254144/phrases_org_uk-box-4","Deals":[{"DealId":17,"Floor":160},{"DealId":18,"Floor":25},{"DealId":19,"Floor":100},{"DealId":20,"Floor":300},{"DealId":21,"Floor":2000},{"DealId":22,"Floor":2500},{"DealId":23,"Floor":3000}]},{"SlotName":"/1254144/phrases_org_uk-banner-1","Deals":[{"DealId":17,"Floor":160},{"DealId":18,"Floor":25},{"DealId":19,"Floor":100},{"DealId":20,"Floor":300},{"DealId":21,"Floor":2000},{"DealId":22,"Floor":2500},{"DealId":23,"Floor":3000},{"DealId":24,"Floor":4000}]},{"SlotName":"/1254144/phrases_org_uk-large-leaderboard-2","Deals":[{"DealId":17,"Floor":160},{"DealId":18,"Floor":25},{"DealId":19,"Floor":100},{"DealId":20,"Floor":300}]},{"SlotName":"/1254144/phrases_org_uk-leader-1","Deals":[{"DealId":17,"Floor":160},{"DealId":18,"Floor":25},{"DealId":19,"Floor":100},{"DealId":20,"Floor":300}]},{"SlotName":"/1254144/phrases_org_uk-medrectangle-1","Deals":[{"DealId":17,"Floor":160},{"DealId":18,"Floor":25},{"DealId":19,"Floor":100},{"DealId":20,"Floor":300},{"DealId":21,"Floor":2000},{"DealId":22,"Floor":2500},{"DealId":23,"Floor":3000}]}];
</script>
<script data-cfasync="false" data-pagespeed-no-defer type='text/javascript'>
function ez_isclean( data ) {
    if (typeof data === 'undefined') { data = document.URL; }
    var re = /(([^<>()[\]\\.,;:\s@\"]+(\.[^<>()[\]\\.,;:\s@\"]+)*)|(\".+\"))(@|%2540|%40)((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))/;
    var isClean = !re.test(data);
    return isClean;
}

var ez_queue = new Array();
function sort_queue(a, b)
{
  if( a.priority < b.priority ) return -1;
  else if( a.priority == b.priority ) return 0;
  else return 1;
}
function execute_ez_queue()
{
  ez_queue.sort( sort_queue );

  for( var i in ez_queue )
  {
        if(typeof ez_queue[i].method != "undefined")
        {
            try{
                ez_queue[i].method.call( null );
            }
            catch (err) {

            }
        }
  }
}

window.ez_ad_units = new Array();
window.ezslots = new Array();
function ez_write_tag(d) {
    if(ez_isclean() && d instanceof Array) {

		ez_ad_units[ez_ad_units.length] = d;
        var ezcmd = "googletag.cmd.push(function() {var divid = 'div-gpt-ad-"+d[1]+"-0';if(typeof ezlrarn == 'function'){ezlrarn(divid);}googletag.display(divid);var to = 0;if("+d[2]+".getTargeting('ga')[0] == '0'){to = 500;console.log('"+d[2]+" - no google');}if(window.ezDisableInitialLoad==true){setTimeout(function(){googletag.pubads().refresh(["+d[2]+"])},to);}});";
		return ezcmd;
    }
    else {
        return "1+1";
    }
}
function in_array(needle, haystack) {
    var length = haystack.length;
    for(var i = 0; i < length; i++) {
        if(haystack[i] == needle) return true;
    }
    return false;
}
</script><script data-cfasync="false" data-pagespeed-no-defer type='text/javascript'>var ezrpos = new Array();var ez_current_interval;var ez_current_load = 0;</script>
<script data-cfasync="false" type="text/javascript" data-pagespeed-no-defer src="//go.ezoic.net/porpoiseant/dall.js" async></script>
<script data-cfasync="false" type="text/javascript" data-pagespeed-no-defer>
function epbjsRefreshSlot(e){epbjs.que.push(function(){epbjs.requestBids({adUnitCodes:[e.getSlotElementId()],bidsBackHandler:function(){epbjs.setTargetingForGPTAsync([e.getSlotElementId()])}})})}var epbjs=epbjs||{};epbjs.bidderTimeout=2500,epbjs.useAdj=true,epbjs.que=epbjs.que||[],epbjs.ezdss=epbjs.ezdss||[],epbjs.ezobid=epbjs.ezobid||[],epbjs.que.push(function(){var e=[{code: 'div-gpt-ad-phrases_org_uk-box-1-0', sizes: [[300,250]], bids: [{bidder: 'defymedia', params: { placementId: '9908692' }},{bidder: 'conversant', params: { site_id: '109048' }},{bidder: 'districtm', params: { placementId: '10036598' }},{bidder: 'sovrn', params: { tagid: '349980'}},{bidder: 'openx',params: { delDomain: 'ox-d.ezoic.servedbyopenx.com', unit: '538151781' }},{bidder: 'aol',params: { placement: '4308143', network: '10765.1' }},{bidder: 'criteo', params: { zoneId: '739917' }}] },{code: 'div-gpt-ad-phrases_org_uk-box-3-0', sizes: [[728,90]], bids: [{bidder: 'defymedia', params: { placementId: '9908688' }},{bidder: 'conversant', params: { site_id: '109048' }},{bidder: 'districtm', params: { placementId: '10036598' }},{bidder: 'sovrn', params: { tagid: '349982'}},{bidder: 'openx',params: { delDomain: 'ox-d.ezoic.servedbyopenx.com', unit: '538151782' }},{bidder: 'aol',params: { placement: '4308144', network: '10765.1' }},{bidder: 'criteo', params: { zoneId: '739924' }}] },{code: 'div-gpt-ad-phrases_org_uk-medrectangle-3-0', sizes: [[336,280],[300,250]], bids: [{bidder: 'defymedia', params: { placementId: '9908692' }},{bidder: 'conversant', params: { site_id: '109048' }},{bidder: 'districtm', params: { placementId: '10036598' }},{bidder: 'sovrn', params: { tagid: '349980'}},{bidder: 'openx',params: { delDomain: 'ox-d.ezoic.servedbyopenx.com', unit: '538151781' }},{bidder: 'aol',params: { placement: '4308143', network: '10765.1' }},{bidder: 'criteo', params: { zoneId: '739917' }}] },{code: 'div-gpt-ad-phrases_org_uk-box-2-0', sizes: [[728,90]], bids: [{bidder: 'defymedia', params: { placementId: '9908688' }},{bidder: 'conversant', params: { site_id: '109048' }},{bidder: 'districtm', params: { placementId: '10036598' }},{bidder: 'sovrn', params: { tagid: '349982'}},{bidder: 'openx',params: { delDomain: 'ox-d.ezoic.servedbyopenx.com', unit: '538151782' }},{bidder: 'aol',params: { placement: '4308144', network: '10765.1' }},{bidder: 'criteo', params: { zoneId: '739924' }}] },{code: 'div-gpt-ad-phrases_org_uk-medrectangle-4-0', sizes: [[336,280],[300,250]], bids: [{bidder: 'defymedia', params: { placementId: '9908692' }},{bidder: 'conversant', params: { site_id: '109048' }},{bidder: 'districtm', params: { placementId: '10036598' }},{bidder: 'sovrn', params: { tagid: '349980'}},{bidder: 'openx',params: { delDomain: 'ox-d.ezoic.servedbyopenx.com', unit: '538151781' }},{bidder: 'aol',params: { placement: '4308143', network: '10765.1' }},{bidder: 'criteo', params: { zoneId: '739917' }}] },{code: 'div-gpt-ad-phrases_org_uk-box-4-0', sizes: [[300,250]], bids: [{bidder: 'defymedia', params: { placementId: '9908692' }},{bidder: 'conversant', params: { site_id: '109048' }},{bidder: 'districtm', params: { placementId: '10036598' }},{bidder: 'sovrn', params: { tagid: '349980'}},{bidder: 'openx',params: { delDomain: 'ox-d.ezoic.servedbyopenx.com', unit: '538151781' }},{bidder: 'aol',params: { placement: '4308143', network: '10765.1' }},{bidder: 'criteo', params: { zoneId: '739917' }}] },{code: 'div-gpt-ad-phrases_org_uk-banner-1-0', sizes: [[300,250]], bids: [{bidder: 'defymedia', params: { placementId: '9908692' }},{bidder: 'conversant', params: { site_id: '109048' }},{bidder: 'districtm', params: { placementId: '10036598' }},{bidder: 'sovrn', params: { tagid: '349980'}},{bidder: 'openx',params: { delDomain: 'ox-d.ezoic.servedbyopenx.com', unit: '538151781' }},{bidder: 'aol',params: { placement: '4308143', network: '10765.1' }},{bidder: 'criteo', params: { zoneId: '739917' }}] },{code: 'div-gpt-ad-phrases_org_uk-large-leaderboard-2-0', sizes: [[336,280],[300,250]], bids: [{bidder: 'defymedia', params: { placementId: '9908692' }},{bidder: 'conversant', params: { site_id: '109048' }},{bidder: 'districtm', params: { placementId: '10036598' }},{bidder: 'sovrn', params: { tagid: '349980'}},{bidder: 'openx',params: { delDomain: 'ox-d.ezoic.servedbyopenx.com', unit: '538151781' }},{bidder: 'aol',params: { placement: '4308143', network: '10765.1' }},{bidder: 'criteo', params: { zoneId: '739917' }}] },{code: 'div-gpt-ad-phrases_org_uk-leader-1-0', sizes: [[300,250],[336,280]], bids: [{bidder: 'defymedia', params: { placementId: '9908690' }},{bidder: 'conversant', params: { site_id: '0' }},{bidder: 'districtm', params: { placementId: '0' }},{bidder: 'sovrn', params: { tagid: '349992'}},{bidder: 'openx',params: { delDomain: 'ox-d.ezoic.servedbyopenx.com', unit: '538151781' }},{bidder: 'aol',params: { placement: '', network: '10765.1' }},{bidder: 'criteo', params: { zoneId: '0' }}] },{code: 'div-gpt-ad-phrases_org_uk-medrectangle-1-0', sizes: [[970,250],[970,90],[728,90]], bids: [{bidder: 'defymedia', params: { placementId: '9908688' }},{bidder: 'conversant', params: { site_id: '109048' }},{bidder: 'districtm', params: { placementId: '10036598' }},{bidder: 'sovrn', params: { tagid: '349982'}},{bidder: 'openx',params: { delDomain: 'ox-d.ezoic.servedbyopenx.com', unit: '538151782' }},{bidder: 'aol',params: { placement: '4308144', network: '10765.1' }},{bidder: 'criteo', params: { zoneId: '739924' }}] }];epbjs.addAdUnits(e);epbjs.aliasBidder('appnexus', 'defymedia');epbjs.aliasBidder('appnexus', 'conversant');epbjs.aliasBidder('appnexus', 'districtm');epbjs.SS={"aol":10028,"conversant":10033,"criteo":10050,"defymedia":10024,"districtm":10035,"openx":10015,"sovrn":10017},epbjs.bidderSettings={defymedia: { bidCpmAdjustment: function(bidCpm) { var adj1 = bidCpm * 0.750000; var adj2 = adj1 * 1.000000; return adj2; }},conversant: { bidCpmAdjustment: function(bidCpm) { var adj1 = bidCpm * 0.440000; var adj2 = adj1 * 1.000000; return adj2; }},districtm: { bidCpmAdjustment: function(bidCpm) { var adj1 = bidCpm * 0.850000; var adj2 = adj1 * 1.000000; return adj2; }},sovrn: { bidCpmAdjustment: function(bidCpm) { var adj1 = bidCpm * 0.850000; var adj2 = adj1 * 1.000000; return adj2; }},openx: { bidCpmAdjustment: function(bidCpm) { var adj1 = bidCpm * 0.800000; var adj2 = adj1 * 1.000000; return adj2; }},aol: { bidCpmAdjustment: function(bidCpm) { var adj1 = bidCpm * 0.910000; var adj2 = adj1 * 1.000000; return adj2; }},criteo: { bidCpmAdjustment: function(bidCpm) { var adj1 = bidCpm * 0.720000; var adj2 = adj1 * 1.000000; return adj2; }},standard:{adserverTargeting:[{key:"hb_bidder",val:function(e){return e.bidderCode}},{key:"hb_adid",val:function(e){return e.adId}},{key:"hb_pb",val:function(e){var s=e.cpm;return 5>s?(Math.floor(100*s)/100).toFixed(2):(Math.floor(10*s)/10).toFixed(2)}},{key:"hb_ssid",val:function(e){return"ehb"==e.bidder?0:"undefined"!=typeof epbjs.SS[e.bidder]?epbjs.SS[e.bidder]:(console.error("epbjs: NO MATCH"),0)}}]}},epbjs.onEvent("bidWon",function(e){"ehb"==e.bidder?epbjs.ezdss[e.adUnitCode]=e.ss:"undefined"!=typeof epbjs.SS[e.bidder]?(epbjs.ezdss[e.adUnitCode]=epbjs.SS[e.bidder],1==epbjs.useAdj&&["sovrn","openx","pulsepoint","defymedia","aol","conversant","districtm","admedia","brealtime","sonobi","criteo"].indexOf(e.bidder)>-1&&(epbjs.ezobid[e.adUnitCode]=e.cpm/1.000000)):console.error("epbjs: NO MATCH")}),epbjs.requestBids({bidsBackHandler:function(e){epbjs.setTargetingForGPTAsync()}})});
</script><script data-cfasync="false" data-pagespeed-no-defer type='text/javascript'>window.isEZABL=false;window.ezmadspc=300;window.ezoViewCheck = false;</script><script data-cfasync="false" data-pagespeed-no-defer type='text/javascript'>window.ezDisableInitialLoad=false;</script><script data-cfasync="false" data-pagespeed-no-defer type='text/javascript'>
window.googletag = window.googletag || {};
googletag.cmd = googletag.cmd || [];
(function() {
var gads = document.createElement('script');
gads.async = true;
gads.type = 'text/javascript';
var useSSL = 'https:' == document.location.protocol;
gads.src = (useSSL ? 'https:' : 'http:') +
'//www.googletagservices.com/tag/js/gpt.js';
var node = document.getElementsByTagName('script')[0];
node.parentNode.insertBefore(gads, node);
})();



</script>
<script data-cfasync="false" data-pagespeed-no-defer type='text/javascript'>
googletag.cmd.push(function() {googletag.destroySlots();if(typeof window.isEZABL == 'undefined' || window.isEZABL != true) {ezslot_0 = googletag.defineSlot('/1254144/phrases_org_uk-box-1',[300,250],'div-gpt-ad-phrases_org_uk-box-1-0').addService(googletag.pubads()).setTargeting('iid6','510983').setTargeting('t','134').setTargeting('d','9946').setTargeting('t1','134').setTargeting('pvc','4').setTargeting('ap','1158').setTargeting('sap','1158').setTargeting('a','|2|').setTargeting('as','revenue').setTargeting('plat','1').setTargeting('bra','mod6').setTargeting('ic','1').setTargeting('at','mbf').setTargeting('adr','416').setTargeting('reft','n').setTargeting('refs','120').setTargeting('ga','2497208').setTargeting('rid','99998').setTargeting('pt','1').setTargeting('al','1000').setTargeting('compid','0').setTargeting('tap','phrases_org_uk-box-1-510983').setTargeting('bv','2').setTargeting('acptad','1').setCollapseEmptyDiv(false).setTargeting('br1','1600').setTargeting('br2','800').setTargeting('ezoic','1').setTargeting('deal1',[21,22,23,24,25,26]);ezslot_0.set('adsense_ad_types','text_image').set('adsense_background_color','FFFFFF').set('adsense_border_color','FFFFFF').set('adsense_channel_ids','7437238223').set('adsense_link_color','37a5d7').set('adsense_text_color','000000').set('adsense_url_color','F0F0F0');ezrpos[0]="0";ezslot_1 = googletag.defineSlot('/1254144/phrases_org_uk-box-3',[728,90],'div-gpt-ad-phrases_org_uk-box-3-0').addService(googletag.pubads()).setTargeting('iid6','539784').setTargeting('t','134').setTargeting('d','9946').setTargeting('t1','134').setTargeting('pvc','4').setTargeting('ap','1607').setTargeting('sap','1607').setTargeting('a','|68|').setTargeting('as','revenue').setTargeting('plat','1').setTargeting('bra','mod6').setTargeting('ic','1').setTargeting('at','mbf').setTargeting('adr','416').setTargeting('reft','n').setTargeting('refs','30').setTargeting('ga','2497208').setTargeting('rid','99998').setTargeting('pt','2').setTargeting('al','1002').setTargeting('compid','0').setTargeting('tap','phrases_org_uk-box-3-539784').setTargeting('bv','2').setCollapseEmptyDiv(false).setTargeting('br1','1100').setTargeting('br2','550').setTargeting('ezoic','1').setTargeting('deal1',[21,22,23,24,25,26]);ezslot_1.set('adsense_ad_types','text_image').set('adsense_background_color','FFFFFF').set('adsense_border_color','FFFFFF').set('adsense_channel_ids','7437238223').set('adsense_link_color','0000FF').set('adsense_text_color','000000').set('adsense_url_color','008000');ezrpos[1]="1";ezslot_2 = googletag.defineSlot('/1254144/phrases_org_uk-medrectangle-3',[336,280],'div-gpt-ad-phrases_org_uk-medrectangle-3-0').addService(googletag.pubads()).setTargeting('iid6','559267').setTargeting('t','134').setTargeting('d','9946').setTargeting('t1','134').setTargeting('pvc','4').setTargeting('ap','1196').setTargeting('sap','1196').setTargeting('a','|68|').setTargeting('as','revenue').setTargeting('plat','1').setTargeting('bra','mod6').setTargeting('ic','1').setTargeting('at','mbf').setTargeting('adr','416').setTargeting('reft','n').setTargeting('refs','120').setTargeting('ga','2497208').setTargeting('rid','99998').setTargeting('pt','8').setTargeting('al','1021').setTargeting('compid','0').setTargeting('tap','phrases_org_uk-medrectangle-3-559267').setTargeting('bv','2').setCollapseEmptyDiv(false).setTargeting('br1','450').setTargeting('br2','220').setTargeting('ezoic','1').setTargeting('deal1',[21,22,23,24,25,26]);ezslot_2.set('adsense_ad_types','text_image').set('adsense_background_color','FFFFFF').set('adsense_border_color','FFFFFF').set('adsense_channel_ids','7437238223').set('adsense_link_color','0000FF').set('adsense_text_color','000000').set('adsense_url_color','008000');ezrpos[2]="2";ezslot_3 = googletag.defineSlot('/1254144/phrases_org_uk-box-2',[728,90],'div-gpt-ad-phrases_org_uk-box-2-0').addService(googletag.pubads()).setTargeting('iid6','539464').setTargeting('t','134').setTargeting('d','9946').setTargeting('t1','134').setTargeting('pvc','4').setTargeting('ap','1106').setTargeting('sap','1106').setTargeting('a','|252|').setTargeting('as','revenue').setTargeting('plat','1').setTargeting('bra','mod6').setTargeting('ic','1').setTargeting('at','mbf').setTargeting('adr','416').setTargeting('reft','n').setTargeting('refs','30').setTargeting('ga','2497208').setTargeting('rid','99998').setTargeting('pt','7').setTargeting('al','1001').setTargeting('compid','0').setTargeting('tap','phrases_org_uk-box-2-539464').setTargeting('bv','2').setTargeting('acptad','1').setCollapseEmptyDiv(false).setTargeting('br1','1200').setTargeting('br2','600').setTargeting('ezoic','1').setTargeting('stl','25').setTargeting('deal1',[21,22,23,24,25,26]);ezslot_3.set('adsense_ad_types','text_image').set('adsense_background_color','FFFFFF').set('adsense_border_color','FFFFFF').set('adsense_channel_ids','7437238223').set('adsense_link_color','FF6600').set('adsense_text_color','000000').set('adsense_url_color','FF6600');ezrpos[3]="3";ezslot_4 = googletag.defineSlot('/1254144/phrases_org_uk-medrectangle-4',[336,280],'div-gpt-ad-phrases_org_uk-medrectangle-4-0').addService(googletag.pubads()).setTargeting('iid6','540064').setTargeting('t','134').setTargeting('d','9946').setTargeting('t1','134').setTargeting('pvc','4').setTargeting('ap','1199').setTargeting('sap','1199').setTargeting('a','|20|').setTargeting('as','revenue').setTargeting('plat','1').setTargeting('bra','mod6').setTargeting('ic','1').setTargeting('at','mbf').setTargeting('adr','416').setTargeting('reft','n').setTargeting('refs','120').setTargeting('ga','2497208').setTargeting('rid','99998').setTargeting('pt','9').setTargeting('al','1022').setTargeting('compid','0').setTargeting('tap','phrases_org_uk-medrectangle-4-540064').setTargeting('bv','2').setCollapseEmptyDiv(false).setTargeting('br1','2400').setTargeting('br2','1200').setTargeting('ezoic','1').setTargeting('deal1',[22,23,24,25,26]);ezslot_4.set('adsense_ad_types','text_image').set('adsense_background_color','FFFFFF').set('adsense_border_color','FFFFFF').set('adsense_channel_ids','7437238223').set('adsense_link_color','0053F9').set('adsense_text_color','000000').set('adsense_url_color','828282');ezrpos[4]="4";ezslot_5 = googletag.defineSlot('/1254144/phrases_org_uk-box-4',[300,250],'div-gpt-ad-phrases_org_uk-box-4-0').addService(googletag.pubads()).setTargeting('iid6','527006').setTargeting('t','134').setTargeting('d','9946').setTargeting('t1','134').setTargeting('pvc','4').setTargeting('ap','1123').setTargeting('sap','1123').setTargeting('a','|124|').setTargeting('as','revenue').setTargeting('plat','1').setTargeting('bra','mod6').setTargeting('ic','1').setTargeting('at','mbf').setTargeting('adr','416').setTargeting('reft','tf').setTargeting('refs','30').setTargeting('ga','2497208').setTargeting('rid','99998').setTargeting('pt','6').setTargeting('al','1003').setTargeting('compid','0').setTargeting('tap','phrases_org_uk-box-4-527006').setTargeting('bv','2').setCollapseEmptyDiv(false).setTargeting('br1','3600').setTargeting('br2','1800').setTargeting('ezoic','1').setTargeting('deal1',[24,25,26]);ezslot_5.set('adsense_ad_types','text_image').set('adsense_background_color','FFFFFF').set('adsense_border_color','FFFFFF').set('adsense_channel_ids','7437238223').set('adsense_link_color','FF0000').set('adsense_text_color','000000').set('adsense_url_color','FF0000');ezrpos[5]="5";ezslot_6 = googletag.defineSlot('/1254144/phrases_org_uk-banner-1',[300,250],'div-gpt-ad-phrases_org_uk-banner-1-0').addService(googletag.pubads()).setTargeting('iid6','537803').setTargeting('t','134').setTargeting('d','9946').setTargeting('t1','134').setTargeting('pvc','4').setTargeting('ap','1125').setTargeting('sap','1125').setTargeting('a','|68|').setTargeting('as','revenue').setTargeting('plat','1').setTargeting('bra','mod6').setTargeting('ic','1').setTargeting('at','mbf').setTargeting('adr','416').setTargeting('reft','tf').setTargeting('refs','120').setTargeting('ga','2497208').setTargeting('rid','99998').setTargeting('pt','5').setTargeting('al','1030').setTargeting('compid','0').setTargeting('tap','phrases_org_uk-banner-1-537803').setTargeting('bv','2').setCollapseEmptyDiv(false).setTargeting('br1','4200').setTargeting('br2','2100').setTargeting('ezoic','1').setTargeting('stl','2').setTargeting('deal1',[25,26]);ezslot_6.set('adsense_ad_types','text_image').set('adsense_background_color','FFFFFF').set('adsense_border_color','FFFFFF').set('adsense_channel_ids','7437238223').set('adsense_link_color','0000FF').set('adsense_text_color','000000').set('adsense_url_color','008000');ezrpos[6]="6";ezslot_7 = googletag.defineSlot('/1254144/phrases_org_uk-large-leaderboard-2',[336,280],'div-gpt-ad-phrases_org_uk-large-leaderboard-2-0').addService(googletag.pubads()).setTargeting('iid6','505854').setTargeting('t','134').setTargeting('d','9946').setTargeting('t1','134').setTargeting('pvc','4').setTargeting('ap','1126').setTargeting('sap','1126').setTargeting('a','|68|').setTargeting('as','revenue').setTargeting('plat','1').setTargeting('bra','mod6').setTargeting('ic','1').setTargeting('at','mbf').setTargeting('adr','416').setTargeting('reft','tf').setTargeting('refs','30').setTargeting('ga','2497208').setTargeting('rid','99998').setTargeting('pt','0').setTargeting('al','1036').setTargeting('compid','0').setTargeting('tap','phrases_org_uk-large-leaderboard-2-505854').setTargeting('bv','2').setCollapseEmptyDiv(false).setTargeting('br1','350').setTargeting('br2','160').setTargeting('ezoic','1').setTargeting('deal1',[21,22,23,24,25,26]);ezslot_7.set('adsense_ad_types','text_image').set('adsense_background_color','FFFFFF').set('adsense_border_color','FFFFFF').set('adsense_channel_ids','7437238223').set('adsense_link_color','0000FF').set('adsense_text_color','000000').set('adsense_url_color','008000');ezrpos[7]="7";ezslot_8 = googletag.defineSlot('/1254144/phrases_org_uk-leader-1',[336,280],'div-gpt-ad-phrases_org_uk-leader-1-0').addService(googletag.pubads()).setTargeting('iid6','501054').setTargeting('t','134').setTargeting('d','9946').setTargeting('t1','134').setTargeting('pvc','4').setTargeting('ap','1127').setTargeting('sap','1127').setTargeting('a','|20|').setTargeting('as','revenue').setTargeting('plat','1').setTargeting('bra','mod6').setTargeting('ic','1').setTargeting('at','mbf').setTargeting('adr','416').setTargeting('reft','n').setTargeting('refs','30').setTargeting('ga','2497208').setTargeting('rid','99998').setTargeting('pt','0').setTargeting('al','1037').setTargeting('compid','0').setTargeting('tap','phrases_org_uk-leader-1-501054').setTargeting('bv','2').setCollapseEmptyDiv(false).setTargeting('br1','700').setTargeting('br2','350').setTargeting('ezoic','1').setTargeting('deal1',[21,22,23,24,25,26]);ezslot_8.set('adsense_ad_types','text_image').set('adsense_background_color','FFFFFF').set('adsense_border_color','FFFFFF').set('adsense_channel_ids','7437238223').set('adsense_link_color','0053F9').set('adsense_text_color','000000').set('adsense_url_color','828282');ezrpos[8]="8";ezslot_9 = googletag.defineSlot('/1254144/phrases_org_uk-medrectangle-1',[970,250],'div-gpt-ad-phrases_org_uk-medrectangle-1-0').addService(googletag.pubads()).setTargeting('iid6','521175').setTargeting('t','134').setTargeting('d','9946').setTargeting('t1','134').setTargeting('pvc','4').setTargeting('ap','1102').setTargeting('sap','1102').setTargeting('a','|124|').setTargeting('as','revenue').setTargeting('plat','1').setTargeting('bra','mod6').setTargeting('ic','1').setTargeting('at','mbf').setTargeting('adr','416').setTargeting('reft','tf').setTargeting('refs','30').setTargeting('ga','2497208').setTargeting('rid','99998').setTargeting('pt','4').setTargeting('al','1004').setTargeting('compid','0').setTargeting('tap','phrases_org_uk-medrectangle-1-521175').setTargeting('bv','11').setTargeting('acptad','1').setCollapseEmptyDiv(false).setTargeting('br1','3000').setTargeting('br2','1500').setTargeting('ezoic','1').setTargeting('deal1',[24,25,26]);ezslot_9.set('adsense_ad_types','text_image').set('adsense_background_color','FFFFFF').set('adsense_border_color','FFFFFF').set('adsense_channel_ids','7437238223').set('adsense_link_color','FF0000').set('adsense_text_color','000000').set('adsense_url_color','FF0000');ezrpos[9]="9";}else{window.ezHideLocations=[];ezslot_0 = googletag.defineSlot('/1254144/phrases_org_uk-box-1',[300,250],'div-gpt-ad-phrases_org_uk-box-1-0').addService(googletag.pubads()).setTargeting('iid6','510983').setTargeting('t','134').setTargeting('d','9946').setTargeting('t1','134').setTargeting('pvc','4').setTargeting('ap','1158').setTargeting('sap','1158').setTargeting('a','|2|').setTargeting('as','revenue').setTargeting('plat','1').setTargeting('bra','mod6').setTargeting('ic','1').setTargeting('at','mbf').setTargeting('adr','416').setTargeting('reft','n').setTargeting('refs','120').setTargeting('ga','2497208').setTargeting('rid','99998').setTargeting('pt','1').setTargeting('al','1000').setTargeting('compid','0').setTargeting('tap','phrases_org_uk-box-1-510983').setTargeting('bv','2').setTargeting('acptad','1').setCollapseEmptyDiv(false).setTargeting('br1','1600').setTargeting('br2','800').setTargeting('ezoic','1').setTargeting('deal1',[21,22,23,24,25,26]);ezslot_0.set('adsense_ad_types','text_image').set('adsense_background_color','FFFFFF').set('adsense_border_color','FFFFFF').set('adsense_channel_ids','7437238223').set('adsense_link_color','37a5d7').set('adsense_text_color','000000').set('adsense_url_color','F0F0F0');ezrpos[0]="0";window.ezHideLocations.push('div-gpt-ad-phrases_org_uk-box-3-0');window.ezHideLocations.push('div-gpt-ad-phrases_org_uk-medrectangle-3-0');ezslot_3 = googletag.defineSlot('/1254144/phrases_org_uk-box-2',[728,90],'div-gpt-ad-phrases_org_uk-box-2-0').addService(googletag.pubads()).setTargeting('iid6','539464').setTargeting('t','134').setTargeting('d','9946').setTargeting('t1','134').setTargeting('pvc','4').setTargeting('ap','1106').setTargeting('sap','1106').setTargeting('a','|252|').setTargeting('as','revenue').setTargeting('plat','1').setTargeting('bra','mod6').setTargeting('ic','1').setTargeting('at','mbf').setTargeting('adr','416').setTargeting('reft','n').setTargeting('refs','30').setTargeting('ga','2497208').setTargeting('rid','99998').setTargeting('pt','7').setTargeting('al','1001').setTargeting('compid','0').setTargeting('tap','phrases_org_uk-box-2-539464').setTargeting('bv','2').setTargeting('acptad','1').setCollapseEmptyDiv(false).setTargeting('br1','1200').setTargeting('br2','600').setTargeting('ezoic','1').setTargeting('stl','25').setTargeting('deal1',[21,22,23,24,25,26]);ezslot_3.set('adsense_ad_types','text_image').set('adsense_background_color','FFFFFF').set('adsense_border_color','FFFFFF').set('adsense_channel_ids','7437238223').set('adsense_link_color','FF6600').set('adsense_text_color','000000').set('adsense_url_color','FF6600');ezrpos[3]="3";window.ezHideLocations.push('div-gpt-ad-phrases_org_uk-medrectangle-4-0');window.ezHideLocations.push('div-gpt-ad-phrases_org_uk-box-4-0');window.ezHideLocations.push('div-gpt-ad-phrases_org_uk-banner-1-0');window.ezHideLocations.push('div-gpt-ad-phrases_org_uk-large-leaderboard-2-0');window.ezHideLocations.push('div-gpt-ad-phrases_org_uk-leader-1-0');ezslot_9 = googletag.defineSlot('/1254144/phrases_org_uk-medrectangle-1',[970,250],'div-gpt-ad-phrases_org_uk-medrectangle-1-0').addService(googletag.pubads()).setTargeting('iid6','521175').setTargeting('t','134').setTargeting('d','9946').setTargeting('t1','134').setTargeting('pvc','4').setTargeting('ap','1102').setTargeting('sap','1102').setTargeting('a','|124|').setTargeting('as','revenue').setTargeting('plat','1').setTargeting('bra','mod6').setTargeting('ic','1').setTargeting('at','mbf').setTargeting('adr','416').setTargeting('reft','tf').setTargeting('refs','30').setTargeting('ga','2497208').setTargeting('rid','99998').setTargeting('pt','4').setTargeting('al','1004').setTargeting('compid','0').setTargeting('tap','phrases_org_uk-medrectangle-1-521175').setTargeting('bv','11').setTargeting('acptad','1').setCollapseEmptyDiv(false).setTargeting('br1','3000').setTargeting('br2','1500').setTargeting('ezoic','1').setTargeting('deal1',[24,25,26]);ezslot_9.set('adsense_ad_types','text_image').set('adsense_background_color','FFFFFF').set('adsense_border_color','FFFFFF').set('adsense_channel_ids','7437238223').set('adsense_link_color','FF0000').set('adsense_text_color','000000').set('adsense_url_color','FF0000');ezrpos[9]="9";}googletag.pubads().addEventListener('slotRenderEnded', function(event) { __ez.queue.addFunc("ezbanger", "ezbanger", event, false, ['banger.js'], true, true, false, true); });googletag.pubads().addEventListener('impressionViewable', function(event) { __ez.queue.addFunc("ezvb", "ezvb", event, false, ['banger.js'], true, true, false, true); });googletag.pubads().addEventListener('slotVisibilityChanged', function(event) { __ez.queue.addFunc("ezvbc", "ezvbc", event, false, ['banger.js'], true, true, false, true); });googletag.enableServices();});if(typeof window.isEZABL == 'undefined' || window.isEZABL != true) {ezslots.push("ezslot_0");ezslots.push("ezslot_1");ezslots.push("ezslot_2");ezslots.push("ezslot_3");ezslots.push("ezslot_4");ezslots.push("ezslot_5");ezslots.push("ezslot_6");ezslots.push("ezslot_7");ezslots.push("ezslot_8");ezslots.push("ezslot_9");}else{ezslots.push("ezslot_0");ezslots.push("ezslot_3");ezslots.push("ezslot_9");}</script>
<script>(function(){function a(g,h,i){var j=new Date;j.setTime(j.getTime()+1e3*(60*(60*(24*i))));var k="expires="+j.toUTCString(),l=g+"="+h+";"+k+";path=/;";"undefined"!=typeof ezdomain&&(l+="domain="+ezdomain),document.cookie=l}var b=window.addEventListener?"addEventListener":"attachEvent",c=window[b],f="attachEvent"==b?"onmessage":"message";c(f,function(g){"undefined"!=typeof g.data.ezstatus&&(__ez.bit.AddAndFire(_ezaq.page_view_id,[new __ezDotData("dg",g.data.ezstatus)]),a("ezdg",g.data.ezstatus,730))})})();</script>
<script type="text/javascript" data-cfasync="false">var _ezaq = {"ad_cache_level":2,"ad_location_ids":"0,2,21,1,22,3,30,36,37,4","adx_ad_count":10,"bidder_version":3,"city":"Wuppertal","country":"DE","days_since_last_visit":-1,"display_ad_count":10,"domain_id":9946,"ds_adsize_opt_id":-1,"engaged_time_visit":11,"ezcache_level":0,"forensiq_score":-1,"form_factor_id":1,"has_bad_words":0,"iab_category":"IAB16-4","is_bot":0,"is_return_visitor":false,"last_page_load":"1505475053453","last_pageview_id":"2608162a-9888-44c2-6b17-5cdc0722cf42","lt_cache_level":0,"max_ads":10,"metro_code":0,"page_ad_positions":"1102,1106,1123,1125,1126,1127,1158,1196,1199,1607","page_view_count":4,"page_view_id":"5cf03ea9-dfb6-4865-794b-ee28571cbd45","pv_event_count":0,"response_time_orig":194,"serverid":"34.240.77.27:10476","sub_page_ad_positions":"1102,1106,1123,1125,1126,1127,1158,1196,1199,1607","t_epoch":1505475054,"template_id":134,"time_on_site_visit":36,"url":"http://www.phrases.org.uk/meanings/phrases-and-sayings-list.html","user_id":1003313670,"weather_precipitation":0,"weather_summary":"","weather_temperature":0,"word_count":8558};var _ezim_d = {"phrases_org_uk-banner-1":{"adx_ad_count":10,"full_id":"phrases_org_uk-banner-1/2017-09-15/537803","height":"250","position_id":1125,"sub_position_id":1125,"width":"300"},"phrases_org_uk-box-1":{"adx_ad_count":10,"full_id":"phrases_org_uk-box-1/2017-09-15/510983","height":"250","position_id":1158,"sub_position_id":1158,"width":"300"},"phrases_org_uk-box-2":{"adx_ad_count":10,"full_id":"phrases_org_uk-box-2/2017-09-15/539464","height":"90","position_id":1106,"sub_position_id":1106,"width":"728"},"phrases_org_uk-box-3":{"adx_ad_count":10,"full_id":"phrases_org_uk-box-3/2017-09-15/539784","height":"90","position_id":1607,"sub_position_id":1607,"width":"728"},"phrases_org_uk-box-4":{"adx_ad_count":10,"full_id":"phrases_org_uk-box-4/2017-09-15/527006","height":"250","position_id":1123,"sub_position_id":1123,"width":"300"},"phrases_org_uk-large-leaderboard-2":{"adx_ad_count":10,"full_id":"phrases_org_uk-large-leaderboard-2/2017-09-15/505854","height":"280","position_id":1126,"sub_position_id":1126,"width":"336"},"phrases_org_uk-leader-1":{"adx_ad_count":10,"full_id":"phrases_org_uk-leader-1/2017-09-15/501054","height":"280","position_id":1127,"sub_position_id":1127,"width":"336"},"phrases_org_uk-medrectangle-1":{"adx_ad_count":10,"full_id":"phrases_org_uk-medrectangle-1/2017-09-15/521175","height":"250","position_id":1102,"sub_position_id":1102,"width":"970"},"phrases_org_uk-medrectangle-3":{"adx_ad_count":10,"full_id":"phrases_org_uk-medrectangle-3/2017-09-15/559267","height":"280","position_id":1196,"sub_position_id":1196,"width":"336"},"phrases_org_uk-medrectangle-4":{"adx_ad_count":10,"full_id":"phrases_org_uk-medrectangle-4/2017-09-15/540064","height":"280","position_id":1199,"sub_position_id":1199,"width":"336"}};var _ezat = {"domain_id":9946,"form_factor_id":1,"pageview_date":"2017-09-15","pageview_id":"5cf03ea9-dfb6-4865-794b-ee28571cbd45","template_id":134,"url":"http://www.phrases.org.uk/meanings/phrases-and-sayings-list.html","visit_uuid":"187b812c-d114-401c-5ec9-e21b6641a558"};</script><script data-cfasync='false' type="text/javascript" src="//cdn.phrases.org.uk/detroitchicago/rochester.js?cb=171-9&v=8" async></script><script data-pagespeed-no-defer data-cfasync='false' type="text/javascript">__ez.queue.addFile('banger.js', '/porpoiseant/banger.js?cb=171-9&bv=2&v=18&PageSpeed=off', true, [], true, false, false, true);</script><script data-pagespeed-no-defer data-cfasync='false'>
function create_ezolpl() {
    var d = new Date();
    d.setTime(d.getTime() + (365*24*60*60*1000));
    var expires = "expires="+d.toUTCString();
    document.cookie = "ezux_lpl_9946=" + new Date().getTime() + "|5cf03ea9-dfb6-4865-794b-ee28571cbd45; " + expires;
}
function attach_ezolpl() {
    if(window.attachEvent) {
        window.attachEvent('onload', create_ezolpl);
    } else {
        if(window.onload) {
            var curronload = window.onload;
            var newonload = function(evt) {
                curronload(evt);
                create_ezolpl();
            };
            window.onload = newonload;
        } else {
            window.onload = create_ezolpl;
        }
    }
}
attach_ezolpl();
</script>

<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="/css/boilerplate.css" rel="stylesheet" type="text/css">
<link href="/css/meanings-text-tags12.css" rel="stylesheet" type="text/css">
<!-- #BeginEditable "doctitle" -->
<title>A list of 1,800 English Phrases and Sayings - all explained</title>
<meta property="og:title" content="A list of 1,800 English Phrases and Sayings - all explained">
<link rel="canonical" href="http://www.phrases.org.uk/meanings/phrases-and-sayings-list.html">
<meta property="og:url" content="http://www.phrases.org.uk/meanings/phrases-and-sayings-list.html">
<meta name="Description" content="Meanings and Origins of Phrases - Complete List of Phrases and Sayings">
<meta property="og:description" content="Meanings and Origins of Phrases - Complete List of Phrases and Sayings">
<meta property="og:image" content="http://www.phrases.org.uk/images/phrasefinder.png">
<meta name="Keywords" content="etymology, English language, idioms, phrases, sayings">
<!-- #EndEditable -->
<meta property="og:type" content="website">
<meta property="og:site_name" content="Phrasefinder">
<link rel="apple-touch-icon" sizes="57x57" href="/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/manifest.json">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
<meta name="theme-color" content="#ffffff">
<link href="/css/boilerplate.css" rel="stylesheet" type="text/css">
<link href="/css/meanings-text-tags12.css" rel="stylesheet" type="text/css">
<meta name="author" content="Gary Martin">
<meta name="copyright" content="© Gary Martin">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->

<link rel="prerender" href="/meanings/index.html">
<script async src="/css/respond.min.js"></script>

<!-- #BeginEditable "head" -->
<script>
  (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','https://www.google-analytics.com/analytics.js','ga');

  ga('create', 'UA-263644-2', 'auto');
  ga('send', 'pageview');
</script><!-- #EndEditable -->

<!-- Ezoic Ad Testing Code-->

<!-- Ezoic Ad Testing Code-->

<style>.ezoic-ad.box-1 { display:inline-block;float:none;margin-bottom:2px !important;margin-left:0px !important;margin-right:0px !important;margin-top:2px !important;min-height:270px;min-width:300px; }
.ezoic-ad.box-3 { display:block !important;float:none;margin-bottom:2px !important;margin-left:0px !important;margin-right:0px !important;margin-top:2px !important;min-height:110px;min-width:728px;text-align:center !important; }
.ezoic-ad.medrectangle-3 { display:inline-block;float:none;margin-bottom:2px !important;margin-left:0px !important;margin-right:0px !important;margin-top:2px !important;min-height:300px;min-width:336px; }
.ezoic-ad.box-2 { display:block !important;float:none;margin-bottom:2px !important;margin-left:0px !important;margin-right:0px !important;margin-top:2px !important;min-height:110px;min-width:728px;text-align:center !important; }
.ezoic-ad.medrectangle-4 { display:inline-block;float:none;margin-bottom:2px !important;margin-left:0px !important;margin-right:0px !important;margin-top:2px !important;min-height:300px;min-width:336px; }
.ezoic-ad.box-4 { display:block !important;float:none !important;margin-bottom:2px !important;margin-left:0px !important;margin-right:0px !important;margin-top:2px !important;min-height:270px;min-width:300px;text-align:center !important; }
.ezoic-ad.banner-1 { display:inline-block;float:none;margin-bottom:2px !important;margin-left:0px !important;margin-right:0px !important;margin-top:2px !important;min-height:270px;min-width:300px; }
.ezoic-ad.large-leaderboard-2 { display:inline-block;float:none;margin-bottom:2px !important;margin-left:0px !important;margin-right:0px !important;margin-top:2px !important;min-height:300px;min-width:336px; }
.ezoic-ad.leader-1 { display:inline-block;float:none;margin-bottom:2px !important;margin-left:0px !important;margin-right:0px !important;margin-top:2px !important;min-height:300px;min-width:336px; }
.ezoic-ad.medrectangle-1 { display:inline-block;float:none !important;margin-bottom:2px !important;margin-left:0px !important;margin-right:0px !important;margin-top:2px !important;min-height:270px;min-width:970px; }
.ezoic-ad{display:inline-block;}
.ezoic-floating-bottom { display: none!important; }</style>
<script data-cfasync="false" type="text/javascript">window.google_analytics_uacct = "UA-72873712-23";</script>
<script data-cfasync="false" type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['e._setAccount', 'UA-72873712-23']);
_gaq.push(['f._setAccount', 'UA-38339005-1']);
_gaq.push(['e._setDomainName', 'phrases.org.uk']);
_gaq.push(['f._setDomainName', 'phrases.org.uk']);
_gaq.push(['e._setCustomVar',1,'template','pub_site',3]);
_gaq.push(['e._setCustomVar',2,'t','134',3]);
_gaq.push(['e._setCustomVar',3,'rid','0',2]);
_gaq.push(['e._setCustomVar',4,'bra','mod6',3]);
_gaq.push(['e._setAllowAnchor',true]);
_gaq.push(['e._setSiteSpeedSampleRate', 10]);
_gaq.push(['f._setCustomVar',1,'template','pub_site',3]);
_gaq.push(['f._setCustomVar',2,'domain','phrases.org.uk',3]);
_gaq.push(['f._setSiteSpeedSampleRate', 20]);
_gaq.push(['e._trackPageview']);
_gaq.push(['f._trackPageview']);


(function() {
 var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
 ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
 var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
<script type="text/javascript">var ezouid = "1003313670";</script><base href="http://www.phrases.org.uk/meanings/phrases-and-sayings-list.html"><script type='text/javascript'>
var ezoTemplate = 'pub_site';
if(typeof ezouid == 'undefined')
{
    var ezouid = 'none';
}
var ezoFormfactor = '1';
var ezo_elements_to_check = Array();
</script>

<!-- START EZHEAD -->
<script type='text/javascript'>
var soc_app_id = '0';
var did = 9946;
var ezdomain = 'phrases.org.uk';
var ezoicSearchable = 1;
</script>
<!--{jquery}-->
<!-- END EZHEAD -->

<script pagespeed_no_defer="" data-cfasync="false" type="text/javascript">
        window.cookieconsent_options = {
            "message":"We use cookies to personalise content and ads, to provide social media features and to analyse our traffic. We also share information about your use of our site with our social media, advertising and analytics partners.",
            "dismiss":"Got it!",
            "learnMore":"See details",
            "link":'/privacy.html',
            "theme":"/ezoic/styles/dark-bottom.css",
			"domain":"phrases.org.uk"
        };
    </script>
<script pagespeed_no_defer="" data-cfasync="false" type="text/javascript" src="/ezoic/cookieconsent.min.js"></script>
<script data-pagespeed-no-defer data-cfasync='false' type='text/javascript' style='display:none'>
__ez.queue.addFile('__ezf_ezosuigeneris', '//g.ezoic.net/ezosuigeneris.js', true, [], true, false, false, false);
var __ez_ezosuigenerisEvt = function() { __ez.bit.AddAndFire(_ezaq['page_view_id'], [(new __ezDotData('universal_user_id', ezosuigeneris))]); };
__ez.queue.addFunc('__ez_ezosuigenerisEvt', '__ez_ezosuigenerisEvt', null, false, ['__ezf_ezosuigeneris'], false, false, false, false);</script><script data-pagespeed-no-defer data-cfasync='false' type='text/javascript' style='display:none'>__ez.queue.addFile('__ezf_ezosuigenerisc', '//g.ezoic.net/ezosuigenerisc.js?nogen=1', true, [], true, false, false, false);</script></head>
<body>

<div class="gridContainer clearfix">
  <div id="LayoutDiv1">
  
<!-- Ezoic - Top-of-page-mobile - top_of_page -->
<span id='ezoic-pub-ad-placeholder-613'></span><!-- placeholder 613 blocked.  Reason : no sizes -->
<!-- End Ezoic - Top-of-page-mobile - top_of_page -->

<!-- Ezoic - Top of page - top_of_page -->
<span id='ezoic-pub-ad-placeholder-106'></span><span style='display:none !important;float:none;margin-bottom:2px !important;margin-left:0px !important;margin-right:0px !important;margin-top:2px !important;min-height:110px;min-width:728px;text-align:center !important;' class='ezoic-ad box-2 adtester-container adtester-container-106' data-ez-name='phrases_org_uk-box-2'><span id='div-gpt-ad-phrases_org_uk-box-2-0' ezaw='728' ezah='90' style='position:relative;z-index:0;display:none;' class='ezoic-ad'><!--script-placeholder--></span></span><script>var ezzns1 = {2.80:504721,5.00:504727,2.60:504720,0.40:504699,0.45:504700,0.70:504703,1.00:504706,1.40:504710,2.20:504718,4.00:504725,0.30:504697,0.60:504702,3.50:504724,0.10:504693,2.00:504716,4.50:504726,0.25:504696,0.15:504694,0.50:504701,1.60:504712,1.90:504715,0.05:504692,0.35:504698,1.10:504707,1.20:504708,1.30:504709,1.70:504713,1.80:504714,2.40:504719,0.20:504695,1.50:504711,3.00:504722,0.80:504704,0.90:504705,};</script><script type="text/javascript" src="//static.criteo.net/js/ld/publishertag.js" ></script>
<div class="ezflad-47" style="display:inline-block" adunitname="phrases_org_uk-box-2" id="crt-1">
<script type="text/javascript">
var ezoflbf_2_1 = function() { __ez.queue.addFunc('ReloadFromP_1106', 'IL11ILILIIlLLLILILLLLIILLLIIL11111LLILiiLIliLlILlLiiLLIiILL.ReloadFromP', 1106, false, ['banger.js'], false, false, false, true); };
var ezoflbf_1 = function() { eval(ez_write_tag([[728,90],'phrases_org_uk-box-2','ezslot_3']));
		};</script><script type="text/javascript">ezoflbf_1();
</script></div>
<script type='text/javascript'>
	var __ezfl_sss_1106 = function() {
		setTimeout(function(){
			var ezflaun = IL11ILILIIlLLLILILLLLIILLLIIL11111LLILiiLIliLlILlLiiLLIiILL.GetNameFromPositionId(1106);
			if (typeof ezflaun != 'undefined' && ezflaun.length > 0) {
				if (typeof ez_ad_units != undefined) {
					for (i = 0; i < ez_ad_units.length; i++) {
						if (ezflaun.indexOf(ez_ad_units[i][1]) >= 0) {
							return false;
						}
					}
				}
				IL11ILILIIlLLLILILLLLIILLLIIL11111LLILiiLIliLlILlLiiLLIiILL.StoreStatSource(ezflaun, 47, 12.00);
				IL11ILILIIlLLLILILLLLIILLLIIL11111LLILiiLIliLlILlLiiLLIiILL.RemoveSlotById(ezflaun);
			}
		}, 4000);
	};
	__ez.queue.addFunc('__ezfl_sss_1106', '__ezfl_sss_1106', null, false, ['banger.js'], false, false, false, true);
</script><!--ezoicfl-->
<!-- End Ezoic - Top of page - top_of_page -->

<div class="shaded-box">
  <h2 class="topstring">phrases, sayings, proverbs and idioms at</h2>
<div>
  <h2 class="spacehead-frontpage"><a href="/index.html">The Phrase Finder</a></h2></div>

<div class="bread"><a href="/index.html"> <img src="/images/home.png" alt="Home button" width="24" height="24" title="Home button"> Home </a> | 
<a href="/search.html"><img src="/images/search.png" alt="Search the phrases.org.uk website" width="24" height="24" title="Search button"> Search</a> | 
<a href="/meanings/index.html">Phrase Dictionary </a>| <!-- #BeginEditable "breadcrumb" -->A List of 1,800 Phrases and Sayings<!-- #EndEditable --></div>
</div>

<!-- #BeginEditable "title" -->
<h1 class="titlebar">A List of English Phrases and Sayings</h1><!-- #EndEditable -->

<!-- Ezoic - Meanings Under Title - under_page_title -->
<span id='ezoic-pub-ad-placeholder-607'></span><span style='display:none !important;float:none;margin-bottom:2px !important;margin-left:0px !important;margin-right:0px !important;margin-top:2px !important;min-height:110px;min-width:728px;text-align:center !important;' class='ezoic-ad box-3 adtester-container adtester-container-607' data-ez-name='phrases_org_uk-box-3'><span id='div-gpt-ad-phrases_org_uk-box-3-0' ezaw='728' ezah='90' style='position:relative;z-index:0;display:none;' class='ezoic-ad'><!--script-placeholder--></span></span><script>var ezzns2 = {4.50:504726,0.35:504698,2.40:504719,2.00:504716,0.80:504704,1.40:504710,2.20:504718,2.80:504721,0.45:504700,0.70:504703,0.40:504699,1.70:504713,0.20:504695,0.25:504696,0.60:504702,1.50:504711,1.60:504712,0.10:504693,0.15:504694,5.00:504727,0.90:504705,1.90:504715,4.00:504725,1.80:504714,3.50:504724,0.50:504701,1.00:504706,1.10:504707,1.20:504708,1.30:504709,2.60:504720,0.05:504692,0.30:504697,3.00:504722,};</script><script type="text/javascript" src="//static.criteo.net/js/ld/publishertag.js" ></script>
<div class="ezflad-47" style="display:inline-block" adunitname="phrases_org_uk-box-3" id="crt-2">
<script type="text/javascript">
var ezoflbf_2_2 = function() { __ez.queue.addFunc('ReloadFromP_1607', 'IL11ILILIIlLLLILILLLLIILLLIIL11111LLILiiLIliLlILlLiiLLIiILL.ReloadFromP', 1607, false, ['banger.js'], false, false, false, true); };
var ezoflbf_2 = function() { eval(ez_write_tag([[728,90],'phrases_org_uk-box-3','ezslot_1']));
		};</script><script type="text/javascript">ezoflbf_2();
</script></div>
<script type='text/javascript'>
	var __ezfl_sss_1607 = function() {
		setTimeout(function(){
			var ezflaun = IL11ILILIIlLLLILILLLLIILLLIIL11111LLILiiLIliLlILlLiiLLIiILL.GetNameFromPositionId(1607);
			if (typeof ezflaun != 'undefined' && ezflaun.length > 0) {
				if (typeof ez_ad_units != undefined) {
					for (i = 0; i < ez_ad_units.length; i++) {
						if (ezflaun.indexOf(ez_ad_units[i][1]) >= 0) {
							return false;
						}
					}
				}
				IL11ILILIIlLLLILILLLLIILLLIIL11111LLILiiLIliLlILlLiiLLIiILL.StoreStatSource(ezflaun, 47, 11.00);
				IL11ILILIIlLLLILILLLLIILLLIIL11111LLILiiLIliLlILlLiiLLIiILL.RemoveSlotById(ezflaun);
			}
		}, 4000);
	};
	__ez.queue.addFunc('__ezfl_sss_1607', '__ezfl_sss_1607', null, false, ['banger.js'], false, false, false, true);
</script><!--ezoicfl-->
<!-- End Ezoic - Meanings Under Title - under_page_title -->

</div>
  <div id="Left-Menu">
  
<div class="menu">
    <ul>
      <li><a href="/meanings/proverbs.html" title="A list of 650 English proverbs, many of them fully explained.">English Proverbs</a></li>
      <li><a href="/phrase-thesaurus/index.html" title="Writers - say goodbye to writer's block.">Phrase Thesaurus</a></li>
      <li><a href="/idioms/index.html" title="Find out what that idiom means.">The Meanings of Idioms</a>
      </li><li><a href="/meanings/index.html" title="Find out where that phrase came from.">The Origins of Phrases</a>

    </li></ul>
</div>
<div class="twenty-pixel"></div>

<div id="ad1" class="meanings-block">
<!-- Ezoic - Meanings Sidebar Desktop - sidebar -->
<span id='ezoic-pub-ad-placeholder-158'></span><span style='display:inline-block;float:none;margin-bottom:2px !important;margin-left:0px !important;margin-right:0px !important;margin-top:2px !important;min-height:270px;min-width:300px;' class='ezoic-ad box-1 adtester-container adtester-container-158' data-ez-name='phrases_org_uk-box-1'><span id='div-gpt-ad-phrases_org_uk-box-1-0' ezaw='300' ezah='250' style='position:relative;z-index:0;display:inline-block;' class='ezoic-ad'><script data-cfasync='false' type='text/javascript' style='display:none;'>eval(ez_write_tag([[300,250],'phrases_org_uk-box-1','ezslot_0']));</script></span></span>
<!-- End Ezoic - Meanings Sidebar Desktop - sidebar -->
<!-- Ezoic - Meanings Sidebar Tablet - sidebar -->
<span id='ezoic-pub-ad-placeholder-602'></span><!-- placeholder 602 blocked.  Reason : no sizes -->
<!-- End Ezoic - Meanings Sidebar Tablet - sidebar -->
<!-- Ezoic - Meanings Sidebar Phone - sidebar -->
<span id='ezoic-pub-ad-placeholder-603'></span><!-- placeholder 603 blocked.  Reason : no sizes -->
<!-- End Ezoic - Meanings Sidebar Phone - sidebar -->

</div><div class="twenty-pixel"></div>


    <div class="facebook">
      <div class="addthis_horizontal_follow_toolbox"></div>
    </div>

<!-- #BeginEditable "Sidebar-bottom" -->

<!-- #EndEditable -->

  </div>
  <div id="Right-Content">


<div class="meanings-a-z">
<div class="browse-phrases">Browse phrases beginning with: </div>
	  <div>&nbsp;</div>

    <div class="a-z">  
     <a href="/meanings/a.html" title="Sayings and idioms that begin with the letter A"><span class="letter-button">A</span></a>
     <a href="/meanings/b.html" title="Sayings and idioms that begin with the letter B"><span class="letter-button">B</span></a>
     <a href="/meanings/c.html" title="Sayings and idioms that begin with the letter C"><span class="letter-button">C</span></a>
     <a href="/meanings/d.html" title="Sayings and idioms that begin with the letter D"><span class="letter-button">D</span></a>
     <a href="/meanings/e.html" title="Sayings and idioms that begin with the letter E"><span class="letter-button">E</span></a>
     <a href="/meanings/f.html" title="Sayings and idioms that begin with the letter F"><span class="letter-button">F</span></a>
     <a href="/meanings/g.html" title="Sayings and idioms that begin with the letter G"><span class="letter-button">G</span></a>
     <a href="/meanings/h.html" title="Sayings and idioms that begin with the letter H"><span class="letter-button">H</span></a>
     <a href="/meanings/i.html" title="Sayings and idioms that begin with the letter I"><span class="letter-button">I</span></a>
     <a href="/meanings/j.html" title="Sayings and idioms that begin with the letter J"><span class="letter-button">J</span></a>
     <a href="/meanings/k.html" title="Sayings and idioms that begin with the letter K"><span class="letter-button">K</span></a>
     <a href="/meanings/l.html" title="Sayings and idioms that begin with the letter L"><span class="letter-button">L</span></a>
     <a href="/meanings/m.html" title="Sayings and idioms that begin with the letter M"><span class="letter-button">M</span></a>
     <a href="/meanings/n.html" title="Sayings and idioms that begin with the letter N"><span class="letter-button">N</span></a>
     <a href="/meanings/o.html" title="Sayings and idioms that begin with the letter O"><span class="letter-button">O</span></a>
     <a href="/meanings/p.html" title="Sayings and idioms that begin with the letter P"><span class="letter-button">P</span></a>
     <a href="/meanings/q.html" title="Sayings and idioms that begin with the letter Q"><span class="letter-button">Q</span></a>
     <a href="/meanings/r.html" title="Sayings and idioms that begin with the letter R"><span class="letter-button">R</span></a>
     <a href="/meanings/s.html" title="Sayings and idioms that begin with the letter S"><span class="letter-button">S</span></a>
     <a href="/meanings/t.html" title="Sayings and idioms that begin with the letter T"><span class="letter-button">T</span></a>
     <a href="/meanings/uv.html" title="Sayings and idioms that begin with the letters U or V "><span class="letter-button">UV</span></a>
     <a href="/meanings/w.html" title="Sayings and idioms that begin with the letter W"><span class="letter-button">W</span></a> <a href="/meanings/xyz.html" title="Sayings and idioms that begin with the letters X, Y or Z"><span class="letter-button">XYZ</span></a>
    <a href="/meanings/phrases-and-sayings-list.html">Full&nbsp;List</a></div>
</div>

<div class="ten-pixel"></div>

<!--
<div class="leaderboard">
-->

<div>
<!-- Ezoic - Meanings-leaderboard - under_first_paragraph -->
<span id='ezoic-pub-ad-placeholder-114'></span>
<!-- End Ezoic - Meanings-leaderboard - under_first_paragraph -->
</div>

<div class="ten-pixel"></div>

<div class="content">

<!-- #BeginEditable "content" -->
<div>
<p class="phrase-list"><a href="a-bird-in-the-hand.html">A bird in the hand is worth two in the bush</a></p>
<p class="phrase-list"><a href="79500.html">A bunch of fives</a> </p>
<p class="phrase-list"><a href="the-weakest-link.html">A chain is only as strong as its weakest link</a></p>
<p class="phrase-list"><a href="103350.html">A countenance more in sorrow than in anger</a></p>
<p class="phrase-list"><a href="108150.html">A Daniel come to judgement</a></p>
<p class="phrase-list"><a href="a-diamond-in-the-rough.html">A diamond in the rough</a> </p>
<p class="phrase-list"><a href="a-diamond-is-forever.html">A diamond is forever</a></p>
<p class="phrase-list"><a href="a-different-kettle-of-fish.html">A different kettle of fish</a></p>
<p class="phrase-list"><a href="112050.html">A dish fit for the gods</a></p>
<p class="phrase-list"><a href="mans-best-friend.html">A dog is a man's best friend</a></p>
<p class="phrase-list"><a href="124000.html">A drop in the bucket</a></p>
<p class="phrase-list"><a href="124000.html">A drop in the ocean</a></p>
<p class="phrase-list"><a href="134650.html">A fate worse than death</a></p>
<p class="phrase-list"><a href="feather-in-ones-cap.html">A feather in one's cap</a> </p>
<p class="phrase-list"><a href="fish-rot-from-the-head-down.html">A fish rots from the head down </a></p>
<p class="phrase-list"><a href="fish-out-of-water.html">A fish out of water</a></p>
<p class="phrase-list"><a href="fly-in-the-ointment.html">A fly in the ointment</a> </p>
<p class="phrase-list"><a href="a-fool-and-his-money-are-soon-parted.html">A fool and his money are soon parted</a> </p>
<p class="phrase-list"><a href="138800.html">A fool's paradise</a></p>
<p class="phrase-list"><a href="foot-in-the-door.html">A foot in the door</a></p>

<!-- Ezoic - Mid-content-Desktop - mid_content -->
<span id='ezoic-pub-ad-placeholder-196'></span><span style='display:none;float:none;margin-bottom:2px !important;margin-left:0px !important;margin-right:0px !important;margin-top:2px !important;min-height:300px;min-width:336px;' class='ezoic-ad medrectangle-3 adtester-container adtester-container-196' data-ez-name='phrases_org_uk-medrectangle-3'><span id='div-gpt-ad-phrases_org_uk-medrectangle-3-0' ezaw='336' ezah='280' style='position:relative;z-index:0;display:none;' class='ezoic-ad'><!--script-placeholder--></span></span><script>var ezzns21 = {4.50:504863,0.45:504824,0.90:504830,1.00:504831,1.10:504833,1.70:504842,1.90:504846,0.35:504821,2.20:504850,2.40:504851,0.10:504811,2.80:504855,0.20:504815,1.80:504844,0.50:504826,3.00:504857,0.15:504814,0.80:504829,1.40:504838,2.60:504853,4.00:504861,1.30:504836,3.50:504859,1.20:504835,1.50:504840,0.05:504809,0.25:504817,0.30:504819,0.40:504823,0.60:504827,0.70:504828,1.60:504841,2.00:504848,5.00:504865,};</script><script type="text/javascript" src="//static.criteo.net/js/ld/publishertag.js" ></script>
<div class="ezflad-47" style="display:inline-block" adunitname="phrases_org_uk-medrectangle-3" id="crt-21">
<script type="text/javascript">
var ezoflbf_2_21 = function() { __ez.queue.addFunc('ReloadFromP_1196', 'IL11ILILIIlLLLILILLLLIILLLIIL11111LLILiiLIliLlILlLiiLLIiILL.ReloadFromP', 1196, false, ['banger.js'], false, false, false, true); };
var ezoflbf_21 = function() { eval(ez_write_tag([[336,280],'phrases_org_uk-medrectangle-3','ezslot_2']));
		};</script><script type="text/javascript">Criteo.DisplayAd({
    zoneid: 504863, containerid: 'crt-21', passbackcode: ezoflbf_21
});
</script></div>
<script type='text/javascript'>
	var __ezfl_sss_1196 = function() {
		setTimeout(function(){
			var ezflaun = IL11ILILIIlLLLILILLLLIILLLIIL11111LLILiiLIliLlILlLiiLLIiILL.GetNameFromPositionId(1196);
			if (typeof ezflaun != 'undefined' && ezflaun.length > 0) {
				if (typeof ez_ad_units != undefined) {
					for (i = 0; i < ez_ad_units.length; i++) {
						if (ezflaun.indexOf(ez_ad_units[i][1]) >= 0) {
							return false;
						}
					}
				}
				IL11ILILIIlLLLILILLLLIILLLIIL11111LLILiiLIliLlILlLiiLLIiILL.StoreStatSource(ezflaun, 47, 4.50);
				IL11ILILIIlLLLILILLLLIILLLIIL11111LLILiiLIliLlILlLiiLLIiILL.RemoveSlotById(ezflaun);
			}
		}, 4000);
	};
	__ez.queue.addFunc('__ezfl_sss_1196', '__ezfl_sss_1196', null, false, ['banger.js'], false, false, false, true);
</script><!--ezoicfl-->
<!-- End Ezoic - Mid-content-Desktop - mid_content -->
<!-- Ezoic - Mid-content-Tablet - mid_content -->
<span id='ezoic-pub-ad-placeholder-197'></span><!-- placeholder 197 blocked.  Reason : no sizes -->
<!-- End Ezoic - Mid-content-Tablet - mid_content -->
<!-- Ezoic - Mid-content-Phone - mid_content -->
<span id='ezoic-pub-ad-placeholder-198'></span><!-- placeholder 198 blocked.  Reason : no sizes -->
<!-- End Ezoic - Mid-content-Phone - mid_content -->

<p class="phrase-list"><a href="141000.html">A foregone conclusion</a></p>
<p class="phrase-list"><a href="a-friend-in-need.html">A friend in need is a friend indeed</a></p>
<p class="phrase-list"><a href="a-golden-key-can-open-any-door.html">A golden key can open any door</a> </p>
<p class="phrase-list"><a href="a-good-man-is-hard-to-find.html">A good man is hard to find</a></p>
<p class="phrase-list"><a href="171650.html">A hard man is good to find</a></p>
<p class="phrase-list"><a href="on-a-hiding-to-nothing.html">A hiding to nothing</a> - On </p>
<p class="phrase-list"><a href="8400.html">A house divided against itself cannot stand</a></p>
<p class="phrase-list"><a href="knight-in-shining-armour.html">A knight in shining armour</a></p>
<p class="phrase-list"><a href="9200.html">À la carte</a></p>
<p class="phrase-list"><a href="a-la-mode.html">À la mode</a></p>
<p class="phrase-list"><a href="a-legend-in-one's-own-lifetime.html">A legend in one's own lifetime</a></p>
<p class="phrase-list"><a href="226350.html">A leopard cannot change its spots</a></p>
<p class="phrase-list"><a href="a-little-bird-told-me.html">A little bird told me</a> </p>
<p class="phrase-list"><a href="a-little-knowledge-is-a-dangerous-thing.html">A little knowledge is a dangerous thing</a></p>
<p class="phrase-list"><a href="a-little-of-what-you-fancy-does-you-good.html">A little of what you fancy does you good</a> </p>
<p class="phrase-list"><a href="a-load-of-cobblers.html">A load of cobblers</a> </p>
<p class="phrase-list"><a href="codswallop.html">A load of codswallop</a></p>
<p class="phrase-list"><a href="242850.html">A man after my own heart</a></p>
<p class="phrase-list"><a href="a-man-who-is-his-own-lawyer-has-a-fool-for-a-client.html">A man who is his own lawyer has a fool for a client</a> </p>
<p class="phrase-list"><a href="248050.html">A ministering angel shall my sister be</a></p>
<p class="phrase-list"><a href="a-miss-is-as-good-as-a-mile.html">A miss is as good as a mile</a></p>
<p class="phrase-list"><a href="12650.html">A nation of shopkeepers</a></p>
<p class="phrase-list"><a href="nest-of-vipers.html">A nest of vipers</a></p>
<p class="phrase-list"><a href="no-brainer.html">A no-brainer</a> </p>

<!-- Ezoic - Mid-content-Desktop-2 - mid_content -->
<span id='ezoic-pub-ad-placeholder-199'></span><span style='display:none;float:none;margin-bottom:2px !important;margin-left:0px !important;margin-right:0px !important;margin-top:2px !important;min-height:300px;min-width:336px;' class='ezoic-ad medrectangle-4 adtester-container adtester-container-199' data-ez-name='phrases_org_uk-medrectangle-4'><span id='div-gpt-ad-phrases_org_uk-medrectangle-4-0' ezaw='336' ezah='280' style='position:relative;z-index:0;display:none;' class='ezoic-ad'><!--script-placeholder--></span></span><script>var ezzns22 = {0.70:504828,0.80:504829,1.40:504838,3.00:504857,4.50:504863,1.50:504840,2.40:504851,0.90:504830,1.10:504833,2.20:504850,4.00:504861,0.45:504824,1.30:504836,0.40:504823,1.00:504831,0.10:504811,0.15:504814,0.30:504819,0.35:504821,0.60:504827,1.20:504835,1.90:504846,0.20:504815,0.25:504817,1.70:504842,1.80:504844,2.60:504853,0.05:504809,0.50:504826,1.60:504841,2.00:504848,2.80:504855,3.50:504859,5.00:504865,};</script><script type="text/javascript" src="//static.criteo.net/js/ld/publishertag.js" ></script>
<div class="ezflad-47" style="display:inline-block" adunitname="phrases_org_uk-medrectangle-4" id="crt-22">
<script type="text/javascript">
var ezoflbf_2_22 = function() { __ez.queue.addFunc('ReloadFromP_1199', 'IL11ILILIIlLLLILILLLLIILLLIIL11111LLILiiLIliLlILlLiiLLIiILL.ReloadFromP', 1199, false, ['banger.js'], false, false, false, true); };
var ezoflbf_22 = function() { eval(ez_write_tag([[336,280],'phrases_org_uk-medrectangle-4','ezslot_4']));
		};</script><script type="text/javascript">ezoflbf_22();
</script></div>
<script type='text/javascript'>
	var __ezfl_sss_1199 = function() {
		setTimeout(function(){
			var ezflaun = IL11ILILIIlLLLILILLLLIILLLIIL11111LLILiiLIliLlILlLiiLLIiILL.GetNameFromPositionId(1199);
			if (typeof ezflaun != 'undefined' && ezflaun.length > 0) {
				if (typeof ez_ad_units != undefined) {
					for (i = 0; i < ez_ad_units.length; i++) {
						if (ezflaun.indexOf(ez_ad_units[i][1]) >= 0) {
							return false;
						}
					}
				}
				IL11ILILIIlLLLILILLLLIILLLIIL11111LLILiiLIliLlILlLiiLLIiILL.StoreStatSource(ezflaun, 47, 24.00);
				IL11ILILIIlLLLILILLLLIILLLIIL11111LLILiiLIliLlILlLiiLLIiILL.RemoveSlotById(ezflaun);
			}
		}, 4000);
	};
	__ez.queue.addFunc('__ezfl_sss_1199', '__ezfl_sss_1199', null, false, ['banger.js'], false, false, false, true);
</script><!--ezoicfl-->
<!-- End Ezoic - Mid-content-Desktop-2 - mid_content -->
<!-- Ezoic - Mid-content-Tablet-2 - mid_content -->
<span id='ezoic-pub-ad-placeholder-600'></span><!-- placeholder 600 blocked.  Reason : no sizes -->
<!-- End Ezoic - Mid-content-Tablet-2 - mid_content -->
<!-- Ezoic - Mid-content-Phone-2 - mid_content -->
<span id='ezoic-pub-ad-placeholder-601'></span>
<!-- End Ezoic - Mid-content-Phone-2 - mid_content -->


<p class="phrase-list"><a href="a-norange.html">A norange</a></p>
<p class="phrase-list"><a href="a-picture-is-worth-a-thousand-words.html">A picture is worth a thousand words</a></p>
<p class="phrase-list"><a href="piece-of-the-action.html">A piece of the action</a></p>
<p class="phrase-list"><a href="a-pig-in-a-poke.html">A pig in a poke</a></p>
<p class="phrase-list"><a href="14400.html">A place for everything and everything in its place</a></p>
<p class="phrase-list"><a href="14450.html">A plague on both your houses</a></p>
<p class="phrase-list"><a href="14900.html">A priori</a></p>
<p class="phrase-list"><a href="red-rag-to-a-bull.html">A red rag to a bull</a></p>
<p class="phrase-list"><a href="31000.html">A riddle wrapped up in an enigma</a> </p>
<p class="phrase-list"><a href="a-rolling-stone-gathers-no-moss.html">A rolling stone gathers no moss</a></p>
<p class="phrase-list"><a href="305250.html">A rose by any other name would smell as sweet</a></p>
<p class="phrase-list"><a href="15900.html">A rose is a rose is a rose</a></p>
<p class="phrase-list"><a href="309350.html">A safe pair of hands</a></p>
<p class="phrase-list"><a href="312800.html">A sea change</a></p>
<p class="phrase-list"><a href="skeleton-in-the-closet.html">A skeleton in the closet</a></p>
<p class="phrase-list"><a href="sledgehammer-to-crack-a-nut.html">A sledgehammer to crack a nut</a></p>
<p class="phrase-list"><a href="318925.html">A shot in the arm</a> </p>
<p class="phrase-list"><a href="a-sight-for-sore-eyes.html">A sight for sore eyes</a></p>
<p class="phrase-list"><a href="327950.html">A sorry sight</a></p>
<p class="phrase-list"><a href="a-stitch-in-time.html">A stitch in time saves nine</a></p>
<p class="phrase-list"><a href="stones-throw.html">A stone's throw</a></p>
<p class="phrase-list"><a href="19200.html">A thing of beauty is a joy forever</a></p>
<p class="phrase-list"><a href="tinkers-damn.html">A tinker's damn</a> </p>
<p class="phrase-list"><a href="turn-up-for-the-books.html">A turn up for the books</a></p>
<p class="phrase-list"><a href="watched-pot-never-boils.html">A watched pot never boils</a> </p>
<p class="phrase-list"><a href="wolf-in-sheeps-clothing.html">A wolf in sheep's clothing</a></p>
<p class="phrase-list"><a href="414150.html">A woman needs a man like a fish needs a bicycle</a></p>
<p class="phrase-list"><a href="womans-place-is-in-the-home.html">A woman's place is in the home</a></p>

<!-- Ezoic - Content-3 - mid_content -->
<span id='ezoic-pub-ad-placeholder-123'></span><span style='display:none !important;float:none !important;margin-bottom:2px !important;margin-left:0px !important;margin-right:0px !important;margin-top:2px !important;min-height:270px;min-width:300px;text-align:center !important;' class='ezoic-ad box-4 adtester-container adtester-container-123' data-ez-name='phrases_org_uk-box-4'><span id='div-gpt-ad-phrases_org_uk-box-4-0' ezaw='300' ezah='250' style='position:relative;z-index:0;display:none;' class='ezoic-ad'><!--script-placeholder--></span></span><script>var ezzns3 = {0.45:504555,0.90:504560,1.20:504649,1.60:504653,1.80:504655,3.50:504665,4.00:504666,0.15:504144,1.70:504654,2.40:504659,0.10:504141,0.60:504557,2.80:504661,0.40:504554,0.05:504099,0.30:504551,1.30:504650,1.90:504656,3.00:504664,4.50:504667,0.25:504548,0.70:504558,0.80:504559,1.00:504647,2.20:504658,0.20:504145,0.50:504556,1.10:504648,1.40:504651,1.50:504652,0.35:504552,2.00:504657,2.60:504660,5.00:504669,};</script><script type="text/javascript" src="//static.criteo.net/js/ld/publishertag.js" ></script>
<div class="ezflad-47" style="display:inline-block" adunitname="phrases_org_uk-box-4" id="crt-3">
<script type="text/javascript">
var ezoflbf_2_3 = function() { __ez.queue.addFunc('ReloadFromP_1123', 'IL11ILILIIlLLLILILLLLIILLLIIL11111LLILiiLIliLlILlLiiLLIiILL.ReloadFromP', 1123, false, ['banger.js'], false, false, false, true); };
var ezoflbf_3 = function() { eval(ez_write_tag([[300,250],'phrases_org_uk-box-4','ezslot_5']));
		};</script><script type="text/javascript">ezoflbf_3();
</script></div>
<script type='text/javascript'>
	var __ezfl_sss_1123 = function() {
		setTimeout(function(){
			var ezflaun = IL11ILILIIlLLLILILLLLIILLLIIL11111LLILiiLIliLlILlLiiLLIiILL.GetNameFromPositionId(1123);
			if (typeof ezflaun != 'undefined' && ezflaun.length > 0) {
				if (typeof ez_ad_units != undefined) {
					for (i = 0; i < ez_ad_units.length; i++) {
						if (ezflaun.indexOf(ez_ad_units[i][1]) >= 0) {
							return false;
						}
					}
				}
				IL11ILILIIlLLLILILLLLIILLLIIL11111LLILiiLIliLlILlLiiLLIiILL.StoreStatSource(ezflaun, 47, 25.00);
				IL11ILILIIlLLLILILLLLIILLLIIL11111LLILiiLIliLlILlLiiLLIiILL.RemoveSlotById(ezflaun);
			}
		}, 4000);
	};
	__ez.queue.addFunc('__ezfl_sss_1123', '__ezfl_sss_1123', null, false, ['banger.js'], false, false, false, true);
</script><!--ezoicfl-->
<!-- End Ezoic - Content-3 - mid_content -->

<p class="phrase-list"><a href="word-in-edgeways.html">A word in edgeways</a> </p>
<p class="phrase-list"><a href="414550.html">A word in your shell-like</a></p>
<p class="phrase-list"><a href="21500.html">A1 at Lloyds</a></p>
<p class="phrase-list"><a href="abandon-hope-all-ye-who-enter-here.html">Abandon all hope ye who enter here</a></p>
<p class="phrase-list"><a href="22000.html">Abide with me</a></p>
<p class="phrase-list"><a href="22100.html">About face</a></p>
<p class="phrase-list"><a href="22200.html">About turn</a></p>
<p class="phrase-list"><a href="22300.html">Above board</a> </p>
<p class="phrase-list"><a href="abracadabra.html">Abracadabra</a> </p>
<p class="phrase-list"><a href="absence-makes-the-heart-grow-fonder.html">Absence makes the heart grow fonder</a></p>
<p class="phrase-list"><a href="22800.html">Absent without leave</a></p>
<p class="phrase-list"><a href="absolute-power-corrupts-absolutely.html">Absolute power corrupts absolutely</a></p>
<p class="phrase-list"><a href="accidentally-on-purpose.html">Accidentally on purpose</a></p>
<p class="phrase-list"><a href="accidents-will-happen.html">Accidents will happen</a> </p>
<p class="phrase-list"><a href="according-to-hoyle.html">According to Hoyle</a></p>
<p class="phrase-list"><a href="23300.html">Ace in the hole</a></p>
<p class="phrase-list"><a href="23400.html">Achilles' heel</a></p>
<p class="phrase-list"><a href="acid-test.html">Acid test</a></p>
<p class="phrase-list"><a href="acronyms.html">Acronyms</a></p>
<p class="phrase-list"><a href="across-the-board.html">Across the board</a> </p>
<p class="phrase-list"><a href="23550.html">Act of God</a></p>
<p class="phrase-list"><a href="giddy-goat.html">Act the giddy goat</a></p>
<p class="phrase-list"><a href="24100.html">Action man</a></p>
<p class="phrase-list"><a href="24300.html">Adam's ale</a></p>
<p class="phrase-list"><a href="aga-saga.html">Aga saga</a></p>
<p class="phrase-list"><a href="24700.html">Against the grain</a></p>
<p class="phrase-list"><a href="age-before-beauty.html">Age before beauty</a> </p>
<p class="phrase-list"><a href="24800.html">Age cannot wither her, nor custom stale her infinite variety</a></p>
<p class="phrase-list"><a href="agree-to-disagree.html">Agree to disagree</a></p>
<p class="phrase-list"><a href="aid-and-abet.html">Aid and abet</a></p>
<p class="phrase-list"><a href="25200.html">Aide-mémoire</a></p>
<p class="phrase-list"><a href="air-kiss.html">Air kiss</a></p>

<!-- Ezoic - Content-4 - mid_content -->
<span id='ezoic-pub-ad-placeholder-124'></span>
<!-- End Ezoic - Content-4 - mid_content -->

<p class="phrase-list"><a href="air-quotes.html">Air quotes</a></p>
<p class="phrase-list"><a href="25400.html">Al fresco</a></p>
<p class="phrase-list"><a href="25500.html">Alas, poor Yorick! I knew him, Horatio</a></p>
<p class="phrase-list"><a href="as-alike-as-two-peas-in-a-pod.html">Alike as two peas in a pod </a></p>
<p class="phrase-list"><a href="alive-and-kicking.html">Alive and kicking</a> </p>
<p class="phrase-list"><a href="26000.html">All agog</a></p>
<p class="phrase-list"><a href="all-at-sea.html">All at sea</a> </p>
<p class="phrase-list"><a href="fingers-and-thumbs.html">All fingers and thumbs</a></p>
<p class="phrase-list"><a href="all-in-all.html">All in all</a></p>
<p class="phrase-list"><a href="all-intents-and-purposes.html">All intents and purposes</a> </p>
<p class="phrase-list"><a href="all-of-a-sudden.html">All of a sudden</a> </p>
<p class="phrase-list"><a href="28000.html">All present and correct</a></p>
<p class="phrase-list"><a href="there-is-no-such-thing-as-bad-publicity.html">All publicity is good publicity</a> </p>
<p class="phrase-list"><a href="28200.html">All singing, all dancing</a></p>
<p class="phrase-list"><a href="all-that-glitters-is-not-gold.html">All that glitters is not gold / All that glisters is not gold</a> </p>
<p class="phrase-list"><a href="not-for-all-the-tea-in-china.html">All the tea in China</a> - Not for </p>
<p class="phrase-list"><a href="27000.html">All things come to he who waits</a></p>
<p class="phrase-list"><a href="29200.html">All things must pass</a></p>
<p class="phrase-list"><a href="all-you-can-eat.html">All you can eat</a></p>
<p class="phrase-list"><a href="alter-ego.html"> Alter ego</a></p>
<p class="phrase-list"><a href="30200.html">Amber nectar</a></p>
<p class="phrase-list"><a href="30800.html">An albatross around one's neck</a></p>
<p class="phrase-list"><a href="an-apple-a-day.html">An apple a day keeps the doctor away</a></p>
<p class="phrase-list"><a href="arm-and-a-leg.html">An arm and a leg </a></p>
<p class="phrase-list"><a href="174000.html">An axe to grind</a></p>
<p class="phrase-list"><a href="an-englishmans-home-is-his-castle.html">An Englishman's home is his castle</a></p>
<p class="phrase-list"><a href="31800.html">An eye for an eye, a tooth for a tooth</a></p>
<p class="phrase-list"><a href="ill-wind.html">An ill wind </a></p>
<p class="phrase-list"><a href="an-offer-he-cant-refuse.html">An offer he can't refuse</a></p>
<p class="phrase-list"><a href="276950.html">An Oxford scholar</a></p>
<p class="phrase-list"><a href="anchors-aweigh.html">Anchors aweigh</a> </p>
<p class="phrase-list"><a href="33500.html">Angry young man</a></p>
<p class="phrase-list"><a href="ankle-biter.html">Ankle biter</a></p>
<p class="phrase-list"><a href="annus-horribilis.html">Annus horribilis</a></p>
<p class="phrase-list"><a href="another-think-coming.html">Another think coming</a> </p>
<p class="phrase-list"><a href="the-apple-of-my-eye.html">Apple of my eye</a> - The </p>
<p class="phrase-list"><a href="34900.html">Apple pie order</a></p>

<!-- Ezoic - Content-5 - mid_content -->
<span id='ezoic-pub-ad-placeholder-125'></span><span style='display:inline-block;float:none;margin-bottom:2px !important;margin-left:0px !important;margin-right:0px !important;margin-top:2px !important;min-height:270px;min-width:300px;' class='ezoic-ad banner-1 adtester-container adtester-container-125' data-ez-name='phrases_org_uk-banner-1'><span id='div-gpt-ad-phrases_org_uk-banner-1-0' ezaw='300' ezah='250' style='position:relative;z-index:0;display:inline-block;' class='ezoic-ad'><script data-cfasync='false' type='text/javascript' style='display:none;'>eval(ez_write_tag([[300,250],'phrases_org_uk-banner-1','ezslot_6']));</script></span></span>
<!-- End Ezoic - Content-5 - mid_content -->

<p class="phrase-list"><a href="35100.html">April fool</a></p>
<p class="phrase-list">Arm candy - see <a href="ear-candy.html">ear candy</a></p>
<p class="phrase-list"><a href="arms-akimbo.html">Arms akimbo</a></p>
<p class="phrase-list"><a href="ars-longa-vita-brevis.html">Ars longa, vita brevis</a></p>
<p class="phrase-list"><a href="arty-farty.html">Arty-farty</a></p>
<p class="phrase-list"><a href="as-soon-as-possible.html">Asap - As soon as possible</a></p>
<p class="phrase-list"><a href="similes.html">As X as Y</a> </p>
<p class="phrase-list"><a href="as-alike-as-two-peas-in-a-pod.html">As alike as two peas in a pod </a></p>
<p class="phrase-list"><a href="36300.html">As bald as a coot</a></p>
<p class="phrase-list"><a href="36500.html">As black as Newgate's knocker</a></p>
<p class="phrase-list"><a href="37600.html">As brown as a berry</a></p>
<p class="phrase-list"><a href="37700.html">As busy as a bee</a></p>
<p class="phrase-list"><a href="38200.html">As cold as any stone</a></p>
<p class="phrase-list"><a href="38500.html">As cool as a cucumber</a></p>
<p class="phrase-list"><a href="as-cute-as-a-bugs-ear.html">As cute as a bug's ear</a></p>
<p class="phrase-list"><a href="as-daft-as-a-brush.html">As daft as a brush</a></p>
<p class="phrase-list"><a href="38900.html">As dead as a dodo</a> </p>
<p class="phrase-list"><a href="as-dead-as-a-doornail.html">As dead as a doornail</a></p>
<p class="phrase-list"><a href="chalk-and-cheese.html">As different as chalk and cheese</a></p>
<p class="phrase-list"><a href="as-easy-as-pie.html">As easy as pie </a></p>
<p class="phrase-list"><a href="greased-lightning.html">As fast as greased lightning</a></p>
<p class="phrase-list"><a href="fine-as-frog-hair.html">As fine as frog's hair</a></p>
<p class="phrase-list"><a href="as-fit-as-a-butchers-dog.html">As fit as a butcher's dog</a> </p>
<p class="phrase-list"><a href="40250.html">As fit as a fiddle</a></p>
<p class="phrase-list"><a href="40500.html">As good as gold</a></p>
<p class="phrase-list"><a href="40700.html">As good luck would have it</a></p>
<p class="phrase-list"><a href="as-happy-as.html">As happy as...</a> </p>
<p class="phrase-list"><a href="as-happy-as-a-clam.html">As happy as a clam</a></p>
<p class="phrase-list"><a href="as-happy-as-a-sandboy.html">As happy as a sandboy</a></p>
<p class="phrase-list"><a href="as-happy-as-larry.html">As happy as Larry</a></p>
<p class="phrase-list"><a href="as-keen-as-mustard.html">As keen as mustard</a></p>
<p class="phrase-list"><a href="mad-as-a-hatter.html">As mad as a hatter</a></p>
<p class="phrase-list"><a href="42400.html">As mad as a March hare</a></p>
<p class="phrase-list"><a href="43100.html">As nice as ninepence</a></p>
<p class="phrase-list"><a href="43200.html">As old as Methuselah</a></p>
<p class="phrase-list"><a href="43250.html">As old as the hills</a></p>
<p class="phrase-list"><a href="as-pleased-as-punch.html">As pleased as Punch</a></p>
<p class="phrase-list"><a href="as-pure-as-the-driven-snow.html">As pure as the driven snow</a></p>
<p class="phrase-list"><a href="as-safe-as-houses.html">As safe as houses</a></p>
<p class="phrase-list"><a href="44500.html">As queer as a nine bob note</a></p>
<p class="phrase-list"><a href="as-snug-as-a-bug.html">As snug as a bug in a rug</a></p>

<!-- Ezoic - Content-6 - mid_content -->
<span id='ezoic-pub-ad-placeholder-126'></span><span style='display:inline-block;float:none;margin-bottom:2px !important;margin-left:0px !important;margin-right:0px !important;margin-top:2px !important;min-height:300px;min-width:336px;' class='ezoic-ad large-leaderboard-2 adtester-container adtester-container-126' data-ez-name='phrases_org_uk-large-leaderboard-2'><span id='div-gpt-ad-phrases_org_uk-large-leaderboard-2-0' ezaw='336' ezah='280' style='position:relative;z-index:0;display:inline-block;' class='ezoic-ad'><script data-cfasync='false' type='text/javascript' style='display:none;'>eval(ez_write_tag([[336,280],'phrases_org_uk-large-leaderboard-2','ezslot_7']));</script></span></span>
<!-- End Ezoic - Content-6 - mid_content -->

<p class="phrase-list"><a href="as-straight-as-a-die.html">As straight as a die</a> </p>
<p class="phrase-list"><a href="as-the-crow-flies.html">As the crow flies</a></p>
<p class="phrase-list"><a href="181700.html">As white as snow</a> </p>
<p class="phrase-list"><a href="ashes-to-ashes.html">Ashes to ashes dust to dust</a></p>
<p class="phrase-list"><a href="ask-a-silly-question-and-you-will-get-a-silly-answer.html">Ask a silly question and you'll get a silly answer</a></p>
<p class="phrase-list">(Ask not) <a href="for-whom-the-bell-tolls.html">for whom the bell tolls</a></p>
<p class="phrase-list">(H)<a href="hasta-la-vista.html">asta la vista, baby</a></p>
<p class="phrase-list"><a href="at-loggerheads.html">At loggerheads</a> </p>
<p class="phrase-list"><a href="at-one-fell-swoop.html">At one fell swoop</a></p>
<p class="phrase-list"><a href="beck-and-call.html">At one's beck and call</a> </p>
<p class="phrase-list"><a href="sixes-and-sevens.html">At sixes and sevens</a></p>
<p class="phrase-list"><a href="augur-well.html">Augur well</a> </p>
<p class="phrase-list"><a href="51850.html">Auld lang syne</a></p>
<p class="phrase-list"><a href="away-with-the-fairies.html">Away with the fairies</a> </p>
<p class="phrase-list"><a href="baby-blues.html">Baby blues</a></p>
<p class="phrase-list"><a href="baby-boomer.html">Baby boomer</a></p>
<p class="phrase-list"><a href="baby-father.html">Baby father</a></p>
<p class="phrase-list"><a href="52650.html">Back of beyond</a> - The </p>
<p class="phrase-list"><a href="back-seat-driver.html">Back-seat driver</a></p>
<p class="phrase-list"><a href="53100.html">Back the field</a></p>
<p class="phrase-list"><a href="53200.html">Back to basics</a></p>
<p class="phrase-list"><a href="back-to-square-one.html">Back to square one</a></p>
<p class="phrase-list"><a href="back-to-the-drawing-board.html">Back to the drawing board</a></p>
<p class="phrase-list"><a href="53500.html">Backroom boy</a></p>
<p class="phrase-list"><a href="bring-home-the-bacon.html">Bacon</a> - Bring home the</p>
<p class="phrase-list"><a href="199800.html">Bad books</a> </p>
<p class="phrase-list"><a href="53750.html">Bad egg</a></p>
<p class="phrase-list"><a href="bad-hair-day.html">Bad hair day</a></p>
<p class="phrase-list"><a href="badger-to-death.html">Badger to death</a></p>
<p class="phrase-list"><a href="bag-and-baggage.html">Bag and baggage</a></p>
<p class="phrase-list"><a href="Bakers-dozen.html">Baker's dozen</a></p>
<p class="phrase-list"><a href="54650.html">Balance of power</a> - The </p>
<p class="phrase-list"><a href="54700.html">Balance of trade</a> - The</p>
<p class="phrase-list"><a href="36300.html">Bald as a coot</a></p>
<p class="phrase-list"><a href="bale-out-bail-out.html">Bale out/bail out</a></p>
<p class="phrase-list"><a href="54950.html">Ball and chain</a></p>
<p class="phrase-list"><a href="bandy-words-with.html">Bandy words </a></p>
<p class="phrase-list"><a href="bane-of-your-life.html">Bane of your life</a></p>
<p class="phrase-list"><a href="bang-on-about.html">Bang on about</a></p>
<p class="phrase-list"><a href="baptism-of-fire.html">Baptism of fire</a></p>
<p class="phrase-list"><a href="wouldnt-touch-with-a-barge-pole.html">Barge-pole</a> - Wouldn't touch with a </p>

<!-- Ezoic - Content-7 - mid_content -->
<span id='ezoic-pub-ad-placeholder-127'></span><span style='display:inline-block;float:none;margin-bottom:2px !important;margin-left:0px !important;margin-right:0px !important;margin-top:2px !important;min-height:300px;min-width:336px;' class='ezoic-ad leader-1 adtester-container adtester-container-127' data-ez-name='phrases_org_uk-leader-1'><span id='div-gpt-ad-phrases_org_uk-leader-1-0' ezaw='336' ezah='280' style='position:relative;z-index:0;display:inline-block;' class='ezoic-ad'><script data-cfasync='false' type='text/javascript' style='display:none;'>eval(ez_write_tag([[336,280],'phrases_org_uk-leader-1','ezslot_8']));</script></span></span>
<!-- End Ezoic - Content-7 - mid_content -->

<p class="phrase-list"><a href="barking-mad.html">Barking mad</a></p>
<p class="phrase-list"><a href="56150.html">Barking up the wrong tree</a></p>
<p class="phrase-list"><a href="56500.html">Basket case</a></p>
<p class="phrase-list"><a href="bated-breath.html">Bated breath</a></p>
<p class="phrase-list"><a href="bats-in-the-belfry.html">Bats in the belfry</a></p>
<p class="phrase-list"><a href="batten-down-the-hatches.html">Batten down the hatches</a></p>
<p class="phrase-list"><a href="battle-royal.html">Battle royal</a></p>
<p class="phrase-list"><a href="be-afraid,-be-very-afraid.html">Be afraid, be very afraid</a></p>
<p class="phrase-list"><a href="be-enthralled.html">Be enthralled</a> </p>
<p class="phrase-list"><a href="57000.html">Be still, my beating heart</a></p>
<p class="phrase-list"><a href="on-your-beam-ends.html">Beam ends</a> - On your</p>
<p class="phrase-list"><a href="bean-counter.html">Bean counter</a></p>
<p class="phrase-list"><a href="58450.html">Beast with two backs</a></p>
<p class="phrase-list"><a href="58800.html">Beat a hasty retreat</a> </p>
<p class="phrase-list"><a href="beat-around-the-bush.html">Beat around the bush</a></p>
<p class="phrase-list"><a href="58575.html">Beat swords into ploughshares</a></p>
<p class="phrase-list"><a href="living-daylights.html">Beat the living daylights out of someone</a></p>
<p class="phrase-list"><a href="beauty-is-in-the-eye-of-the-beholder.html">Beauty is in the eye of the beholder</a></p>
<p class="phrase-list"><a href="59200.html">Beauty is only skin deep</a></p>
<p class="phrase-list"><a href="beck-and-call.html">Beck and call</a></p>
<p class="phrase-list"><a href="59650.html">Bed of roses</a></p>
<p class="phrase-list"><a href="bee-in-your-bonnet.html">Bee in your bonnet</a></p>
<p class="phrase-list"><a href="beef-and-reef.html">Beef and reef</a></p>
<p class="phrase-list"><a href="59850.html">Beelzebub has a devil for a sideboard</a></p>
<p class="phrase-list"><a href="been-there-done-that.html">Been there, done that</a></p>
<p class="phrase-list"><a href="230200.html">Beer and skittles</a> </p>
<p class="phrase-list"><a href="make-a-beeline-for.html">Bee-line</a> - make a bee-line for </p>
<p class="phrase-list"><a href="the-bees-knees.html">Bee's knees</a> - The </p>
<p class="phrase-list"><a href="60100.html">Beetle-browed</a></p>
<p class="phrase-list"><a href="jack-robinson.html">Before you can say Jack Robinson </a></p>
<p class="phrase-list"><a href="beg-the-question.html">Beg the question</a></p>
<p class="phrase-list"><a href="beggars-belief.html">Beggar belief</a></p>
<p class="phrase-list"><a href="beggars-cant-be-choosers.html">Beggars can't be choosers</a></p>
<p class="phrase-list"><a href="60500.html">Behind every great man there's a great woman</a></p>
<p class="phrase-list"><a href="behind-the-eight-ball.html">Behind the eight ball</a></p>
<p class="phrase-list"><a href="61000.html">Bell, book and candle</a></p>
<p class="phrase-list"><a href="bell-the-cat.html">Bell the cat</a> </p>
<p class="phrase-list"><a href="belle-of-the-ball.html">Belle of the ball</a></p>
<p class="phrase-list"><a href="61100.html">Below the belt</a></p>
<p class="phrase-list"><a href="below-the-salt.html">Below the salt</a></p>
<p class="phrase-list"><a href="bells-and-whistles.html">Bells and whistles</a> </p>
<p class="phrase-list"><a href="61250.html">Belt and braces</a></p>
<p class="phrase-list"><a href="61350.html">Belt up</a></p>
<p class="phrase-list"><a href="best-bib-and-tucker.html">Best bib and tucker</a></p>
<p class="phrase-list"><a href="the-best-laid-schemes-of-mice-and-men.html">Best laid schemes of mice and men</a> - The </p>
<p class="phrase-list"><a href="62100.html">Bet your bottom dollar</a></p>
<p class="phrase-list"><a href="my-better-half.html">Better half </a></p>
<p class="phrase-list"><a href="better-late-then-never.html">Better late than never</a> </p>

<!-- Ezoic - Content-8 - mid_content -->
<span id='ezoic-pub-ad-placeholder-128'></span>
<!-- End Ezoic - Content-8 - mid_content -->

<p class="phrase-list"><a href="62650.html">Better to have loved and lost than never to have loved at all</a></p>
<p class="phrase-list"><a href="between-a-rock-and-a-hard-place.html">Between a rock and a hard place</a></p>
<p class="phrase-list"><a href="between-the-devil-and-the-deep-blue-sea.html">Between the Devil and the deep blue sea</a></p>
<p class="phrase-list"><a href="63100.html">Between two stools</a></p>
<p class="phrase-list"><a href="between-you-me-and-the-bedpost.html">Between you, me and the bed-post</a></p>
<p class="phrase-list"><a href="beware-of-greeks-bearing-gifts.html">Beware of Greeks bearing gifts</a></p>
<p class="phrase-list"><a href="beware-the-ides-of-march.html">Beware the Ides of March </a> </p>
<p class="phrase-list"><a href="beyond-belief.html">Beyond belief</a>  </p>
<p class="phrase-list"><a href="63900.html">Beyond our ken</a></p>
<p class="phrase-list"><a href="beyond-the-pale.html">Beyond the pale</a></p>
<p class="phrase-list"><a href="bible-phrases-sayings.html">Biblical phrases</a></p>
<p class="phrase-list"><a href="64200.html">Big Apple</a> - The </p>
<p class="phrase-list"><a href="64350.html">Big cheese</a> - The </p>
<p class="phrase-list"><a href="64400.html">Big Easy</a> - The </p>
<p class="phrase-list"><a href="big-fish-in-a-small-pond.html">Big fish in a small pond</a> - A</p>
<p class="phrase-list"><a href="64775.html">Big wig</a></p>
<p class="phrase-list">(A) <a href="more-bang-for-your-buck.html">bigger bang for your buck</a>  </p>
<p class="phrase-list"><a href="bill-stickers-is-innocent.html">Bill Stickers is innocent</a></p>
<p class="phrase-list"><a href="like-billy-o.html">Billy-o</a> - Like </p>
<p class="phrase-list"><a href="64850.html">Billy no mates</a></p>
<p class="phrase-list"><a href="binge-drinking.html">Binge drinking</a> </p>
<p class="phrase-list"><a href="a-bird-in-the-hand.html">Bird in the hand is worth two in the bush</a> - A </p>
<p class="phrase-list"><a href="the-birds-and-the-bees.html">Birds and the bees</a> - The </p>
<p class="phrase-list"><a href="birds-of-a-feather-flock-together.html">Birds of a feather flock together</a></p>
<p class="phrase-list"><a href="bite-the-bullet.html">Bite the bullet</a></p>
<p class="phrase-list"><a href="65500.html">Bite the dust</a></p>
<p class="phrase-list"><a href="the-bitter-end.html">Bitter end</a> - The </p>
<p class="phrase-list"><a href="36500.html">Black as Newgate's knocker</a></p>
<p class="phrase-list"><a href="black-on-black.html">Black-on-black</a></p>
<p class="phrase-list"><a href="black-sheep-of-the-family.html">Black sheep of the family</a></p>
<p class="phrase-list"><a href="66500.html">Blast from the past</a> - A</p>
<p class="phrase-list"><a href="66700.html">Blaze a trail</a></p>
<p class="phrase-list"><a href="67150.html">Blind leading the blind</a> - The </p>
<p class="phrase-list"><a href="bling-bling.html">Bling-bling</a></p>
<p class="phrase-list"><a href="67300.html">Blonde bombshell</a></p>
<p class="phrase-list"><a href="blood-and-thunder.html">Blood and thunder</a></p>
<p class="phrase-list"><a href="67600.html">Blood is thicker than water</a></p>
<p class="phrase-list"><a href="blood-toil-tears-and-sweat.html">Blood toil tears and sweat</a> </p>
<p class="phrase-list"><a href="blood-sweat-and-tears.html">Blood, sweat and tears</a></p>
<p class="phrase-list"><a href="63500.html">Bloody-minded</a></p>
<p class="phrase-list"><a href="68000.html">Blot on the landscape</a></p>
<p class="phrase-list">Blow a raspberry - <em>see</em> <a href="298362.html">raspberry tart</a></p>
<p class="phrase-list"><a href="blow-your-mind.html">Blow your mind</a></p>
<p class="phrase-list"><a href="68800.html">Blow your own trumpet</a></p>
<p class="phrase-list"><a href="blown-to-smithereens.html">Blown to smithereens</a></p>
<p class="phrase-list"><a href="69200.html">Blue blood</a></p>
<p class="phrase-list"><a href="blue-plate-special.html">Blue-plate special</a></p>
<p class="phrase-list"><a href="bobs-your-uncle.html">Bob's your uncle</a> </p>
<p class="phrase-list"><a href="augur-well.html">Bode well</a></p>
<p class="phrase-list"><a href="bodice-ripper.html">Bodice ripper</a></p>
<p class="phrase-list"><a href="body.html">Body - phrases related to the human body </a></p>
<p class="phrase-list"><a href="surfing.html">Body surfing</a></p>

<!-- Ezoic - Content-9 - mid_content -->
<span id='ezoic-pub-ad-placeholder-130'></span>
<!-- End Ezoic - Content-9 - mid_content -->

<p class="phrase-list"><a href="bog-standard.html">Bog standard</a></p>
<p class="phrase-list"><a href="70700.html">Bolt from the blue</a></p>
<p class="phrase-list"><a href="bone-dry.html">Bone dry</a></p>
<p class="phrase-list"><a href="bone-idle.html">Bone idle</a></p>
<p class="phrase-list"><a href="70800.html">Bone up on</a></p>
<p class="phrase-list"><a href="booby-prize.html">Booby prize</a></p>
<p class="phrase-list"><a href="71000.html">Booby trap</a></p>
<p class="phrase-list"><a href="boogie-woogie.html">Boogie-woogie</a></p>
<p class="phrase-list">To big for your <a href="too-big-for-your-breeches.html">boots</a> </p>
<p class="phrase-list"><a href="71100.html">Booze cruise</a></p>
<p class="phrase-list"><a href="71600.html">Born again</a></p>
<p class="phrase-list"><a href="72200.html">Born with a silver spoon in one's mouth</a></p>
<p class="phrase-list"><a href="72100.html">Born within the sound of Bow Bells</a></p>
<p class="phrase-list"><a href="72400.html">Boss eyed</a></p>
<p class="phrase-list"><a href="bottle-out.html">Bottle out</a></p>
<p class="phrase-list"><a href="bottom-drawer.html">Bottom drawer</a></p>
<p class="phrase-list"><a href="bottom-up.html">Bottom-up</a></p>
<p class="phrase-list"><a href="72850.html">Bought the farm</a></p>
<p class="phrase-list"><a href="73100.html">Bowled a maiden over</a></p>
<p class="phrase-list"><a href="73300.html">Box and Cox</a></p>
<p class="phrase-list"><a href="box-seat.html">Box-seat</a> - in the </p>
<p class="phrase-list"><a href="boxing-day.html">Boxing Day</a> </p>
<p class="phrase-list"><a href="brand-spanking-new.html">Brand spanking new</a></p>
<p class="phrase-list"><a href="cold-enough-to-freeze-the-balls-off-a-brass-monkey.html">Brass monkey weather </a></p>
<p class="phrase-list"><a href="get-down-to-brass-tacks.html">Brass tacks</a> - get down to </p>
<p class="phrase-list"><a href="butter-side-down.html">Bread always falls buttered side down</a></p>
<p class="phrase-list"><a href="74750.html">Bread of life</a> - The </p>
<p class="phrase-list"><a href="break-a-leg.html">Break a leg</a></p>
<p class="phrase-list"><a href="break-the-ice.html">Break the ice</a></p>
<p class="phrase-list"><a href="bricks-and-clicks.html">Bricks and clicks</a></p>
<p class="phrase-list"><a href="bring-home-the-bacon.html">Bring home the bacon</a></p>
<p class="phrase-list"><a href="broad-in-the-beam.html">Broad in the beam</a> </p>
<p class="phrase-list"><a href="if-it-aint-broke-dont-fix-it.html">Broke</a> - if it ain't, don't fix it </p>
<p class="phrase-list"><a href="have-no-truck-with.html">Brook no truck with</a> </p>
<p class="phrase-list"><a href="37600.html">Brown as a berry</a></p>
<p class="phrase-list"><a href="browned-off.html">Browned off</a> </p>
<p class="phrase-list"><a href="brownie-points.html">Brownie points</a></p>
<p class="phrase-list"><a href="58900.html">Brummagem screwdriver</a></p>
<p class="phrase-list"><a href="as-daft-as-a-brush.html">Brush</a> - As daft as a  </p>
<p class="phrase-list"><a href="bubble-and-squeak.html">Bubble and squeak</a></p>
<p class="phrase-list"><a href="the-buck-stops-here.html">Buck stops here</a> - The </p>
<p class="phrase-list"><a href="78600.html">Buckle down</a></p>
<p class="phrase-list"><a href="../quotes/last-words/king-george-v.html">Bugger Bognor!</a></p>
<p class="phrase-list"><a href="buggins-turn.html">Buggins' turn</a></p>
<p class="phrase-list"><a href="bite-the-bullet.html">Bullet</a> - Bit the, Bite the </p>
<p class="phrase-list"><a href="bums-on-seats.html">Bums on seats</a> </p>
<p class="phrase-list"><a href="79350.html">Bun in the oven</a></p>
<p class="phrase-list"><a href="79500.html">Bunch of fives</a> - A </p>
<p class="phrase-list"><a href="bunny-boiler.html">Bunny boiler</a> </p>
<p class="phrase-list"><a href="burning-the-candle-at-both-ends.html">Burn the candle at both ends</a></p>
<p class="phrase-list"><a href="80200.html">Burning the midnight oil</a></p>
<p class="phrase-list"><a href="bury-the-hatchet.html">Bury the hatchet</a></p>
<p class="phrase-list"><a href="80800.html">Bury your head in the sand</a></p>
<p class="phrase-list"><a href="37700.html">Busy as a bee</a></p>
<p class="phrase-list"><a href="end-of-the-stick.html"> Butt end of the stick</a> - The </p>
<p class="phrase-list"><a href="butter-side-down.html">Butter side down</a> </p>
<p class="phrase-list"><a href="81900.html">Butter wouldn't melt in his mouth</a></p>
<p class="phrase-list"><a href="butterfingers.html">Butterfingers</a> </p>
<p class="phrase-list"><a href="by-and-large.html">By and large</a></p>
<p class="phrase-list"><a href="by-dint-of.html">By dint of</a></p>
<p class="phrase-list"><a href="82225.html">By gum</a></p>
<p class="phrase-list"><a href="by-hook-or-by-crook.html">By hook or by crook</a></p>
<p class="phrase-list"><a href="by-the-board.html">By the board</a></p>
<p class="phrase-list"><a href="82700.html">By the book</a></p>
<p class="phrase-list"><a href="by-the-short-hairs.html">By the short hairs</a></p>
<p class="phrase-list"><a href="83000.html">By the skin of your teeth</a></p>
<p class="phrase-list"><a href="without-so-much-as-a-by-your-leave.html">By your leave</a></p>
<p class="phrase-list">B<a href="let-bygones-be-bygones.html">ygones be bygones</a> - Let</p>

<!-- Ezoic - Content-10 - mid_content -->
<span id='ezoic-pub-ad-placeholder-131'></span>
<!-- End Ezoic - Content-10 - mid_content -->

<p class="phrase-list"><a href="call-a-spade-a-spade.html">Call a spade a spade</a></p>
<p class="phrase-list"><a href="355900.html">Call of the wild</a> - The </p>
<p class="phrase-list"><a href="camera-cannot-lie.html">Camera cannot lie</a> - The </p>
<p class="phrase-list"><a href="cannot-be-overestimated.html">Can't be overestimated/can't be underestimated</a></p>
<p class="phrase-list"><a href="183700.html">Can't hold a candle to</a></p>
<p class="phrase-list"><a href="canteen-culture.html">Canteen culture</a></p>
<p class="phrase-list"><a href="carbon-copy.html">Carbon-copy</a></p>
<p class="phrase-list"><a href="carbon-footprint.html">Carbon footprint</a></p>
<p class="phrase-list"><a href="card-sharp.html">Card-sharp</a></p>
<p class="phrase-list"><a href="85700.html">Carey Street - On</a></p>
<p class="phrase-list"><a href="carpe-diem.html">Carpe diem</a> </p>
<p class="phrase-list"><a href="carry-coals-to-newcastle.html">Carry coals to Newcastle</a></p>
<p class="phrase-list"><a href="put-the-cart-before-the-horse.html">Cart before the horse</a> - Put the </p>
<p class="phrase-list"><a href="carte-blanche.html">Carte blanche</a></p>
<p class="phrase-list"><a href="cash-on-the-nail.html">Cash on the nail</a></p>
<p class="phrase-list">(Ne'er) <a href="till-may-is-out.html">cast a clout till May be out</a></p>
<p class="phrase-list"><a href="385600.html">Cast the first stone</a> </p>
<p class="phrase-list"><a href="cat-got-your-tongue.html">Cat got your tongue?</a></p>
<p class="phrase-list"><a href="a-cat-may-look-at-a-king.html">Cat may look at a king</a> - A </p>
<p class="phrase-list"><a href="let-the-cat-out-of-the-bag.html">Cat out of the bag</a> - Let the </p>
<p class="phrase-list"><a href="87600.html">Catbird seat - In the</a></p>
<p class="phrase-list"><a href="catch-22.html">Catch 22</a></p>
<p class="phrase-list"><a href="87650.html">Cat's Cradle</a></p>
<p class="phrase-list"><a href="in-a-cleft-stick.html">Caught in a cleft stick</a></p>
<p class="phrase-list"><a href="by-the-short-hairs.html">Caught by the short hairs</a></p>
<p class="phrase-list"><a href="caught-red-handed.html">Caught red-handed</a></p>
<p class="phrase-list"><a href="the-weakest-link.html">Chain is only as strong as its weakest link</a> - A </p>
<p class="phrase-list"><a href="chaise-lounge.html">Chaise lounge</a></p>
<p class="phrase-list"><a href="chalk-and-cheese.html">Chalk and cheese</a> </p>
<p class="phrase-list"><a href="champ-at-the-bit.html">Champ at the bit</a> </p>
<p class="phrase-list"><a href="surfing.html"> Channel surfing</a></p>
<p class="phrase-list"><a href="charley-horse.html">Charley horse</a></p>
<p class="phrase-list"><a href="89950.html">Charm offensive</a></p>
<p class="phrase-list"><a href="189900.html">Charmed life</a> </p>
<p class="phrase-list"><a href="cheap-at-half-the-price.html">Cheap at half the price</a></p>
<p class="phrase-list"><a href="cheek-by-jowl.html">Cheek by jowl</a></p>
<p class="phrase-list"><a href="cherchez-la-femme.html">Cherchez la femme</a></p>
<p class="phrase-list"><a href="91100.html">Chew the cud</a></p>
<p class="phrase-list"><a href="chick-flick.html">Chick flick</a></p>
<p class="phrase-list"><a href="chickens-come-home-to-roost.html">Chickens come home to roost</a></p>
<p class="phrase-list"><a href="children-should-be-seen-and-not-heard.html">Children should be seen and not heard</a> </p>
<p class="phrase-list"><a href="chinese-whispers.html">Chinese whispers</a> </p>
<p class="phrase-list"><a href="92000.html">Chinless wonder</a></p>
<p class="phrase-list"><a href="chip-off-the-old-block.html">Chip off the old block</a></p>
<p class="phrase-list"><a href="chip-on-your-shoulder.html">Chip on your shoulder</a></p>
<p class="phrase-list"><a href="chit-chat.html">Chit-chat</a></p>
<p class="phrase-list"><a href="chock-a-block.html">Chock-a-block</a></p>
<p class="phrase-list"><a href="92550.html">Chop and change</a></p>
<p class="phrase-list"><a href="chop-chop.html">Chop-chop</a></p>
<p class="phrase-list"><a href="92700.html">Chow down</a></p>
<p class="phrase-list"><a href="boxing-day.html">Christmas box</a> - A </p>
<p class="phrase-list"><a href="christmas-card-sayings-and-phrases.html">Christmas card verses</a></p>
<p class="phrase-list"><a href="make-a-clean-breast-of-it.html">Clean breast </a>- make a </p>
<p class="phrase-list"><a href="94200.html">Clear blue water</a></p>
<p class="phrase-list"><a href="in-a-cleft-stick.html">Cleft stick</a> - In a </p>
<p class="phrase-list"><a href="cliff-hanger.html">Cliff-hanger</a></p>
<p class="phrase-list"><a href="jump-on-the-bandwagon.html">Climb on the bandwagon</a></p>
<p class="phrase-list"><a href="cloak-and-dagger.html">Cloak and dagger</a> </p>
<p class="phrase-list"><a href="clod-hopper.html">Clod-hopper</a></p>
<p class="phrase-list"><a href="clog-up.html">Clog up</a></p>
<p class="phrase-list"><a href="close-but-no-cigar.html">Close, but no cigar</a></p>
<p class="phrase-list"><a href="close-quarters.html">Close quarters</a> </p>
<p class="phrase-list"><a href="close-your-eyes-and-think-of-england.html">Close your eyes and think of England</a> </p>
<p class="phrase-list"><a href="cloud-cuckoo-land.html">Cloud cuckoo land</a></p>
<p class="phrase-list"><a href="on-cloud-nine.html">Cloud nine</a></p>
<p class="phrase-list"><a href="i-havent-got-a-clue.html">Clue</a> - don't have a</p>
<p class="phrase-list"><a href="clutch-at-a-straw.html">Clutch at straws</a></p>
<p class="phrase-list"><a href="carry-coals-to-newcastle.html">Coals to Newcastle</a> - Carry </p>
<p class="phrase-list"><a href="a-load-of-cobblers.html">Cobblers</a> - A load of </p>
<p class="phrase-list"><a href="cock-a-hoop.html">Cock-a-hoop</a> </p>
<p class="phrase-list"><a href="cock-sure.html">Cock-sure</a></p>
<p class="phrase-list"><a href="cock-a-snook.html">Cock a snook</a></p>
<p class="phrase-list"><a href="cock-and-bull-story.html">Cock and bull story</a></p>
<p class="phrase-list"><a href="cock-up.html">Cock-up</a></p>

<!-- Ezoic - Content-11 - mid_content -->

<!-- End Ezoic - Content-11 - mid_content -->

<p class="phrase-list"><a href="cockney-rhyming-slang.html">Cockney rhyming slang</a></p>
<p class="phrase-list"><a href="codswallop.html">Codswallop</a> - a load of </p>
<p class="phrase-list"><a href="cogito-ergo-sum.html">Cogito ergo sum</a></p>
<p class="phrase-list"><a href="coin-a-phrase.html">Coin a phrase</a></p>
<p class="phrase-list"><a href="38200.html">Cold as any stone</a></p>
<p class="phrase-list"><a href="81550.html">Cold comfort</a></p>
<p class="phrase-list"><a href="cold-enough-to-freeze-the-balls-off-a-brass-monkey.html">Cold enough to freeze the balls off a brass monkey</a></p>
<p class="phrase-list"><a href="cold-feet.html">Cold feet</a></p>
<p class="phrase-list"><a href="cold-shoulder.html">Cold shoulder</a></p>
<p class="phrase-list"><a href="cold-turkey.html">Cold turkey</a></p>
<p class="phrase-list"><a href="97050.html">Collywobbles</a> - The </p>
<p class="phrase-list"><a href="97100.html">Colour up </a></p>
<p class="phrase-list"><a href="come-a-cropper.html">Come a cropper</a></p>
<p class="phrase-list"><a href="come-clean.html">Come clean</a></p>
<p class="phrase-list"><a href="98300.html">Come on down</a></p>
<p class="phrase-list"><a href="come-up-trumps.html">Come up trumps</a></p>
<p class="phrase-list"><a href="come-what-may.html">Come what come may</a></p>
<p class="phrase-list"><a href="when-it-comes-to-the-crunch.html">Comes to the crunch</a> - (When it) </p>
<p class="phrase-list">(Coming in) <a href="on-a-wing-and-a-prayer.html">on a wing and a prayer</a></p>
<p class="phrase-list"><a href="common-sense.html">Common sense</a></p>
<p class="phrase-list"><a href="Comparisons-are-odious.html">Comparisons are odious</a></p>
<p class="phrase-list"><a href="compassion-fatigue.html">Compassion fatigue</a> </p>
<p class="phrase-list"><a href="complete-shambles.html">Complete shambles</a> </p>
<p class="phrase-list"><a href="cook-the-books.html">Cook the books</a></p>
<p class="phrase-list"><a href="cookie-cutter.html">Cookie cutter</a></p>
<p class="phrase-list"><a href="38500.html">Cool as a cucumber</a></p>
<p class="phrase-list"><a href="cool-britannia.html">Cool Britannia</a> </p>
<p class="phrase-list"><a href="cop-an-attitude.html">Cop an attitude</a></p>
<p class="phrase-list"><a href="copper-bottomed.html">Copper-bottomed</a></p>
<p class="phrase-list"><a href="cor-blimey.html">Cor blimey</a></p>
<p class="phrase-list"><a href="102150.html">Cordon bleu</a></p>
<p class="phrase-list"><a href="arm-and-a-leg.html">Cost an arm and a leg </a></p>
<p class="phrase-list"><a href="cotton-on.html">Cotton on to</a></p>
<p class="phrase-list"><a href="cotton-picking.html">Cotton-picking</a></p>
<p class="phrase-list"><a href="103350.html">Countenance more in sorrow than in anger</a> - A </p>
<p class="phrase-list"><a href="103375.html">Counting sheep</a></p>
<p class="phrase-list"><a href="356900.html">Course of true love never did run smooth</a> - The </p>
<p class="phrase-list"><a href="103950.html">Crack of doom</a> - The </p>
<p class="phrase-list"><a href="crackpot.html">Crackpot</a> </p>
<p class="phrase-list"><a href="104050.html">Crapper</a> - The </p>
<p class="phrase-list"><a href="104800.html">Crocodile tears</a></p>
<p class="phrase-list"><a href="crop-up.html">Crop up</a> </p>
<p class="phrase-list"><a href="105600.html">Cry havoc and let slip the dogs of war</a></p>
<p class="phrase-list"><a href="163300.html">Curate's egg</a></p>
<p class="phrase-list"><a href="curiosity-killed-the-cat.html">Curiosity killed the cat</a></p>
<p class="phrase-list"><a href="curry-favour.html">Curry favour</a> </p>
<p class="phrase-list"><a href="106700.html">Customer is always right</a> - The </p>
<p class="phrase-list"><a href="cut-and-run.html">Cut and run</a></p>
<p class="phrase-list"><a href="cut-of-your-jib.html">Cut of your jib</a> - The </p>
<p class="phrase-list"><a href="cut-off-without-a-penny.html">Cut off without a penny</a></p>
<p class="phrase-list"><a href="106875.html">Cut off your nose to spite your face</a></p>
<p class="phrase-list"><a href="cut-the-mustard.html">Cut the mustard</a></p>
<p class="phrase-list"><a href="cut-to-the-chase.html">Cut to the chase</a></p>
<p class="phrase-list"><a href="as-cute-as-a-bugs-ear.html">Cute as a bug's ear</a> </p>
<p class="phrase-list"><a href="as-daft-as-a-brush.html">Daft as a brush</a></p>
<p class="phrase-list"><a href="damp-squib.html">Damp squib</a> </p>
<p class="phrase-list"><a href="105500.html">Dance attendance on</a></p>
<p class="phrase-list"><a href="108150.html">Daniel come to judgement</a></p>
<p class="phrase-list"><a href="darby-and-joan.html">Darby and Joan</a> </p>
<p class="phrase-list"><a href="108200.html">Dark horse</a></p>
<p class="phrase-list"><a href="darkest-hour.html">Darkest hour is just before the dawn</a> - The </p>
<p class="phrase-list"><a href="the-dark-side.html">Dark side</a> - The </p>
<p class="phrase-list"><a href="108210.html">Darling buds of May</a></p>
<p class="phrase-list"><a href="dash-to-pieces.html">Dash to pieces</a></p>
<p class="phrase-list"><a href="108225.html">Date rape</a></p>
<p class="phrase-list"><a href="davy-jones-locker.html">Davy Jones' locker</a></p>
<p class="phrase-list"><a href="daylight-robbery.html">Daylight robbery</a></p>
<p class="phrase-list"><a href="38900.html">Dead as a dodo</a> </p>
<p class="phrase-list"><a href="as-dead-as-a-doornail.html">Dead as a doornail</a></p>
<p class="phrase-list"><a href="108600.html">Dead cat bounce</a></p>
<p class="phrase-list"><a href="dead-ringer.html">Dead ringer</a></p>
<p class="phrase-list"><a href="delusions-of-grandeur.html">Delusions of grandeur</a></p>
<p class="phrase-list"><a href="derring-do.html">Derring-do</a></p>
<p class="phrase-list"><a href="designer-stubble.html">Designer stubble</a></p>
<p class="phrase-list"><a href="deus-ex-machina.html">Deus ex machina</a></p>
<p class="phrase-list"><a href="between-the-devil-and-the-deep-blue-sea.html">Devil and the deep blue sea </a></p>
<p class="phrase-list"><a href="356950.html">Devil Incarnate</a> - The </p>
<p class="phrase-list"><a href="358400.html">Devil take the hindmost</a> - The </p>

<!-- Ezoic - Content-12 - mid_content -->
<span id='ezoic-pub-ad-placeholder-132'></span>
<!-- End Ezoic - Content-12 - mid_content -->

<p class="phrase-list"><a href="devil-to-pay.html">Devil to pay</a> - The </p>
<p class="phrase-list"><a href="a-diamond-in-the-rough.html">Diamond in the rough</a></p>
<p class="phrase-list"><a href="a-diamond-is-forever.html">Diamond is forever</a> - A</p>
<p class="phrase-list"><a href="not-a-dicky-bird.html">Dicky-bird</a> - Not a</p>
<p class="phrase-list"><a href="die-hard.html">Die-hard</a></p>
<p class="phrase-list"><a href="358600.html">Die has been cast</a> - The </p>
<p class="phrase-list">As <a href="chalk-and-cheese.html"> different as chalk and cheese</a> </p>
<p class="phrase-list"><a href="a-different-kettle-of-fish.html">Different kettle of fish</a></p>
<p class="phrase-list"><a href="111450.html">Differently abled</a></p>
<p class="phrase-list"><a href="dirt-bag.html">Dirt bag</a> </p>
<p class="phrase-list"><a href="112050.html">Dish fit for the gods</a> - A </p>
<p class="phrase-list"><a href="do-unto-others.html">Do unto others as you would have them do to you</a> </p>
<p class="phrase-list"><a href="dock-ones-pay.html">Dock your pay</a> </p>
<p class="phrase-list"><a href="114000.html">Doesn't know shit from Shinola</a></p>
<p class="phrase-list"><a href="doff-your-hat.html">Doff your hat</a> </p>
<p class="phrase-list"><a href="114250.html">Dog days</a></p>
<p class="phrase-list"><a href="dog-in-the-manger.html">Dog in the manger</a></p>
<p class="phrase-list"><a href="mans-best-friend.html">Dog is a man's best friend</a>  </p>
<p class="phrase-list"><a href="dogs-bollocks.html">Dog's bollocks</a></p>
<p class="phrase-list"><a href="114550.html">Dog's breakfast</a></p>
<p class="phrase-list"><a href="dogs-dinner.html">Dog's dinner</a></p>
<p class="phrase-list"><a href="in-the-doldrums.html">Doldrums</a> - in the </p>
<p class="phrase-list"><a href="dollars-to-donuts.html">Dollars to donuts</a></p>
<p class="phrase-list"><a href="114900.html">Done a runner</a></p>
<p class="phrase-list"><a href="done-to-a-turn.html">Done to a turn</a></p>
<p class="phrase-list"><a href="donkeys-years.html">Donkey's years</a></p>
<p class="phrase-list"><a href="dont-call-us.html">Don't call us, we'll call you</a> </p>
<p class="phrase-list"><a href="115400.html">Don't change horses in midstream</a></p>
<p class="phrase-list"><a href="count-your-chickens.html">Don't count your chickens before they are hatched</a></p>
<p class="phrase-list"><a href="../quotes/last-words/george-best.html">Don't die like I did</a></p>
<p class="phrase-list"><a href="dont-go-there.html">Don't go there</a></p>
<p class="phrase-list"><a href="i-havent-got-a-clue.html">Don't have a clue</a></p>
<p class="phrase-list"><a href="116650.html">Don't keep a dog and bark yourself</a></p>
<p class="phrase-list"><a href="116900.html">Don't let the bastards grind you down</a></p>
<p class="phrase-list"><a href="dont-look-a-gift-horse-in-the-mouth.html">Don't look a gift horse in the mouth</a></p>
<p class="phrase-list"><a href="dont-throw-the-baby-out-with-the-bathwater.html">Don't throw the baby out with the bathwater</a></p>
<p class="phrase-list"><a href="118200.html">Don't try to teach your Grandma to suck eggs</a></p>
<p class="phrase-list"><a href="doom-and-gloom.html">Doom and gloom</a></p>
<p class="phrase-list"><a href="double-cross.html">Double cross</a></p>
<p class="phrase-list"><a href="double-dutch.html">Double Dutch</a></p>
<p class="phrase-list"><a href="119750.html">Double whammy</a></p>
<p class="phrase-list"><a href="120300.html">Down at heel</a></p>
<p class="phrase-list"><a href="down-in-the-dumps.html">Down in the dumps</a></p>
<p class="phrase-list"><a href="121100.html">Down the pan</a></p>
<p class="phrase-list"><a href="121150.html">Down the tubes</a></p>
<p class="phrase-list"><a href="drag-race.html">Drag race</a> </p>
<p class="phrase-list"><a href="draw-a-blank.html">Draw a blank</a></p>
<p class="phrase-list"><a href="pull-your-horns-in.html">Draw your horns in</a> </p>
<p class="phrase-list"><a href="dreams-of-empire.html">Dreams of empire</a> </p>
<p class="phrase-list"><a href="dressed-to-the-nines.html">Dressed to the nines</a></p>
<p class="phrase-list"><a href="123000.html">Drink like a fish</a></p>
<p class="phrase-list"><a href="driving-while-black.html">Driving while black</a></p>
<p class="phrase-list"><a href="drop-dead-gorgeous.html">Drop-dead gorgeous</a></p>
<p class="phrase-list"><a href="124000.html">Drop in the bucket</a> - A </p>
<p class="phrase-list"><a href="124200.html">Dropping like flies</a></p>
<p class="phrase-list"><a href="124700.html">Drummed out of the army</a></p>
<p class="phrase-list"><a href="play-ducks-and-drakes.html">Ducks and drakes</a></p>
<p class="phrase-list"><a href="125150.html">Dust up</a></p>
<p class="phrase-list"><a href="my-old-dutch.html">Dutch</a> - My old </p>
<p class="phrase-list"><a href="duvet-day.html">Duvet day</a></p>
<p class="phrase-list"><a href="ear-candy.html">Ear candy</a></p>
<p class="phrase-list"><a href="127000.html">Early bird catches the worm</a> - The </p>
<p class="phrase-list"><a href="early-to-bed-and-early-to-rise.html">Early to bed and early to rise makes a man healthy, wealthy and wise</a></p>
<p class="phrase-list"><a href="earmark.html">Ear-mark</a></p>
<p class="phrase-list"><a href="as-easy-as-pie.html">Easy as pie </a></p>
<p class="phrase-list"><a href="126700.html">Eat drink and be merry</a></p>
<p class="phrase-list"><a href="eat-humble-pie.html">Eat humble pie</a></p>
<p class="phrase-list"><a href="eat-my-hat.html">Eat my hat</a></p>
<p class="phrase-list"><a href="127400.html">Eaten out of house and home</a></p>
<p class="phrase-list"><a href="127700.html">Economical with the truth</a></p>
<p class="phrase-list"><a href="eeny-meeny-miny-mo.html">Eeny, meeny, miny, mo</a></p>
<p class="phrase-list"><a href="egg-on.html">Egg on</a></p>
<p class="phrase-list"><a href="128100.html">Eighty six</a></p>
<p class="phrase-list"><a href="elbow-grease.html">Elbow-grease</a> </p>
<p class="phrase-list"><a href="elementary-my-dear-watson.html">Elementary my dear Watson</a></p>
<p class="phrase-list"><a href="elephant-in-the-room.html">Elephant in the room</a></p>
<p class="phrase-list"><a href="elvis-has-left-the-building.html">Elvis has left the building</a></p>
<p class="phrase-list"><a href="128400.html">End of story</a></p>
<p class="phrase-list"><a href="the-ends-of-the-earth.html">Ends of the earth </a> - The</p>
<p class="phrase-list"><a href="an-englishmans-home-is-his-castle.html">Englishman's home is his castle</a></p>
<p class="phrase-list"><a href="128900.html">Et tu, Brute</a></p>
<p class="phrase-list"><a href="129100.html">Ethnic cleansing</a></p>

<!-- Ezoic - Content-13 - mid_content -->
<span id='ezoic-pub-ad-placeholder-134'></span>
<!-- End Ezoic - Content-13 - mid_content -->

<p class="phrase-list"><a href="129300.html">Even at the turning of the tide</a></p>
<p class="phrase-list"><a href="every-cloud-has-a-silver-lining.html">Every cloud has a silver lining</a></p>
<p class="phrase-list"><a href="130100.html">Everybody out</a></p>
<p class="phrase-list"><a href="130700.html">Exceedingly well read</a></p>
<p class="phrase-list"><a href="exception-that-proves-the-rule.html"> Exception that proves the rule</a> - The </p>
<p class="phrase-list"><a href="312750.html">Excuse me while I kiss this guy</a></p>
<p class="phrase-list"><a href="130800.html">Excuse my French</a></p>
<p class="phrase-list"><a href="130900.html">Extraordinary rendition</a></p>
<p class="phrase-list">Eye candy - see <a href="ear-candy.html">ear candy</a></p>
<p class="phrase-list">(An) <a href="31800.html">eye for an eye, a tooth for a tooth</a> </p>
<p class="phrase-list"><a href="131000.html">Eye of newt and toe of frog, wool of bat and tongue of dog</a></p>
<p class="phrase-list"><a href="359800.html">Face that launched a thousand ships</a> - The </p>
<p class="phrase-list"><a href="face-the-music.html">Face the music</a></p>
<p class="phrase-list"><a href="faff-about.html">Faff about</a> </p>
<p class="phrase-list"><a href="half-hearted.html">Faint-hearted</a></p>
<p class="phrase-list"><a href="fair-and-square.html">Fair and square</a></p>
<p class="phrase-list"><a href="131100.html">Fair play</a></p>
<p class="phrase-list"><a href="fair-to-middling.html">Fair to middling</a></p>
<p class="phrase-list"><a href="fait-accompli.html">Fait accompli </a></p>
<p class="phrase-list"><a href="132400.html">Faith will move mountains</a></p>
<p class="phrase-list"><a href="133050.html">Fall from grace</a></p>
<p class="phrase-list"><a href="fall-guy.html">Fall guy</a></p>
<p class="phrase-list"><a href="fell-off-the-back-of-a-truck.html">Fall off the back of a lorry</a></p>
<p class="phrase-list"><a href="133350.html">Fall on your sword</a></p>
<p class="phrase-list"><a href="fifteen-minutes-of-fame.html">Famous for fifteen minutes</a></p>
<p class="phrase-list"><a href="../quotes/last-words/index.html">Famous last words</a> (dying statements of famous people - a list) </p>
<p class="phrase-list"><a href="famous-last-words.html">Famous last words</a> (the ironic phrase) </p>
<p class="phrase-list"><a href="134000.html">Fancy free</a></p>
<p class="phrase-list"><a href="fancy-pants.html">Fancy pants</a></p>
<p class="phrase-list"><a href="sweet-fanny-adams.html">Fanny Adams</a> - Sweet </p>
<p class="phrase-list"><a href="134125.html">Far be it from me</a></p>
<p class="phrase-list"><a href="134150.html">Far from the madding crowd</a></p>
<p class="phrase-list"><a href="134250.html">Farmers</a></p>
<p class="phrase-list"><a href="fashion-victim.html">Fashion victim</a> </p>
<p class="phrase-list"><a href="284300.html">Fast and loose</a></p>
<p class="phrase-list"><a href="fast-asleep.html">Fast asleep</a></p>
<p class="phrase-list"><a href="fathom-out.html">Fathom out</a></p>
<p class="phrase-list">(The) <a href="235000.html">fat of the land</a></p>
<p class="phrase-list"><a href="134650.html">Fate worse than death</a> - A </p>
<p class="phrase-list"><a href="feather-in-ones-cap.html">Feather in one's cap</a> - A </p>
<p class="phrase-list"><a href="fed-up.html">Fed up</a></p>
<p class="phrase-list"><a href="feeding-frenzy.html">Feeding frenzy</a></p>
<p class="phrase-list">(It) <a href="fell-off-the-back-of-a-truck.html">fell off the back of a truck</a></p>
<p class="phrase-list"><a href="at-one-fell-swoop.html">Fell swoop</a> - At one</p>
<p class="phrase-list"><a href="135600.html">Fellow traveller</a></p>
<p class="phrase-list"><a href="360100.html">Female of the species is more deadly then the male</a> - The</p>
<p class="phrase-list"><a href="fiddling-while-rome-burns.html">Fiddling while Rome burns</a></p>
<p class="phrase-list"><a href="136100.html">Fie, foh, fum, I smell the blood of an Englishman</a></p>
<p class="phrase-list"><a href="136150.html">Field day</a></p>
<p class="phrase-list"><a href="fifteen-minutes-of-fame.html">Fifteen minutes of fame</a></p>
<p class="phrase-list"><a href="136300.html">Fifth column</a></p>
<p class="phrase-list"><a href="fight-fire-with-fire.html">Fight fire with fire</a></p>
<p class="phrase-list"><a href="136600.html">Fight the good fight</a></p>
<p class="phrase-list"><a href="filthy-rich.html">Filthy rich</a></p>
<p class="phrase-list"><a href="murphys-law.html">Finagle's Law</a></p>
<p class="phrase-list"><a href="fine-as-frog-hair.html">Fine as frog's hair</a> </p>
<p class="phrase-list"><a href="fine-words-butter-no-parsnips.html">Fine words butter no parsnips</a></p>
<p class="phrase-list"><a href="137325.html">Finger lickin good</a></p>
<p class="phrase-list"><a href="fingers-and-thumbs.html">Fingers and thumbs</a></p>
<p class="phrase-list"><a href="137550.html">First water</a></p>
<p class="phrase-list"><a href="137600.html">First World</a></p>
<p class="phrase-list"><a href="fish-rot-from-the-head-down.html">Fish rot from the head down </a> </p>
<p class="phrase-list"><a href="fish-or-cut-bait.html">Fish or cut bait</a></p>
<p class="phrase-list"><a href="fish-out-of-water.html">Fish out of water</a> - A </p>
<p class="phrase-list"><a href="as-fit-as-a-butchers-dog.html">As fit as a butcher's dog</a> </p>
<p class="phrase-list"><a href="40250.html">Fit as a fiddle</a></p>
<p class="phrase-list"><a href="fits-and-starts.html">Fits and starts</a></p>
<p class="phrase-list"><a href="to-a-t.html">Fits to a tee</a></p>
<p class="phrase-list"><a href="five-o-clock-shadow.html">Five o'clock shadow</a></p>
<p class="phrase-list"><a href="fixer-upper.html">Fixer-upper</a></p>
<p class="phrase-list"><a href="flash-in-the-pan.html">Flash in the pan</a></p>
<p class="phrase-list"><a href="flat-out.html">Flat out</a></p>
<p class="phrase-list"><a href="flavor-of-the-month.html">Flavor of the month</a></p>
<p class="phrase-list"><a href="138700.html">Flesh and blood</a></p>
<p class="phrase-list"><a href="flogging-a-dead-horse.html">Flogging a dead horse</a></p>
<p class="phrase-list"><a href="floozie-in-the-jacuzzi.html">Floozie in the jacuzzi</a> - The </p>
<p class="phrase-list"><a href="flotsam-and-jetsam.html">Flotsam and jetsam</a></p>
<p class="phrase-list"><a href="139400.html">Fly by the seat of one's pants</a></p>
<p class="phrase-list"><a href="fly-in-the-ointment.html">Fly in the ointment</a> </p>
<p class="phrase-list"><a href="fly-off-the-handle.html">Fly off the handle</a> </p>
<p class="phrase-list"><a href="139600.html">Fly on the wall</a></p>
<p class="phrase-list"><a href="139650.html">Foam at the mouth</a></p>
<p class="phrase-list"><a href="fob-off.html">Fobbed off</a> </p>
<p class="phrase-list"><a href="nonsense-nine.html">Folk Etymology</a> - The Nonsense Nine </p>
<p class="phrase-list"><a href="a-fool-and-his-money-are-soon-parted.html">Fool and his money are soon parted</a> - A </p>
<p class="phrase-list"><a href="fools-rush-in-where-angels-fear-to-tread.html">Fools rush in where angels fear to tread</a></p>
<p class="phrase-list"><a href="140000.html">Fools' gold</a></p>
<p class="phrase-list"><a href="138800.html">Fool's paradise</a> - A</p>

<!-- Ezoic - Content-14 - mid_content -->

<!-- End Ezoic - Content-14 - mid_content -->

<p class="phrase-list"><a href="foot-in-the-door.html">Foot in the door</a> - A </p>
<p class="phrase-list"><a href="the-foot-of-our-stairs.html">Foot of our stairs</a> - The</p>
<p class="phrase-list"><a href="all-intents-and-purposes.html">For all intents and purposes</a></p>
<p class="phrase-list"><a href="140850.html">For crying out loud</a></p>
<p class="phrase-list"><a href="140900.html">For ever and a day</a></p>
<p class="phrase-list"><a href="141100.html">For every thing there is a season</a></p>
<p class="phrase-list"><a href="for-good-measure.html">For good measure</a></p>
<p class="phrase-list"><a href="for-keeps.html">For keeps</a> </p>
<p class="phrase-list"><a href="for-the-birds.html">For the birds</a></p>
<p class="phrase-list"><a href="for-whom-the-bell-tolls.html">For whom the bell tolls</a></p>
<p class="phrase-list"><a href="141700.html">Forbidden fruit</a></p>
<p class="phrase-list"><a href="141000.html">Foregone conclusion</a></p>
<p class="phrase-list"><a href="forewarned-is-forearmed.html">Forewarned is forearmed</a></p>
<p class="phrase-list"><a href="142050.html">Forgive them for they know not what they do</a></p>
<p class="phrase-list"><a href="forlorn-hope.html">Forlorn hope</a> </p>
<p class="phrase-list"><a href="140800.html">Foul play</a></p>
<p class="phrase-list"><a href="142600.html">Four by two</a></p>
<p class="phrase-list"><a href="142625.html">Four corners of the earth</a></p>
<p class="phrase-list"><a href="142800.html">Frailty, thy name is woman</a></p>
<p class="phrase-list"><a href="cold-enough-to-freeze-the-balls-off-a-brass-monkey.html">Freeze the balls off a brass monkey</a> - cold enough to </p>
<p class="phrase-list"><a href="freezing-temperatures.html">Freezing temperatures</a> </p>
<p class="phrase-list"><a href="french-phrases.html">French phrases</a></p>
<p class="phrase-list"><a href="143350.html">Friday afternoon car</a></p>
<p class="phrase-list"><a href="a-friend-in-need.html">Friend in need is a friend indeed</a> - A </p>
<p class="phrase-list"><a href="143600.html">Friends, Romans, Countrymen, lend me your ears</a></p>
<p class="phrase-list"><a href="frog-in-the-throat.html">Frog in the throat</a> - A</p>
<p class="phrase-list"><a href="fine-as-frog-hair.html">Frog's hair</a>- as fine as </p>
<p class="phrase-list"><a href="from-pillar-to-post.html">From pillar to post</a></p>
<p class="phrase-list"><a href="from-sea-to-shining-sea.html">From sea to shining sea</a></p>
<p class="phrase-list"><a href="144200.html">From strength to strength</a></p>
<p class="phrase-list"><a href="145350.html">Fruits of your loins</a></p>
<p class="phrase-list"><a href="fuddy-duddy.html">Fuddy-duddy</a></p>
<p class="phrase-list"><a href="full-monty.html">Full Monty</a> - The </p>
<p class="phrase-list"><a href="piss-and-vinegar.html">Full of piss and vinegar</a></p>
<p class="phrase-list"><a href="full-tilt.html">Full tilt</a></p>
<p class="phrase-list"><a href="full-to-the-gunwales.html">Full to the gunwales</a> </p>
<p class="phrase-list"><a href="146000.html">Funny farm</a></p>
<p class="phrase-list"><a href="146100.html">Fuzzy wuzzy</a></p>
<p class="phrase-list"><a href="146125.html">Gad zooks</a> (or gadzooks) </p>
<p class="phrase-list"><a href="360550.html">Game is afoot</a> - The </p>
<p class="phrase-list"><a href="360600.html">Game is up</a> - The </p>
<p class="phrase-list"><a href="146175.html">Game of two halves</a></p>
<p class="phrase-list"><a href="146425.html">Gee whiz</a></p>
<p class="phrase-list"><a href="146550.html">Generation X</a></p>
<p class="phrase-list"><a href="genius-is-one-percent-perspiration-ninety-nine-percent-perspiration.html">Genius is one percent inspiration and 99 percent perspiration</a></p>
<p class="phrase-list"><a href="word-in-edgeways.html">Get a word in edgeways</a></p>
<p class="phrase-list"><a href="get-down-to-brass-tacks.html">Get down to brass tacks</a></p>
<p class="phrase-list"><a href="150300.html">Get off on the wrong foot</a></p>
<p class="phrase-list"><a href="get-off-your-high-horse.html">Get off your high horse</a></p>
<p class="phrase-list"><a href="get-on-my-wick.html">Get on my wick</a></p>
<p class="phrase-list"><a href="get-your-dander-up.html">Get one's dander up</a>  </p>
<p class="phrase-list"><a href="get-over-it.html">Get over it</a></p>
<p class="phrase-list"><a href="get-the-pip.html">Get the pip</a></p>
<p class="phrase-list"><a href="151100.html">Get the sack</a></p>
<p class="phrase-list"><a href="get-the-upper-hand.html">Get the upper hand</a></p>
<p class="phrase-list"><a href="151300.html">Get thee behind me Satan</a></p>
<p class="phrase-list"><a href="get-underway.html">Get underway</a></p>
<p class="phrase-list"><a href="get-used-to-it.html">Get used to it</a></p>
<p class="phrase-list"><a href="get-your-dander-up.html">Get your dander up</a> </p>
<p class="phrase-list"><a href="get-your-goat.html">Get your goat</a></p>
<p class="phrase-list"><a href="my-giddy-aunt.html">Giddy aunt</a> </p>
<p class="phrase-list"><a href="giddy-goat.html">Giddy goat</a></p>
<p class="phrase-list"><a href="gild-the-lily.html">Gild the lily</a> </p>
<p class="phrase-list"><a href="take-the-gilt-off-the-gingerbread.html">Gilt off the gingerbread</a>  </p>
<p class="phrase-list"><a href="ginned-up.html">Ginned up </a></p>
<p class="phrase-list"><a href="153800.html">Ginger</a></p>
<p class="phrase-list"><a href="ginger-up.html">Ginger up </a></p>
<p class="phrase-list"><a href="give-a-man-a-fish.html">Give a man a fish and you will feed him for a day</a></p>
<p class="phrase-list"><a href="wide-berth.html"> Give a wide berth</a></p>
<p class="phrase-list"><a href="give-no-quarter.html">Give no quarter</a></p>
<p class="phrase-list"><a href="155500.html">Give up the ghost</a></p>
<p class="phrase-list"><a href="glass-ceiling.html">Glass ceiling</a></p>
<p class="phrase-list"><a href="doom-and-gloom.html">Gloom and doom</a></p>
<p class="phrase-list"><a href="156200.html">Go and boil your head</a></p>
<p class="phrase-list"><a href="go-berserk.html">Go berserk</a></p>
<p class="phrase-list"><a href="by-the-board.html">Go by the board</a></p>
<p class="phrase-list"><a href="82700.html">Go by the book</a></p>
<p class="phrase-list"><a href="161900.html">Go Dolally</a> </p>
<p class="phrase-list"><a href="go-faster.html">Go-faster </a></p>
<p class="phrase-list"><a href="gone-for-a-burton.html">Go for a burton</a></p>
<p class="phrase-list"><a href="go-haywire.html">Go haywire </a></p>
<p class="phrase-list"><a href="like-the-clappers.html">Go like the clappers</a></p>
<p class="phrase-list"><a href="half-cocked.html">Go off half-cocked</a></p>
<p class="phrase-list"><a href="158600.html">Go out on a limb</a></p>
<p class="phrase-list"><a href="159050.html">Go postal</a></p>
<p class="phrase-list"><a href="lead-balloon.html"> Go over like a lead balloon</a></p>
<p class="phrase-list"><a href="hell-in-a-handbasket.html">Going to hell in a handbasket</a></p>
<p class="phrase-list"><a href="go-pound-sand.html">Go pound sand</a></p>
<p class="phrase-list"><a href="go-the-whole-hog.html">Go the whole hog</a> </p>
<p class="phrase-list"><a href="go-to-pot.html">Go to pot</a> </p>
<p class="phrase-list"><a href="go-to-the-dogs.html">Go to the dogs</a> </p>
<p class="phrase-list"><a href="the-foot-of-our-stairs.html">Go to the foot of our stairs</a></p>
<p class="phrase-list"><a href="159900.html">Go to the mattresses</a></p>

<!-- Ezoic - Content-15 - mid_content -->
<span id='ezoic-pub-ad-placeholder-135'></span>
<!-- End Ezoic - Content-15 - mid_content -->

<p class="phrase-list"><a href="go-the-whole-hog.html">Go whole hog</a> </p>
<p class="phrase-list"><a href="161200.html">God is dead</a></p>
<p class="phrase-list"><a href="161250.html">God rot them</a></p>
<p class="phrase-list"><a href="161375.html">Godfrey Daniel</a></p>
<p class="phrase-list"><a href="gone-for-a-burton.html">Going for a burton</a></p>
<p class="phrase-list"><a href="a-golden-key-can-open-any-door.html">Golden key can open any door</a> - A </p>
<p class="phrase-list"><a href="146575.html">GOLF - Gentlemen only, ladies forbidden</a></p>
<p class="phrase-list"><a href="gone-for-a-burton.html">Gone for a burton</a></p>
<p class="phrase-list"><a href="40500.html">Good as gold</a></p>
<p class="phrase-list"><a href="163300.html">Good in parts</a></p>
<p class="phrase-list"><a href="a-good-man-is-hard-to-find.html">Good man is hard to find</a> - A </p>
<p class="phrase-list"><a href="for-good-measure.html">Good measure</a> - For</p>
<p class="phrase-list"><a href="163400.html">Good men and true</a></p>
<p class="phrase-list"><a href="good-riddance.html">Good riddance</a></p>
<p class="phrase-list"><a href="163575.html">Good Samaritan</a></p>
<p class="phrase-list"><a href="goody-goody-gumdrops.html">Goody, goody gumdrops</a></p>
<p class="phrase-list"><a href="goody-two-shoes.html">Goody two-shoes</a></p>
<p class="phrase-list"><a href="gordon-bennett.html">Gordon Bennett</a></p>
<p class="phrase-list"><a href="got-my-mojo-working.html">Got my mojo working</a></p>
<p class="phrase-list"><a href="there-but-for-the-grace-of-god.html">Grace of God</a> - There but for ... </p>
<p class="phrase-list">(Take with a) <a href="take-with-a-grain-of-salt.html">grain of salt</a></p>
<p class="phrase-list"><a href="165250.html">Grand slam</a></p>
<p class="phrase-list"><a href="grandfather-clock.html">Grandfather clock</a> </p>
<p class="phrase-list"><a href="165775.html">Granny dumping</a></p>
<p class="phrase-list"><a href="grasp-the-nettle.html">Grasp the nettle</a> </p>
<p class="phrase-list"><a href="grass-up.html">Grass up</a></p>
<p class="phrase-list"><a href="graveyard-shift.html">Graveyard shift</a> </p>
<p class="phrase-list"><a href="greased-lightning.html">Greased lightning</a></p>
<p class="phrase-list"><a href="great-minds-think-alike.html">Great minds think alike</a></p>
<p class="phrase-list"><a href="the-great-unwashed.html">Great unwashed</a> - the </p>
<p class="phrase-list"><a href="green-eyed-monster.html">Green eyed monster</a></p>
<p class="phrase-list"><a href="166800.html">Gregory Peck</a></p>
<p class="phrase-list"><a href="gridlock.html">Gridlock</a></p>
<p class="phrase-list"><a href="grind-to-a-halt.html">Grind to a halt</a></p>
<p class="phrase-list"><a href="grinning-like-a-cheshire-cat.html">Grinning like a Cheshire cat</a></p>
<p class="phrase-list"><a href="grist-to-the-mill.html">Grist to the mill</a> </p>
<p class="phrase-list"><a href="words-ending-in-gry.html">Gry - Words ending in</a></p>
<p class="phrase-list"><a href="guinea-pig.html">Guinea pig</a></p>
<p class="phrase-list"><a href="167400.html">Gung ho</a></p>
<p class="phrase-list"><a href="gussied-up.html">Gussied-up</a></p>
<p class="phrase-list"><a href="guts-for-garters.html">Guts for garters</a></p>
<p class="phrase-list"><a href="hair-of-the-dog.html">Hair of the dog that bit you</a></p>
<p class="phrase-list"><a href="hairy-eyeball.html">Hairy eyeball</a></p>
<p class="phrase-list"><a href="halcyon-days.html">Halcyon days</a></p>
<p class="phrase-list"><a href="half-cocked.html">Half-cocked</a></p>
<p class="phrase-list"><a href="half-hearted.html">Half-hearted</a></p>
<p class="phrase-list"><a href="168300.html">Half inch</a></p>
<p class="phrase-list"><a href="hand-over-fist.html">Hand over fist</a></p>
<p class="phrase-list"><a href="handbags-at-ten-paces.html">Handbags at ten paces</a></p>
<p class="phrase-list"><a href="handle-with-kid-gloves.html">Handle with kid gloves</a> </p>
<p class="phrase-list"><a href="win-hands-down.html">Hands down</a></p>
<p class="phrase-list"><a href="hanged-drawn-and-quartered.html">Hanged, drawn and quartered</a></p>
<p class="phrase-list"><a href="hanky-panky.html">Hanky-panky</a></p>
<p class="phrase-list"><a href="as-happy-as-a-clam.html">Happy as a clam</a></p>
<p class="phrase-list"><a href="as-happy-as-a-sandboy.html">Happy as a sandboy</a></p>
<p class="phrase-list"><a href="as-happy-as-larry.html">Happy as Larry</a></p>
<p class="phrase-list"><a href="170875.html">Happy clappy</a></p>
<p class="phrase-list"><a href="170890.html">Happy slapping</a></p>
<p class="phrase-list"><a href="harbinger-of-doom.html">Harbinger of doom</a></p>
<p class="phrase-list"><a href="hard-and-fast.html">Hard and fast</a> </p>
<p class="phrase-list"><a href="hard-cases-make-bad-law.html">Hard cases make bad law</a></p>
<p class="phrase-list"><a href="hard-cheese.html">Hard cheese </a></p>
<p class="phrase-list"><a href="hard-hearted.html">Hard hearted</a></p>
<p class="phrase-list"><a href="hard-lines.html">Hard lines</a></p>
<p class="phrase-list"><a href="171650.html">Hard man is good to find</a> - A </p>
<p class="phrase-list"><a href="172300.html">Hark, hark! the lark at heaven's gate sings</a></p>
<p class="phrase-list"><a href="172400.html">Harp on</a></p>
<p class="phrase-list"><a href="cat-got-your-tongue.html">Has the cat got your tongue?</a>  </p>
<p class="phrase-list"><a href="hasta-la-vista.html">Hasta la vista, baby</a></p>
<p class="phrase-list"><a href="hat-trick.html">Hat trick</a></p>
<p class="phrase-list"><a href="172600.html">Have a Captain Cook</a></p>
<p class="phrase-list"><a href="174000.html">Have an axe to grind</a></p>
<p class="phrase-list"><a href="have-an-inkling.html">Have an inkling</a></p>
<p class="phrase-list"><a href="have-no-truck-with.html">Have no truck with</a> </p>
<p class="phrase-list"><a href="i-havent-got-a-clue.html">Haven't got a clue</a></p>
<p class="phrase-list"><a href="guts-for-garters.html">Have your guts for garters</a></p>
<p class="phrase-list"><a href="176500.html">He who can, does; he who cannot, teaches</a></p>
<p class="phrase-list"><a href="he-who-laughs-last-laughs-longest.html">He who laughs last laughs longest</a> </p>
<p class="phrase-list"><a href="176900.html">He will give the Devil his due</a></p>
<p class="phrase-list"><a href="head-over-heels.html">Head over heels</a></p>
<p class="phrase-list"><a href="heads-up.html">Heads up</a></p>
<p class="phrase-list"><a href="178100.html">Hear hear</a></p>
<p class="phrase-list"><a href="heard-it-through-the-grapevine.html">Heard it through the grapevine</a></p>
<p class="phrase-list"><a href="hearts-content.html">Heart's content</a> </p>
<p class="phrase-list"><a href="heavens-to-betsy.html">Heavens to Betsy</a></p>
<p class="phrase-list"><a href="heavens-to-murgatroyd.html">Heavens to Murgatroyd</a></p>
<p class="phrase-list"><a href="heavy-metal.html">Heavy metal</a></p>
<p class="phrase-list"><a href="heebie-jeebies.html">Heebie-jeebies</a> - The </p>
<p class="phrase-list"><a href="hedge-your-bets.html">Hedge your bets</a> </p>
<p class="phrase-list"><a href="hell-in-a-handbasket.html">Hell in a handbasket</a> </p>
<p class="phrase-list"><a href="179300.html">Hell has no fury like a woman scorned</a></p>
<p class="phrase-list"><a href="97700.html">Hell or high water</a></p>
<p class="phrase-list"><a href="helter-skelter.html">Helter-skelter</a></p>
<p class="phrase-list"><a href="179500.html">Here lies one whose name is writ in water</a></p>
<p class="phrase-list"><a href="180750.html">Het up</a></p>
<p class="phrase-list"><a href="on-a-hiding-to-nothing.html">Hiding to nothing</a> - On a </p>

<!-- Ezoic - Content-16 - mid_content -->
<span id='ezoic-pub-ad-placeholder-136'></span>
<!-- End Ezoic - Content-16 - mid_content -->

<p class="phrase-list"><a href="high-and-dry.html">High and dry</a> </p>
<p class="phrase-list"><a href="high-and-mighty.html">High and mighty</a></p>
<p class="phrase-list"><a href="181375.html">High five</a></p>
<p class="phrase-list"><a href="high-flyer.html">High-flyer</a></p>
<p class="phrase-list"><a href="get-off-your-high-horse.html">High horse</a> - get off your </p>
<p class="phrase-list"><a href="high-on-the-hog.html">High on the hog</a></p>
<p class="phrase-list"><a href="177000.html">High time</a></p>
<p class="phrase-list"><a href="high-wide-and-handsome.html">High, wide and handsome</a> </p>
<p class="phrase-list"><a href="hissy-fit.html">Hissy fit</a></p>
<p class="phrase-list"><a href="182100.html">History is bunk</a></p>
<p class="phrase-list"><a href="hit-the-ground-running.html">Hit the ground running</a></p>
<p class="phrase-list"><a href="182700.html">Hit the hay</a></p>
<p class="phrase-list"><a href="hit-the-nail-on-the-head.html">Hit the nail on the head</a></p>
<p class="phrase-list"><a href="hither-and-yon.html">Hither and yon</a></p>
<p class="phrase-list"><a href="hobsons-choice.html">Hobson's choice</a></p>
<p class="phrase-list"><a href="hobby-horse.html">Hobby-horse</a></p>
<p class="phrase-list"><a href="hocus-pocus.html">Hocus pocus</a></p>
<p class="phrase-list"><a href="183475.html">Hoi polloi</a></p>
<p class="phrase-list"><a href="hoist-by-your-own-petard.html">Hoist with your own petard</a></p>
<p class="phrase-list"><a href="hoity-toity.html">Hoity-toity</a></p>
<p class="phrase-list">(Can't) <a href="183700.html">hold a candle to</a></p>
<p class="phrase-list"><a href="184400.html">Hold your horses</a></p>
<p class="phrase-list"><a href="homonyms.html">Homonyms</a></p>
<p class="phrase-list"><a href="honesty-is-the-best-policy.html">Honesty is the best policy</a> </p>
<p class="phrase-list"><a href="186300.html">Hooray Henry</a></p>
<p class="phrase-list"><a href="186750.html">Horse and cart</a></p>
<p class="phrase-list"><a href="horse-feathers.html">Horse feathers</a> </p>
<p class="phrase-list"><a href="186700.html">Horse, a horse, my kingdom for a horse</a> - A </p>
<p class="phrase-list"><a href="336400.html">Horse's mouth</a> - straight from the </p>
<p class="phrase-list"><a href="hot-blooded.html">Hot-blooded</a></p>
<p class="phrase-list"><a href="187550.html">Hot off the press</a></p>
<p class="phrase-list"><a href="hot-on-the-heels.html">Hot on the heels</a> </p>
<p class="phrase-list"><a href="8400.html">House divided against itself cannot stand</a> - A </p>
<p class="phrase-list"><a href="household-words.html">Household words</a> </p>
<p class="phrase-list"><a href="houston-we-have-a-problem.html">Houston, we have a problem</a></p>
<p class="phrase-list"><a href="188450.html">How are the mighty fallen?</a></p>
<p class="phrase-list"><a href="how-do-you-do.html">How do you do?</a></p>
<p class="phrase-list"><a href="188800.html">How now brown cow?</a></p>
<p class="phrase-list"><a href="188900.html">How sharper than a serpent's tooth it is to have a thankless child</a></p>
<p class="phrase-list"><a href="hugger-mugger.html">Hugger-mugger</a></p>
<p class="phrase-list"><a href="hanged-drawn-and-quartered.html">Hung, drawn and quartered</a></p>
<p class="phrase-list"><a href="hunky-dory.html">Hunky-dory</a></p>
<p class="phrase-list"><a href="hunt-and-peck.html">Hunt and peck</a> </p>
<p class="phrase-list"><a href="189600.html">Hush puppies</a></p>
<p class="phrase-list"><a href="189900.html">I bear a charmed life</a></p>
<p class="phrase-list"><a href="191300.html">I have not slept one wink</a></p>
<p class="phrase-list"><a href="191400.html">I have nothing to declare but my genius</a></p>
<p class="phrase-list"><a href="blood-toil-tears-and-sweat.html">I have nothing to offer but blood toil tears and sweat</a></p>
<p class="phrase-list"><a href="i-havent-got-a-clue.html">I haven't got a clue</a></p>
<p class="phrase-list"><a href="191850.html">I see you stand like greyhounds in the slips</a></p>
<p class="phrase-list"><a href="192000.html">I spy with my little eye</a></p>
<p class="phrase-list"><a href="../quotes/last-words/spike-milligan.html">I told you is was ill</a></p>
<p class="phrase-list"><a href="swing-for.html">I will swing for you</a></p>
<p class="phrase-list"><a href="192700.html">I will wear my heart upon my sleeve</a></p>
<p class="phrase-list"><a href="identity-theft.html">Identity theft</a> </p>
<p class="phrase-list">(Beware the) <a href="beware-the-ides-of-march.html"> Ides of March </a></p>
<p class="phrase-list"><a href="194850.html">If I had my druthers</a></p>
<p class="phrase-list"><a href="if-it-aint-broke-dont-fix-it.html">If it ain't broke, don't fix it</a></p>
<p class="phrase-list"><a href="195300.html">If music be the food of love, play on</a></p>
<p class="phrase-list"><a href="if-the-shoe-fits.html">If the cap fits</a>  </p>
<p class="phrase-list"><a href="if-the-mountain-will-not-come-to-muhammad.html">If the mountain will not come to Muhammad, then Muhammad must go to the mountain</a></p>
<p class="phrase-list"><a href="if-the-shoe-fits.html">If the shoe fits</a></p>
<p class="phrase-list"><a href="if-wishes-were-horses-beggers-would-ride.html">If wishes were horses, beggars would ride</a></p>
<p class="phrase-list"><a href="get-out-of-the-kitchen.html">If you can't stand the heat, get out of the kitchen</a></p>
<p class="phrase-list"><a href="another-think-coming.html">If you think that, you have another think coming</a></p>
<p class="phrase-list"><a href="ill-wind.html">Ill wind </a></p>
<p class="phrase-list"><a href="with-bells-on.html">I'll be there with bells on</a></p>
<p class="phrase-list"><a href="the-foot-of-our-stairs.html">I'll go to the foot of our stairs</a></p>
<p class="phrase-list"><a href="guts-for-garters.html">I'll have your guts for garters</a></p>
<p class="phrase-list"><a href="338250.html">I'm stumped</a></p>
<p class="phrase-list"><a href="imitation-is-the-sincerest-form-of-flattery.html">Imitation is the sincerest form of flattery</a></p>
<p class="phrase-list"><a href="in-a-cleft-stick.html">In a cleft stick</a></p>
<p class="phrase-list"><a href="in-a-pickle.html">In a pickle</a></p>
<p class="phrase-list"><a href="in-a-pigs-eye.html">In a pig's eye</a> </p>
<p class="phrase-list"><a href="197200.html">In a quandary</a></p>
<p class="phrase-list"><a href="in-a-trice.html">In a trice</a></p>
<p class="phrase-list"><a href="197700.html">In an interesting condition</a></p>
<p class="phrase-list"><a href="in-for-a-penny-in-for-a-pound.html">In for a penny, in for a pound</a></p>
<p class="phrase-list"><a href="198700.html">In like Flynn</a></p>
<p class="phrase-list"><a href="in-limbo.html">In limbo</a></p>
<p class="phrase-list"><a href="198800.html">In my minds eye</a></p>
<p class="phrase-list"><a href="199800.html">In someone's bad books</a></p>
<p class="phrase-list"><a href="in-spades.html">In spades</a> </p>
<p class="phrase-list"><a href="199000.html">In stitches</a></p>
<p class="phrase-list"><a href="200000.html">In the bag</a></p>
<p class="phrase-list"><a href="box-seat.html">In the box-seat</a></p>
<p class="phrase-list"><a href="200300.html">In the buff</a></p>
<p class="phrase-list"><a href="200500.html">In the cart</a></p>
<p class="phrase-list"><a href="87600.html">In the catbird seat</a></p>
<p class="phrase-list"><a href="200600.html">In the club</a></p>
<p class="phrase-list"><a href="in-the-doghouse.html">In the doghouse</a> </p>
<p class="phrase-list"><a href="in-the-doldrums.html">In the doldrums</a></p>
<p class="phrase-list"><a href="201400.html">In the limelight</a></p>
<p class="phrase-list"><a href="in-the-nick-of-time.html">In the nick of time </a></p>
<p class="phrase-list"><a href="in-the-offing.html">In the offing</a></p>
<p class="phrase-list"><a href="in-the-pink.html">In the pink</a></p>
<p class="phrase-list"><a href="202000.html">In the red</a></p>
<p class="phrase-list"><a href="in-the-sticks.html">In the sticks</a> </p>
<p class="phrase-list"><a href="202400.html">In the twinkling of an eye</a></p>
<p class="phrase-list"><a href="202550.html">In trouble</a></p>
<p class="phrase-list"><a href="202800.html">In your face</a></p>

<!-- Ezoic - Content-17 - mid_content -->
<span id='ezoic-pub-ad-placeholder-137'></span>
<!-- End Ezoic - Content-17 - mid_content -->

<p class="phrase-list"><a href="202850.html">Indian giver</a></p>
<p class="phrase-list"><a href="indian-summer.html">Indian summer</a></p>
<p class="phrase-list"><a href="infra-dig.html">Infra dig</a></p>
<p class="phrase-list"><a href="innocent-until-proven-guilty.html">Innocent until proven guilty</a></p>
<p class="phrase-list"><a href="inside-out.html">Inside out</a></p>
<p class="phrase-list">For all <a href="all-intents-and-purposes.html">intents and purposes</a> </p>
<p class="phrase-list"><a href="203375.html">Iron hoof</a></p>
<p class="phrase-list"><a href="203600.html">Is the Pope Catholic?</a></p>
<p class="phrase-list"><a href="203650.html">Is the Pope Polish?</a></p>
<p class="phrase-list"><a href="204000.html">Is this a dagger which I see before me?</a></p>
<p class="phrase-list"><a href="it-aint-over-until-the-fat-lady-sings.html">It ain't over till the fat lady sings</a> </p>
<p class="phrase-list"><a href="204300.html">It came like a bolt from the blue</a></p>
<p class="phrase-list"><a href="204800.html">It is meat and drink to me</a></p>
<p class="phrase-list"><a href="205100.html">It never rains but it pours</a></p>
<p class="phrase-list"><a href="grist-to-the-mill.html">It's all grist to the mill</a></p>
<p class="phrase-list"><a href="207300.html">It's better to give than to receive</a></p>
<p class="phrase-list"><a href="its-better-to-light-a-candle-than-to-curse-the-darkness.html">It's better to light a candle than curse the darkness</a></p>
<p class="phrase-list"><a href="its-not-rocket-science.html">It's not rocket science</a> </p>
<p class="phrase-list"><a href="209700.html">It's that man again</a></p>
<p class="phrase-list"><a href="210800.html">Ivory tower</a></p>
<p class="phrase-list"><a href="jack-in-the-box.html">Jack in the box</a> </p>
<p class="phrase-list"><a href="jack-of-all-trades.html">Jack of all trades, master of none</a></p>
<p class="phrase-list"><a href="211250.html">Jack Palancing</a></p>
<p class="phrase-list"><a href="jack-phrases.html">Jack - phrases that include the name Jack</a></p>
<p class="phrase-list"><a href="jack-robinson.html">Jack Robinson </a>- Before you can say </p>
<p class="phrase-list"><a href="jack-the-lad.html">Jack the lad</a></p>
<p class="phrase-list"><a href="jam-tomorrow.html">Jam tomorrow</a></p>
<p class="phrase-list"><a href="211600.html">Jerry built</a></p>
<p class="phrase-list"><a href="jet-black.html">Jet-black</a></p>
<p class="phrase-list"><a href="211850.html">Jimmy Horner</a></p>
<p class="phrase-list"><a href="211900.html">Jimmy Riddle</a></p>
<p class="phrase-list"><a href="212000.html">Jobs for the boys</a></p>
<p class="phrase-list"><a href="212350.html">Join the colours</a></p>
<p class="phrase-list"><a href="joined-at-the-hip.html">Joined at the hip</a></p>
<p class="phrase-list"><a href="johnny-on-the-spot.html">Johnny on the spot</a></p>
<p class="phrase-list"><a href="jot-or-tittle.html">Jot or tittle</a></p>
<p class="phrase-list"><a href="jump-on-the-bandwagon.html">Jump on the bandwagon</a></p>
<p class="phrase-list"><a href="jump-the-gun.html">Jump the gun</a></p>
<p class="phrase-list"><a href="jump-the-shark.html">Jump the shark</a></p>
<p class="phrase-list"><a href="jury-is-still-out.html">Jury is still out</a></p>
<p class="phrase-list"><a href="just-deserts.html">Just deserts</a></p>
<p class="phrase-list"><a href="213500.html">Just in time</a></p>
<p class="phrase-list"><a href="kangaroo-court.html">Kangaroo court</a></p>
<p class="phrase-list"><a href="213750.html">Katy bar the door</a></p>
<p class="phrase-list"><a href="wide-berth.html">Keep a wide berth</a></p>
<p class="phrase-list"><a href="as-keen-as-mustard.html">Keen as mustard</a></p>
<p class="phrase-list"><a href="214300.html">Keep body and soul together</a></p>
<p class="phrase-list"><a href="215700.html">Keep schtum</a></p>
<p class="phrase-list"><a href="keep-a-stiff-upper-lip.html">Keep a stiff upper lip</a></p>
<p class="phrase-list"><a href="keep-at-bay.html">Keep at bay</a></p>
<p class="phrase-list"><a href="under-your-hat.html">Keep it under your hat</a></p>
<p class="phrase-list"><a href="keep-the-ball-rolling.html">Keep the ball rolling</a> </p>
<p class="phrase-list"><a href="216400.html">Keep up with the Joneses</a></p>
<p class="phrase-list"><a href="216550.html">Keep your chin up</a></p>
<p class="phrase-list"><a href="keep-your-hands-clean.html">Keep your hands clean </a></p>
<p class="phrase-list"><a href="keep-your-hands-clean.html">Keep your nose clean </a></p>
<p class="phrase-list"><a href="217200.html">Keep your nose to the grindstone</a></p>
<p class="phrase-list"><a href="217400.html">Keep your pecker up</a></p>
<p class="phrase-list"><a href="217500.html">Keep your powder dry</a></p>
<p class="phrase-list"><a href="keepy-uppy.html">Keepy-uppy</a></p>
<p class="phrase-list"><a href="kettle-of-fish.html">Kettle of fish</a> </p>
<p class="phrase-list"><a href="218100.html">Khyber pass</a></p>
<p class="phrase-list"><a href="kick-the-bucket.html">Kick the bucket</a></p>
<p class="phrase-list"><a href="kick-your-heels.html">Kick your heels</a></p>
<p class="phrase-list"><a href="alive-and-kicking.html">Kickin' </a>- Alive and </p>
<p class="phrase-list"><a href="kilroy-was-here.html">Kilroy was here</a></p>
<p class="phrase-list"><a href="bible-phrases-sayings.html">King James' Version of the Bible</a> </p>
<p class="phrase-list"><a href="kiss-and-tell.html">Kiss and tell</a></p>
<p class="phrase-list"><a href="kiss-me-hardy.html">Kiss me Hardy</a><br>
(The whole) <a href="kit-and-caboodle.html">kit and caboodle</a></p>
<p class="phrase-list"><a href="220600.html">Knee-jerk reaction</a></p>
<p class="phrase-list"><a href="knick-knack.html">Knick-knack</a></p>
<p class="phrase-list"><a href="knight-in-shining-armour.html">Knight in shining armour</a> </p>
<p class="phrase-list"><a href="220800.html">Knock back</a></p>
<p class="phrase-list"><a href="knocked-into-a-cocked-hat.html">Knock into a cocked hat </a></p>
<p class="phrase-list"><a href="221000.html">Knock off</a></p>
<p class="phrase-list"><a href="knock-on-wood.html">Knock on wood</a></p>
<p class="phrase-list"><a href="221800.html">Know the ropes</a></p>
<p class="phrase-list"><a href="know-your-onions.html">Know your onions</a> </p>
<p class="phrase-list"><a href="222050.html">Know which way the wind blows</a></p>
<p class="phrase-list"><a href="knuckle-down.html">Knuckle down</a></p>
<p class="phrase-list"><a href="knuckle-under.html">Knuckle under</a></p>
<p class="phrase-list"><a href="to-kowtow-to.html">Kowtow to</a></p>
<p class="phrase-list"><a href="la-di-da.html">La-di-da</a></p>
<p class="phrase-list"><a href="222350.html">La dolce vita</a></p>
<p class="phrase-list"><a href="222400.html">Labour of love</a></p>
<p class="phrase-list"><a href="lackadaisical.html">Lackadaisical</a></p>
<p class="phrase-list"><a href="399200.html">Ladies' room</a></p>
<p class="phrase-list"><a href="222600.html">Lager frenzy</a></p>
<p class="phrase-list"><a href="222725.html">Laid out in lavender</a></p>
<p class="phrase-list"><a href="la-la-land.html">La-la land</a></p>
<p class="phrase-list"><a href="204770.html">Lamb to the slaughter</a></p>
<p class="phrase-list"><a href="lame-duck.html">Lame duck</a></p>
<p class="phrase-list"><a href="the-land-of-nod.html">Land of nod</a> - The</p>
<p class="phrase-list"><a href="la-di-da.html">Lardy-dardy</a></p>
<p class="phrase-list"><a href="lark-about.html">Lark about</a></p>
<p class="phrase-list"><a href="last-but-not-least.html">Last but not least</a></p>
<p class="phrase-list"><a href="the-last-straw.html">Last straw</a> - The </p>
<p class="phrase-list"><a href="latin-phrases.html">Latin Phrases</a></p>
<p class="phrase-list"><a href="224000.html">Laugh like a drain</a></p>
<p class="phrase-list"><a href="laughing-stock.html">Laughing-stock</a></p>
<p class="phrase-list"><a href="rest-on-his-laurels.html">Laurels</a> - rest on one's  </p>
<p class="phrase-list">The <a href="the-law-is-an-ass.html">law is an ass </a></p>
<p class="phrase-list"><a href="224600.html">Lay it on with a trowel</a></p>
<p class="phrase-list"><a href="lead-balloon.html">Lead balloon</a> - Go over like a </p>
<p class="phrase-list"><a href="lead-pipe-cinch.html">Lead-pipe cinch</a></p>

<!-- Ezoic - Content-18 - mid_content -->
<span id='ezoic-pub-ad-placeholder-138'></span><!-- placeholder 138 blocked.  Reason : no sizes -->
<!-- End Ezoic - Content-18 - mid_content -->

<p class="phrase-list"><a href="225200.html">Learn the ropes</a></p>
<p class="phrase-list"><a href="225650.html">Left hand doesn't know what the right hand is doing</a></p>
<p class="phrase-list"><a href="left-in-the-lurch.html">Left in the lurch</a></p>
<p class="phrase-list"><a href="a-legend-in-one's-own-lifetime.html"> Legend in one's own lifetime</a></p>
<p class="phrase-list"><a href="226350.html">Leopard cannot change its spots</a> - A </p>
<p class="phrase-list"><a href="226400.html">Less is more</a></p>
<p class="phrase-list"><a href="226950.html">Let a thousand flowers bloom</a></p>
<p class="phrase-list"><a href="let-bygones-be-bygones.html">Let bygones be bygones</a> </p>
<p class="phrase-list"><a href="../quotes/last-words/king-charles-II.html">Let not poor Nelly starve</a> </p>
<p class="phrase-list"><a href="204780.html">Let not the sun go down on your wrath</a></p>
<p class="phrase-list"><a href="without-let-or-hindrance.html">Let or hindrance </a> </p>
<p class="phrase-list"><a href="let-the-cat-out-of-the-bag.html">Let the cat out of the bag</a></p>
<p class="phrase-list"><a href="let-them-eat-cake.html">Let them eat cake</a></p>
<p class="phrase-list"><a href="let-there-be-light.html">Let there be light</a></p>
<p class="phrase-list"><a href="228000.html">Let your hair down</a></p>
<p class="phrase-list"><a href="../quotes/last-words/todd-beamer.html">Let's roll</a></p>
<p class="phrase-list"><a href="228650.html">Level playing field</a></p>
<p class="phrase-list"><a href="a-lick-and-a-promise.html">Lick and a promise</a></p>
<p class="phrase-list"><a href="lick-into-shape.html">Lick into shape</a></p>
<p class="phrase-list"><a href="lickety-split.html">Lickety-split</a> </p>
<p class="phrase-list"><a href="224800.html">Lie low</a></p>
<p class="phrase-list"><a href="lies-damned-lies-and-statistics.html">Lies, damned lies and statistics</a></p>
<p class="phrase-list"><a href="life-begins-at-forty.html">Life begins at forty</a></p>
<p class="phrase-list"><a href="life-in-the-1500s.html">Life in the 1500s - folk etymologies</a></p>
<p class="phrase-list"><a href="the-life-of-riley.html">Life of Riley</a></p>
<p class="phrase-list"><a href="230200.html">Life's not all beer and skittles</a></p>
<p class="phrase-list"><a href="lifes-too-short.html">Life's too short</a></p>
<p class="phrase-list"><a href="231500.html">Like a chicken with its head cut off</a></p>
<p class="phrase-list"><a href="232050.html">Like a moth to a flame</a></p>
<p class="phrase-list"><a href="232600.html">Like being savaged by a dead sheep</a></p>
<p class="phrase-list"><a href="like-billy-o.html">Like billy-o</a></p>
<p class="phrase-list"><a href="like-it-or-lump-it.html">Like it or lump it</a> </p>
<p class="phrase-list"><a href="like-the-clappers.html">Like the clappers</a></p>
<p class="phrase-list"><a href="233450.html">Like the Dickens</a></p>
<p class="phrase-list"><a href="as-alike-as-two-peas-in-a-pod.html">Like two peas in a pod </a></p>
<p class="phrase-list"><a href="a-little-bird-told-me.html">Little bird told me</a> - A </p>
<p class="phrase-list"><a href="a-little-knowledge-is-a-dangerous-thing.html">Little knowledge is a dangerous thing</a> - A </p>
<p class="phrase-list"><a href="a-little-of-what-you-fancy-does-you-good.html">Little of what you fancy does you good</a> - A </p>
<p class="phrase-list"><a href="233700.html">Lions led by donkeys</a></p>
<p class="phrase-list"><a href="live-long-and-prosper.html">Live long and prosper</a></p>
<p class="phrase-list"><a href="living-daylights.html">Living daylights</a></p>
<p class="phrase-list"><a href="235000.html">Living off the fat of the land</a></p>
<p class="phrase-list"><a href="235100.html">Living on borrowed time</a></p>
<p class="phrase-list"><a href="lo-and-behold.html">Lo and behold</a> </p>
<p class="phrase-list"><a href="a-load-of-cobblers.html">Load of cobblers</a></p>
<p class="phrase-list"><a href="codswallop.html">Load of codswallop</a> </p>
<p class="phrase-list"><a href="235350.html">Loaf of bread</a></p>
<p class="phrase-list"><a href="235375.html">Local derby</a></p>
<p class="phrase-list"><a href="lock-stock-and-barrel.html">Lock stock and barrel</a></p>
<p class="phrase-list"><a href="long-in-the-tooth.html">Long in the tooth</a></p>
<p class="phrase-list"><a href="look-before-you-leap.html">Look before you leap</a> </p>
<p class="phrase-list"><a href="loose-cannon.html">Loose cannon</a></p>
<p class="phrase-list"><a href="237250.html">Loose lips sink ships</a></p>
<p class="phrase-list"><a href="lose-face.html">Lose face</a></p>
<p class="phrase-list"><a href="lose-your-marbles.html">Lose your marbles</a></p>
<p class="phrase-list"><a href="love-is-blind.html">Love is blind </a></p>
<p class="phrase-list"><a href="the-love-that-dare-not-speak-its-name.html">Love that dare not speak its name</a> - The</p>
<p class="phrase-list"><a href="loved-up.html">Loved-up</a></p>
<p class="phrase-list"><a href="mad-as-a-hatter.html">Mad as a hatter</a></p>
<p class="phrase-list"><a href="42400.html">Mad as a march hare</a></p>
<p class="phrase-list"><a href="magical-realism.html">Magical realism</a></p>
<p class="phrase-list"><a href="239700.html">Main chance</a></p>
<p class="phrase-list"><a href="make-a-beeline-for.html">Make a bee-line for</a></p>
<p class="phrase-list"><a href="make-a-clean-breast-of-it.html">Make a clean breast of it</a></p>
<p class="phrase-list"><a href="pigs-ear.html">Make a pig's ear of</a></p>
<p class="phrase-list"><a href="241500.html">Make a virtue of necessity</a></p>
<p class="phrase-list"><a href="241300.html">Make haste</a></p>
<p class="phrase-list"><a href="make-hay-while-the-sun-shines.html">Make hay while the sun shines</a></p>
<p class="phrase-list"><a href="an-offer-he-cant-refuse.html">Make him an offer he can't refuse</a></p>
<p class="phrase-list"><a href="242000.html">Make my day</a></p>
<p class="phrase-list"><a href="make-no-bones-about.html">Make no bones about</a></p>
<p class="phrase-list"><a href="167950.html">Make your hair stand on end</a></p>
<p class="phrase-list"><a href="mal-de-mer.html">Mal de mer</a> </p>
<p class="phrase-list"><a href="242850.html">Man after my own heart</a> - A </p>
<p class="phrase-list"><a href="243100.html">Man does not live by bread alone</a></p>
<p class="phrase-list"><a href="a-man-who-is-his-own-lawyer-has-a-fool-for-a-client.html">Man who is his own lawyer has a fool for a client</a> - A </p>
<p class="phrase-list">A dog is a <a href="mans-best-friend.html">man's best friend</a>  </p>
<p class="phrase-list"><a href="244100.html">Man's inhumanity to man</a></p>
<p class="phrase-list"><a href="many-a-little-makes-a-mickle.html">Many a little makes a mickle</a> </p>
<p class="phrase-list"><a href="244200.html">Many are called but few are chosen</a></p>
<p class="phrase-list"><a href="many-happy-returns.html">Many happy returns</a></p>
<p class="phrase-list"><a href="many-a-true-word.html">Many a true word is spoken in jest</a> </p>
<p class="phrase-list"><a href="mares-nest.html">Mare's nest</a></p>
<p class="phrase-list"><a href="marital-aid.html">Marital aid </a></p>
<p class="phrase-list"><a href="market-forces.html">Market forces</a></p>
<p class="phrase-list"><a href="married-in-haste.html">Marry in haste, repent at leisure</a> </p>
<p class="phrase-list"><a href="may-you-live-in-interesting-times.html">May you live in interesting times</a></p>
<p class="phrase-list"><a href="real-mccoy.html">McCoy - The real</a></p>
<p class="phrase-list"><a href="mea-culpa.html">Mea culpa</a></p>
<p class="phrase-list"><a href="204800.html"> Meat and drink</a></p>
<p class="phrase-list"><a href="245600.html">Meat and two veg</a>.</p>
<p class="phrase-list"><a href="245800.html">Meet your Waterloo</a></p>
<p class="phrase-list"><a href="246200.html">Men in suits</a></p>
<p class="phrase-list"><a href="mend-fences.html">Mend fences</a></p>
<p class="phrase-list"><a href="246250.html">Ménage à trois</a></p>
<p class="phrase-list"><a href="246300.html">Men's evil manners live in brass; their virtues we write in water</a></p>
<p class="phrase-list"><a href="merry-christmas.html">Merry Christmas</a></p>
<p class="phrase-list"><a href="380100.html">Method in my madness</a></p>
<p class="phrase-list"><a href="246700.html">Mexican wave</a></p>
<p class="phrase-list"><a href="mickey-finn.html">Mickey Finn</a> </p>
<p class="phrase-list"><a href="middle-for-diddle.html">Middle for diddle</a> </p>
<p class="phrase-list"><a href="246900.html">Middle of the road</a></p>
<p class="phrase-list"><a href="might-and-main.html">Might and main</a></p>
<p class="phrase-list">(The pen is) <a href="the-pen-is-mightier-than-the-sword.html">mightier than the sword </a></p>
<p class="phrase-list"><a href="247100.html">Mighty oaks from little acorns grow</a></p>
<p class="phrase-list"><a href="247200.html">Milk of human kindness</a>
</p><p class="phrase-list"><a href="minced-oath.html">Minced oaths</a></p>
<p class="phrase-list"><a href="mind-your-ps-and-qs.html">Mind your Ps and Qs</a></p>
<p class="phrase-list"><a href="248050.html">Ministering angel shall my sister be</a> - A </p>

<!-- Ezoic - Content-19 - long_content -->
<span id='ezoic-pub-ad-placeholder-171'></span>
<!-- End Ezoic - Content-19 - long_content -->

<p class="phrase-list"><a href="248250.html">Misery acquaints a man with strange bedfellows</a></p>
<p class="phrase-list"><a href="../quotes/misquotes/index.html">Misquotes</a></p>
<p class="phrase-list"><a href="a-miss-is-as-good-as-a-mile.html">Miss is as good as a mile</a></p>
<p class="phrase-list"><a href="248700.html">Moaning Minnie</a></p>
<p class="phrase-list"><a href="mondegreen.html">Mondegreens</a></p>
<p class="phrase-list"><a href="montezumas-revenge.html">Montezuma's Revenge</a></p>
<p class="phrase-list"><a href="full-monty.html">Monty - The full</a></p>
<p class="phrase-list"><a href="moot-point.html">Moot point</a></p>
<p class="phrase-list"><a href="morbid-obesity.html">Morbid obesity</a></p>
<p class="phrase-list"><a href="more-bang-for-your-buck.html">More bang for your buck</a> </p>
<p class="phrase-list"><a href="248300.html">More fool you</a></p>
<p class="phrase-list"><a href="250200.html">More honoured in the breach than in the observance</a></p>
<p class="phrase-list"><a href="../quotes/last-words/goethe.html">More light!</a></p>
<p class="phrase-list"><a href="morning-person.html">Morning person</a></p>
<p class="phrase-list"><a href="mother-country.html">Mother country</a></p>
<p class="phrase-list"><a href="motley-crew.html">Motley crew</a></p>
<p class="phrase-list"><a href="251250.html">Mouth-watering</a></p>
<p class="phrase-list"><a href="movable-feast.html">Movable feast</a></p>
<p class="phrase-list"><a href="movers-and-shakers.html">Movers and shakers</a> </p>
<p class="phrase-list"><a href="365850.html">Moving finger writes</a> - The </p>
<p class="phrase-list"><a href="251400.html">Moving the goalposts</a></p>
<p class="phrase-list"><a href="251500.html">Much Ado about Nothing</a></p>
<p class="phrase-list"><a href="251550.html">Much of a muchness</a></p>
<p class="phrase-list"><a href="your-name-is-mud.html">Mud</a> - your name is</p>
<p class="phrase-list"><a href="251750.html">Multitude of sins</a> </p>
<p class="phrase-list"><a href="mumbo-jumbo.html">Mumbo jumbo</a></p>
<p class="phrase-list"><a href="mums-the-word.html">Mum's the word</a></p>
<p class="phrase-list"><a href="murphys-law.html">Murphy's Law</a></p>
<p class="phrase-list"><a href="252000.html">Music has charms to soothe the savage breast</a></p>
<p class="phrase-list"><a href="252150.html">Mutt's nuts</a> - The </p>
<p class="phrase-list"><a href="252125.html">Mutt and Jeff</a></p>
<p class="phrase-list"><a href="mutton-dressed-as-lamb.html">Mutton dressed as lamb</a> </p>
<p class="phrase-list"><a href="my-bad.html">My bad </a></p>
<p class="phrase-list"><a href="my-better-half.html">My better half </a></p>
<p class="phrase-list"><a href="my-cup-of-tea.html">My cup of tea</a></p>
<p class="phrase-list"><a href="252600.html">My cup runneth over</a> </p>
<p class="phrase-list"><a href="my-giddy-aunt.html">My giddy aunt</a></p>
<p class="phrase-list"><a href="252950.html">My husband and I</a></p>
<p class="phrase-list"><a href="198800.html">My mind's eye</a></p>
<p class="phrase-list"><a href="253100.html">My old china</a></p>
<p class="phrase-list"><a href="my-old-dutch.html">My old Dutch</a> </p>
<p class="phrase-list"><a href="salad-days.html">My salad days</a></p>
<p class="phrase-list"><a href="my-stars-and-garters.html">My stars and garters</a></p>
<p class="phrase-list"><a href="nail-your-colours-to-the-mast.html">Nail your colours to the mast</a> </p>
<p class="phrase-list"><a href="namby-pamby.html">Namby-pamby</a> </p>
<p class="phrase-list"><a href="253750.html">Name and shame</a></p>
<p class="phrase-list"><a href="your-name-is-mud.html">Name is mud</a></p>
<p class="phrase-list"><a href="254050.html">Nasty, brutish and short</a></p>
<p class="phrase-list"><a href="12650.html">Nation of shopkeepers</a> - A </p>
<p class="phrase-list"><a href="nautical-phrases.html">Nautical phrases</a> </p>
<p class="phrase-list"><a href="necessity-is-the-mother-of-invention.html">Necessity is the mother of invention</a> </p>
<p class="phrase-list"><a href="till-may-is-out.html">Ne'er cast a clout till May be out</a></p>
<p class="phrase-list"><a href="neer-do-well.html">Ne'er do well</a> </p>
<p class="phrase-list"><a href="needs-must.html">Needs must </a></p>
<p class="phrase-list"><a href="254800.html">Neither a borrower nor a lender be</a></p>
<p class="phrase-list"><a href="red-herring.html">Neither fish nor flesh, nor good red herring</a></p>
<p class="phrase-list"><a href="255000.html">Neither here nor there</a></p>
<p class="phrase-list"><a href="255100.html">Nest-egg</a></p>
<p class="phrase-list"><a href="nest-of-vipers.html">Nest of vipers</a> - A </p>
<p class="phrase-list"><a href="255400.html">Never give a sucker an even break</a></p>
<p class="phrase-list"><a href="255450.html">Never knowingly undersold</a></p>
<p class="phrase-list"><a href="dont-look-a-gift-horse-in-the-mouth.html">Never look a gift horse in the mouth</a> </p>
<p class="phrase-list"><a href="never-never-land.html">Never-never land</a></p>
<p class="phrase-list"><a href="255800.html">Never the twain shall meet</a></p>
<p class="phrase-list"><a href="255875.html">New kid on the block</a></p>
<p class="phrase-list"><a href="43100.html">Nice as ninepence</a></p>
<p class="phrase-list"><a href="kettle-of-fish.html">Nice kettle of fish</a></p>
<p class="phrase-list">(In the) <a href="in-the-nick-of-time.html">nick of time </a></p>
<p class="phrase-list"><a href="night-owl.html">Night owl</a></p>
<p class="phrase-list"><a href="nine-days-wonder.html">Nine days' wonder</a></p>
<p class="phrase-list"><a href="nip-and-tuck.html">Nip and tuck</a></p>
<p class="phrase-list"><a href="256600.html">Nip in the bud</a></p>
<p class="phrase-list"><a href="nitty-gritty.html">Nitty-gritty</a></p>
<p class="phrase-list"><a href="no-brainer.html">No-brainer</a></p>
<p class="phrase-list"><a href="256750.html">No dice</a></p>
<p class="phrase-list"><a href="no-holds-barred.html">No holds barred</a></p>
<p class="phrase-list"><a href="no-laughing-matter.html">No laughing matter</a> </p>
<p class="phrase-list"><a href="no-man-is-an-island.html">No man is an island</a></p>
<p class="phrase-list"><a href="257200.html">No more cakes and ale?</a></p>
<p class="phrase-list"><a href="257300.html">No names: no pack-drill</a></p>
<p class="phrase-list"><a href="give-no-quarter.html">No quarter given</a></p>
<p class="phrase-list"><a href="257500.html">No rest for the wicked</a></p>
<p class="phrase-list"><a href="no-room-to-swing-a-cat.html">No room to swing a cat</a></p>
<p class="phrase-list"><a href="have-no-truck-with.html">No truck with</a> </p>
<p class="phrase-list"><a href="no-way-jose.html">No way, Jose</a> </p>
<p class="phrase-list"><a href="nod-is-as-good-as-a-wink.html">Nod is as good as a wink</a> - A </p>
<p class="phrase-list"><a href="the-land-of-nod.html">Nod</a> - The land of</p>
<p class="phrase-list"><a href="a-norange.html">Norange</a> - A  </p>
<p class="phrase-list"><a href="nosy-parker.html">Nosy parker</a></p>
<p class="phrase-list"><a href="not-a-dicky-bird.html">Not a dicky-bird</a></p>
<p class="phrase-list"><a href="my-cup-of-tea.html">Not my cup of tea</a> </p>
<p class="phrase-list"><a href="not-for-all-the-tea-in-china.html">Not for all the tea in China</a></p>
<p class="phrase-list"><a href="260000.html">Not playing with a full deck</a></p>
<p class="phrase-list"><a href="its-not-rocket-science.html">Not rocket science</a>  </p>
<p class="phrase-list"><a href="260600.html">Not tonight Josephine</a></p>
<p class="phrase-list"><a href="260800.html">Not worth a plugged nickel</a></p>
<p class="phrase-list"><a href="260900.html">Not worth the candle</a></p>
<p class="phrase-list"><a href="death-and-taxes.html">Nothing is certain but death and taxes</a></p>
<p class="phrase-list"><a href="261100.html">Nothing succeeds like success</a></p>
<p class="phrase-list"><a href="261500.html">Now is the winter of our discontent</a></p>
<p class="phrase-list"><a href="to-the-nth-degree.html">Nth degree </a></p>
<p class="phrase-list"><a href="nul-points.html">Nul points</a></p>
<p class="phrase-list"><a href="262200.html">O Romeo, Romeo! wherefore art thou Romeo?</a></p>
<p class="phrase-list"><a href="262250.html">O ye, of little faith</a></p>
<p class="phrase-list"><a href="262450.html">Odds bodkins</a></p>
<p class="phrase-list"><a href="off-his-own-bat.html">Off his own bat</a></p>
<p class="phrase-list"><a href="263350.html">Off the record</a></p>
<p class="phrase-list"><a href="263700.html">Off with his head</a></p>

<!-- Ezoic - Content-20 - long_content -->
<span id='ezoic-pub-ad-placeholder-172'></span>
<!-- End Ezoic - Content-20 - long_content -->

<p class="phrase-list"><a href="in-the-offing.html">Offing - In the</a> </p>
<p class="phrase-list"><a href="my-stars-and-garters.html">Oh, my stars and garters</a></p>
<p class="phrase-list"><a href="264550.html">Oh, they have slain the Earl of Moray and Lady Mondegreen</a></p>
<p class="phrase-list"><a href="okay.html">Okay</a></p>
<p class="phrase-list"><a href="264800.html">Okey-dokey</a></p>
<p class="phrase-list"><a href="43200.html">Old as Methuselah</a></p>
<p class="phrase-list"><a href="43250.html">Old as the hills</a></p>
<p class="phrase-list"><a href="old-chestnut.html">Old chestnut</a> </p>
<p class="phrase-list"><a href="old-codger.html">Old codger</a></p>
<p class="phrase-list"><a href="old-hat.html">Old hat</a></p>
<p class="phrase-list">Old lang syne - see <a href="51850.html">auld lang syne</a></p>
<p class="phrase-list"><a href="on-a-hiding-to-nothing.html">On a hiding to nothing</a></p>
<p class="phrase-list"><a href="on-a-wing-and-a-prayer.html">On a wing and a prayer</a></p>
<p class="phrase-list"><a href="85700.html">On Carey Street</a></p>
<p class="phrase-list"><a href="on-cloud-nine.html">On cloud nine</a></p>
<p class="phrase-list"><a href="queer-street.html">On queer street</a></p>
<p class="phrase-list"><a href="on-tenterhooks.html">On tenterhooks</a> </p>
<p class="phrase-list"><a href="on-the-ball.html">On the ball</a></p>
<p class="phrase-list"><a href="on-the-bubble.html">On the bubble</a></p>
<p class="phrase-list"><a href="on-the-button.html">On the button</a></p>
<p class="phrase-list"><a href="266900.html">On the dole</a></p>
<p class="phrase-list"><a href="on-the-fiddle.html">On the fiddle</a></p>
<p class="phrase-list"><a href="on-the-pigs-back.html">On the pig's back</a></p>
<p class="phrase-list"><a href="on-the-qt.html">On the QT</a></p>
<p class="phrase-list"><a href="268025.html">On the shoulders of giants</a></p>
<p class="phrase-list"><a href="on-the-wagon.html">On the wagon</a></p>
<p class="phrase-list"><a href="on-the-warpath.html">On the warpath</a></p>
<p class="phrase-list"><a href="on-with-the-motley.html">On with the motley</a></p>
<p class="phrase-list"><a href="on-your-beam-ends.html">On your beam ends</a> </p>
<p class="phrase-list"><a href="on-your-tod.html">On your tod</a></p>
<p class="phrase-list"><a href="once-in-a-blue-moon.html">Once in a blue moon</a> </p>
<p class="phrase-list"><a href="269700.html">Once more unto the breach, dear friends, once more</a></p>
<p class="phrase-list"><a href="one-hit-wonder.html">One-hit wonder</a></p>
<p class="phrase-list"><a href="at-one-fell-swoop.html">One fell swoop</a> - At</p>
<p class="phrase-list"><a href="270300.html">One for the road</a></p>
<p class="phrase-list"><a href="271100.html">One over the eight</a></p>
<p class="phrase-list"><a href="one-sandwich-short-of-a-picnic.html">One sandwich short of a picnic</a> </p>
<p class="phrase-list"><a href="324100.html">One small step for man</a> </p>
<p class="phrase-list"><a href="one-stop-shop.html">One stop shop</a></p>
<p class="phrase-list"><a href="one-swallow-does-not-make-a-summer.html">One swallow doesn't make a summer</a></p>
<p class="phrase-list"><a href="hearts-content.html">One's heart's content</a></p>
<p class="phrase-list"><a href="ups-a-daisy.html">Oops-a-daisy</a> </p>
<p class="phrase-list"><a href="open-season.html">Open season</a> </p>
<p class="phrase-list">(The) <a href="272550.html">order of the boot</a></p>
<p class="phrase-list"><a href="274400.html">Out of sight, out of mind</a></p>
<p class="phrase-list"><a href="out-of-sorts.html">Out of sorts</a></p>
<p class="phrase-list"><a href="274900.html">Out of the jaws of death</a></p>
<p class="phrase-list"><a href="275000.html">Out of the mouths of babes and sucklings</a></p>
<p class="phrase-list"><a href="over-a-barrel.html">Over a barrel</a></p>
<p class="phrase-list"><a href="over-the-moon.html">Over the moon</a></p>
<p class="phrase-list"><a href="over-the-top.html">Over the top</a></p>
<p class="phrase-list"><a href="oversexed-overpaid-and-over-here.html">Overpaid, oversexed, and over here</a></p>
<p class="phrase-list"><a href="277000.html">Oxo cube</a></p>
<p class="phrase-list"><a href="mind-your-ps-and-qs.html">Ps and Qs</a> - Mind your </p>
<p class="phrase-list"><a href="full-to-the-gunwales.html"> Packed to the gunwales</a></p>
<p class="phrase-list"><a href="paddle-your-own-canoe.html">Paddle your own canoe</a></p>
<p class="phrase-list"><a href="paint-the-town-red.html">Paint the town red</a></p>
<p class="phrase-list"><a href="panic-stations.html">Panic stations</a></p>
<p class="phrase-list"><a href="277650.html">Paper tiger</a></p>
<p class="phrase-list"><a href="parting-shot.html">Parting shot / Parthian shot </a></p>
<p class="phrase-list"><a href="278600.html">Pass over to the other side</a></p>
<p class="phrase-list"><a href="pass-the-buck.html">Pass the buck</a></p>
<p class="phrase-list"><a href="280050.html">Paying guest - A</a></p>
<p class="phrase-list"><a href="pdq.html">P.D.Q. - pretty damn quick</a> </p>
<p class="phrase-list"><a href="pearls-before-swine.html">Pearls before swine</a></p>
<p class="phrase-list"><a href="280500.html">Pears for your heirs</a></p>
<p class="phrase-list"><a href="peeping-tom.html">Peeping Tom</a></p>
<p class="phrase-list"><a href="280700.html">Peg out</a></p>
<p class="phrase-list"><a href="pell-mell.html">Pell-mell</a></p>
<p class="phrase-list">(The) <a href="the-pen-is-mightier-than-the-sword.html">pen is mightier than the sword </a></p>
<p class="phrase-list"><a href="pennies-from-heaven.html">Pennies from heaven</a></p>
<p class="phrase-list"><a href="penny-dreadful.html">Penny dreadful</a></p>
<p class="phrase-list">(The) <a href="280900.html">penny drops </a></p>
<p class="phrase-list"><a href="penny-pinching.html">Penny pinching</a></p>
<p class="phrase-list">
<a href="a-penny-saved-is-a-penny-earned.html">Penny saved is a penny earned</a> - A </p>
<p class="phrase-list"><a href="penny-wise-and-pound-foolish.html">Penny wise and pound foolish</a></p>
<p class="phrase-list"><a href="pester-power.html">Pester power</a></p>
<p class="phrase-list"><a href="peter-out.html">Peter out</a></p>
<p class="phrase-list"><a href="petty-cash.html">Petty cash</a> </p>
<p class="phrase-list"><a href="281850.html">Physician heal thyself</a></p>
<p class="phrase-list"><a href="pick-n-mix.html">Pick 'n' mix </a></p>
<p class="phrase-list"><a href="a-picture-is-worth-a-thousand-words.html">Picture is worth a thousand words</a> - A </p>
<p class="phrase-list"><a href="picture-perfect.html">Picture-perfect</a> </p>
<p class="phrase-list"><a href="as-easy-as-pie.html">Pie</a> - as easy as </p>
<p class="phrase-list"><a href="pie-in-the-sky.html">Pie in the sky</a></p>
<p class="phrase-list"><a href="piece-of-cake.html">Piece of cake</a> - A</p>
<p class="phrase-list"><a href="piece-of-piss.html">Piece of piss</a> </p>
<p class="phrase-list"><a href="piece-of-the-action.html">Piece of the action</a></p>
<p class="phrase-list"><a href="a-pig-in-a-poke.html">Pig in a poke</a></p>
<p class="phrase-list"><a href="pigeon-chested.html">Pigeon-chested</a></p>
<p class="phrase-list"><a href="on-the-pigs-back.html">Pig's back</a> - on the </p>
<p class="phrase-list"><a href="pigs-ear.html">Pig's ear</a></p>
<p class="phrase-list">(In a) <a href="in-a-pigs-eye.html">pig's eye</a></p>
<p class="phrase-list"><a href="pig-and-whistle.html">Pig and whistle</a> </p>
<p class="phrase-list"><a href="piggyback.html">Piggyback</a></p>
<p class="phrase-list"><a href="pigs-might-fly.html">Pigs might fly</a></p>
<p class="phrase-list"><a href="pin-money.html">Pin money</a></p>
<p class="phrase-list">(Take with a) <a href="take-with-a-grain-of-salt.html">pinch of salt</a></p>
<p class="phrase-list"><a href="get-the-pip.html">Pip</a> - Get the/got the /have the </p>
<p class="phrase-list"><a href="283600.html">Pipe down</a></p>
<p class="phrase-list"><a href="pipe-dream.html">Pipe dream</a> - A</p>
<p class="phrase-list"><a href="piping-hot.html">Piping hot</a></p>
<p class="phrase-list"><a href="piss-and-vinegar.html">Piss and vinegar</a> - Full of </p>
<p class="phrase-list"><a href="14400.html">Place for everything and everything in its place</a> - A </p>
<p class="phrase-list"><a href="14450.html">Plague on both your houses</a> - A </p>
<p class="phrase-list"><a href="plain-sailing.html">Plain sailing</a> </p>
<p class="phrase-list"><a href="284500.html">Plates of meat</a></p>
<p class="phrase-list"><a href="284550.html">Play by ear</a></p>
<p class="phrase-list"><a href="play-ducks-and-drakes.html">Play ducks and drakes</a></p>
<p class="phrase-list"><a href="284300.html">Play fast and loose</a></p>
<p class="phrase-list"><a href="284700.html">Play it again Sam</a></p>
<p class="phrase-list"><a href="silly-phrases.html">Play silly buggers</a></p>
<p class="phrase-list"><a href="giddy-goat.html">Play the giddy goat</a></p>
<p class="phrase-list"><a href="play-the-race-card.html">Play the race card</a></p>
<p class="phrase-list"><a href="as-pleased-as-punch.html">Pleased as Punch</a></p>
<p class="phrase-list"><a href="plug-ugly.html">Plug ugly</a></p>
<p class="phrase-list"><a href="260800.html">Plugged nickel</a></p>
<p class="phrase-list"><a href="poetic-justice.html">Poetic justice</a></p>

<!-- Ezoic - Content-21 - long_content -->
<span id='ezoic-pub-ad-placeholder-173'></span>
<!-- End Ezoic - Content-21 - long_content -->

<p class="phrase-list"><a href="point-and-click.html">Point-and-click </a></p>
<p class="phrase-list"><a href="286700.html">Point Percy at the porcelain</a></p>
<p class="phrase-list"><a href="287100.html">Politically correct</a></p>
<p class="phrase-list"><a href="point-blank.html">Point-blank</a></p>
<p class="phrase-list"><a href="point-to-point.html">Point to point</a></p>
<p class="phrase-list"><a href="287200.html">Pommy bashing</a></p>
<p class="phrase-list"><a href="pond-life.html">Pond life</a> </p>
<p class="phrase-list"><a href="287275.html">Pony and trap</a></p>
<p class="phrase-list"><a href="pony-up.html">Pony up</a> </p>
<p class="phrase-list"><a href="pop-goes-the-weasel.html">Pop goes the weasel</a></p>
<p class="phrase-list"><a href="nonsense-nine.html">Popular fallacies</a> - The Nonsense Nine </p>
<p class="phrase-list"><a href="287750.html">Pork pies</a></p>
<p class="phrase-list"><a href="port-out-starboard-home.html">POSH - Port out, starboard home</a></p>
<p class="phrase-list"><a href="287950.html">Pot calling the kettle black</a> - The </p>
<p class="phrase-list">Take <a href="take-potluck.html">potluck </a></p>
<p class="phrase-list"><a href="284400.html">Pound of flesh</a></p>
<p class="phrase-list"><a href="288150.html">Pour oil on troubled waters</a></p>
<p class="phrase-list"><a href="absolute-power-corrupts-absolutely.html">Power corrupts; absolute power corrupts absolutely</a></p>
<p class="phrase-list"><a href="288225.html">Power dressing</a></p>
<p class="phrase-list"><a href="the-powers-that-be.html">Powers that be</a> - The </p>
<p class="phrase-list"><a href="288500.html">Praying at the porcelain altar</a></p>
<p class="phrase-list"><a href="preaching-to-the-choir.html">Preaching to the choir</a></p>
<p class="phrase-list"><a href="preposterous.html">Preposterous</a></p>
<p class="phrase-list"><a href="288800.html">Press into service</a></p>
<p class="phrase-list"><a href="kettle-of-fish.html">Pretty kettle of fish</a></p>
<p class="phrase-list"><a href="a-pretty-penny.html">Pretty penny</a> - A</p>
<p class="phrase-list"><a href="289100.html">Prick up your ears</a></p>
<p class="phrase-list"><a href="prime-time.html">Prime time</a></p>
<p class="phrase-list"><a href="289325.html">Primrose path</a></p>
<p class="phrase-list"><a href="proof-of-the-pudding.html">Proof of the pudding is in the eating</a> - The</p>
<p class="phrase-list"><a href="proverbs.html">Proverbs<
[...]

Author comment

http://www.phrases.org.uk/meanings/phrases-and-sayings-list.html

full source  download  show line numbers   

Travelled to 12 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1010392
Snippet name: English Phrases List (HTML)
Eternal ID of this version: #1010392/1
Text MD5: d49b717f4df7addb39d55a9cbd969194
Author: stefan
Category:
Type: Document
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2017-09-15 13:32:49
Source code size: 254534 bytes / 2756 lines
Pitched / IR pitched: No / No
Views / Downloads: 10602 / 348
Referenced in: [show references]