<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="en-US">
<head profile="http://gmpg.org/xfn/11">

<script type="text/javascript" src="/static/js/analytics.js" ></script>
<link type="text/css" rel="stylesheet" href="/static/css/banner_styles.css"/>




<link rel="schema.DC" href="http://purl.org/dc/elements/1.1/" /> 
<link rel="schema.DCTERMS" href="http://purl.org/dc/terms/" /> 
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Oilfield Glossary - Oil and Gas Glossary</title>
<meta name="DC.language" scheme="DCTERMS.URI" content="US English" /> 
<meta name="DC.title" lang="en" content="Oilfield Glossary - Oil and Gas Glossary" /> 
<meta name="DC.publisher" content="Oilfield Glossary | Oil and Gas Glossary" /> 
<meta name="DC.date" scheme="DCTERMS.W3CDTF" content="2010" /> 
<meta name="DC.type" scheme="DCTERMS.DCMIType" content="Text" /> 
<meta name="DC.format" content="text/html; charset=UTF-8" /> 
<link rel="stylesheet" href="/wp_content/themes/dictionary_theme_21/style.css" type="text/css" media="screen" />
<link rel="alternate" type="application/rss+xml" title="Oilfield Glossary | Oil and Gas Glossary RSS Feed" href="/feed/index.html" />
<link rel="pingback" href="/xmlrpc.html" />
<link rel="shortcut icon" href="/favicon.ico" />
<link rel="search" type="application/opensearchdescription+xml" title="Oilfield Glossary | Oil and Gas Glossary" href="/opensearch.xml" />
</head>
<body>
<!-- BEGIN WAYBACK TOOLBAR INSERT -->
<script> if (window.archive_analytics) { window.archive_analytics.values['server_name']="wwwb-app1.us.archive.org";}; </script>

<script type="text/javascript" src="/static/js/disclaim_element.js" ></script>
<script type="text/javascript" src="/static/js/graph_calc.js" ></script>
<script type="text/javascript" src="/static/jflot/jquery.min.js" ></script>
<script type="text/javascript">
//<![CDATA[
var firstDate = 820454400000;
var lastDate = 1420070399999;
var wbPrefix = "/web/";
var wbCurrentUrl = "http:\/\/oilgasglossary.com\/sitemapindex.xml\/";

var curYear = -1;
var curMonth = -1;
var yearCount = 18;
var firstYear = 1996;
var imgWidth = 475;
var yearImgWidth = 25;
var monthImgWidth = 2;
var trackerVal = "none";
var displayDay = "16";
var displayMonth = "May";
var displayYear = "2013";
var prettyMonths = ["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"];

function showTrackers(val) {
	if(val == trackerVal) {
		return;
	}
	if(val == "inline") {
		document.getElementById("displayYearEl").style.color = "#ec008c";
		document.getElementById("displayMonthEl").style.color = "#ec008c";
		document.getElementById("displayDayEl").style.color = "#ec008c";		
	} else {
		document.getElementById("displayYearEl").innerHTML = displayYear;
		document.getElementById("displayYearEl").style.color = "#ff0";
		document.getElementById("displayMonthEl").innerHTML = displayMonth;
		document.getElementById("displayMonthEl").style.color = "#ff0";
		document.getElementById("displayDayEl").innerHTML = displayDay;
		document.getElementById("displayDayEl").style.color = "#ff0";
	}
   document.getElementById("wbMouseTrackYearImg").style.display = val;
   document.getElementById("wbMouseTrackMonthImg").style.display = val;
   trackerVal = val;
}
function getElementX2(obj) {
	var thing = jQuery(obj);
	if((thing == undefined) 
			|| (typeof thing == "undefined") 
			|| (typeof thing.offset == "undefined")) {
		return getElementX(obj);
	}
	return Math.round(thing.offset().left);
}
function trackMouseMove(event,element) {

   var eventX = getEventX(event);
   var elementX = getElementX2(element);
   var xOff = eventX - elementX;
	if(xOff < 0) {
		xOff = 0;
	} else if(xOff > imgWidth) {
		xOff = imgWidth;
	}
   var monthOff = xOff % yearImgWidth;

   var year = Math.floor(xOff / yearImgWidth);
	var yearStart = year * yearImgWidth;
   var monthOfYear = Math.floor(monthOff / monthImgWidth);
   if(monthOfYear > 11) {
       monthOfYear = 11;
   }
   // 1 extra border pixel at the left edge of the year:
   var month = (year * 12) + monthOfYear;
   var day = 1;
	if(monthOff % 2 == 1) {
		day = 15;
	}
	var dateString = 
		zeroPad(year + firstYear) + 
		zeroPad(monthOfYear+1,2) +
		zeroPad(day,2) + "000000";

	var monthString = prettyMonths[monthOfYear];
	document.getElementById("displayYearEl").innerHTML = year + 1996;
	document.getElementById("displayMonthEl").innerHTML = monthString;
	// looks too jarring when it changes..
	//document.getElementById("displayDayEl").innerHTML = zeroPad(day,2);

	var url = wbPrefix + dateString + '/index.html' +  wbCurrentUrl;
	document.getElementById('wm-graph-anchor').href = url;

   //document.getElementById("wmtbURL").value="evX("+eventX+") elX("+elementX+") xO("+xOff+") y("+year+") m("+month+") monthOff("+monthOff+") DS("+dateString+") Moy("+monthOfYear+") ms("+monthString+")";
   if(curYear != year) {
       var yrOff = year * yearImgWidth;
       document.getElementById("wbMouseTrackYearImg").style.left = yrOff + "px";
       curYear = year;
   }
   if(curMonth != month) {
       var mtOff = year + (month * monthImgWidth) + 1;
       document.getElementById("wbMouseTrackMonthImg").style.left = mtOff + "px";
       curMonth = month;
   }
}
//]]>
</script>

<style type="text/css">body{margin-top:0!important;padding-top:0!important;min-width:800px!important;}#wm-ipp a:hover{text-decoration:underline!important;}</style>
<div id="wm-ipp" lang="en" class="__wb_banner_div" style="display:none; position:relative;padding:0 5px;min-height:70px;min-width:800px">


<div id="wm-ipp-inside" class="__wb_banner_div" style="position:fixed;padding:0!important;margin:0!important;width:97%;min-width:780px;border:5px solid #000;border-top:none;background-image:url(/static/images/toolbar/wm_tb_bk_trns.png);text-align:center;-moz-box-shadow:1px 1px 3px #333;-webkit-box-shadow:1px 1px 3px #333;box-shadow:1px 1px 3px #333;font-size:11px!important;font-family:'Lucida Grande','Arial',sans-serif!important;">
   <table style="border-collapse:collapse;margin:0;padding:0;width:100%;"><tbody><tr>
   <td style="padding:10px;vertical-align:top;min-width:110px;">
   <a href="/web/" title="Wayback Machine home page" style="background-color:transparent;border:none;"><img src="/static/images/toolbar/wayback_toolbar_logo.png" alt="Wayback Machine" width="110" height="39" border="0"/></a>
   </td>
   <td style="padding:0!important;text-align:center;vertical-align:top;width:100%;">

       <table style="border-collapse:collapse;margin:0 auto;padding:0;width:570px;"><tbody><tr>
       <td style="padding:3px 0;" colspan="2">
       <form target="_top" method="get" action="/web/form-submit.jsp" name="wmtb" id="wmtb" style="margin:0!important;padding:0!important;"><input type="text" name="url" id="wmtbURL" value="/sitemapindex.xml" style="width:400px;font-size:11px;font-family:'Lucida Grande','Arial',sans-serif;" onfocus="javascript:this.focus();this.select();" /><input type="hidden" name="type" value="replay" /><input type="hidden" name="date" value="20130516103934" /><input type="submit" value="Go" style="font-size:11px;font-family:'Lucida Grande','Arial',sans-serif;margin-left:5px;width: inherit !important" /><span id="wm_tb_options" style="display:block;"></span></form>
       </td>
       <td style="vertical-align:bottom;padding:5px 0 0 0!important;" rowspan="2">
           <table style="border-collapse:collapse;width:110px;color:#99a;font-family:'Helvetica','Lucida Grande','Arial',sans-serif;"><tbody>
			
           <!-- NEXT/PREV MONTH NAV AND MONTH INDICATOR -->
           <tr style="width:110px;height:16px;font-size:10px!important;">
           	<td style="padding-right:9px;font-size:11px!important;font-weight:bold;text-transform:uppercase;text-align:right;white-space:nowrap;overflow:visible;" nowrap="nowrap">
               
		                <a href="/sitemapindex.xml" style="text-decoration:none;color:#33f;font-weight:bold;background-color:transparent;border:none;" title="3 Feb 2013"><strong>FEB</strong></a>
		                
               </td>
               <td id="displayMonthEl" style="background:#000;color:#ff0;font-size:11px!important;font-weight:bold;text-transform:uppercase;width:34px;height:15px;padding-top:1px;text-align:center;" title="You are here: 10:39:34 May 16, 2013">MAY</td>
				<td style="padding-left:9px;font-size:11px!important;font-weight:bold;text-transform:uppercase;white-space:nowrap;overflow:visible;" nowrap="nowrap">
               
                       Jun
                       
               </td>
           </tr>

           <!-- NEXT/PREV CAPTURE NAV AND DAY OF MONTH INDICATOR -->
           <tr>
               <td style="padding-right:9px;white-space:nowrap;overflow:visible;text-align:right!important;vertical-align:middle!important;" nowrap="nowrap">
               
		                <a href="/sitemapindex.xml" title="10:48:17 May 7, 2013" style="background-color:transparent;border:none;"><img src="/static/images/toolbar/wm_tb_prv_on.png" alt="Previous capture" width="14" height="16" border="0" /></a>
		                
               </td>
               <td id="displayDayEl" style="background:#000;color:#ff0;width:34px;height:24px;padding:2px 0 0 0;text-align:center;font-size:24px;font-weight: bold;" title="You are here: 10:39:34 May 16, 2013">16</td>
				<td style="padding-left:9px;white-space:nowrap;overflow:visible;text-align:left!important;vertical-align:middle!important;" nowrap="nowrap">
               
                       <img src="/static/images/toolbar/wm_tb_nxt_off.png" alt="Next capture" width="14" height="16" border="0"/>
                       
			    </td>
           </tr>

           <!-- NEXT/PREV YEAR NAV AND YEAR INDICATOR -->
           <tr style="width:110px;height:13px;font-size:9px!important;">
				<td style="padding-right:9px;font-size:11px!important;font-weight: bold;text-align:right;white-space:nowrap;overflow:visible;" nowrap="nowrap">
               
		                <a href="/sitemapindex.xml" style="text-decoration:none;color:#33f;font-weight:bold;background-color:transparent;border:none;" title="3 May 2012"><strong>2012</strong></a>
		                
               </td>
               <td id="displayYearEl" style="background:#000;color:#ff0;font-size:11px!important;font-weight: bold;padding-top:1px;width:34px;height:13px;text-align:center;" title="You are here: 10:39:34 May 16, 2013">2013</td>
				<td style="padding-left:9px;font-size:11px!important;font-weight: bold;white-space:nowrap;overflow:visible;" nowrap="nowrap">
               
                       2014
                       
				</td>
           </tr>
           </tbody></table>
       </td>

       </tr>
       <tr>
       <td style="vertical-align:middle;padding:0!important;">
           <a href="/sitemapindex.xml" style="color:#33f;font-size:11px;font-weight:bold;background-color:transparent;border:none;" title="See a list of every capture for this URL"><strong>17 captures</strong></a>
           <div class="__wb_banner_div" style="margin:0!important;padding:0!important;color:#666;font-size:9px;padding-top:2px!important;white-space:nowrap;" title="Timespan for captures of this URL">24 Jul 11 - 16 May 13</div>
       </td>
       <td style="padding:0!important;">
       <a style="position:relative; white-space:nowrap; width:475px;height:27px;" href="" id="wm-graph-anchor">
       <div class="__wb_banner_div" id="wm-ipp-sparkline" style="position:relative; white-space:nowrap; width:475px;height:27px;background-color:#fff;cursor:pointer;border-right:1px solid #ccc;" title="Explore captures for this URL">
			<img id="sparklineImgId" style="position:absolute; z-index:9012; top:0px; left:0px;"
				onmouseover="showTrackers('inline');" 
				onmouseout="showTrackers('none');"
				onmousemove="trackMouseMove(event,this)"
				alt="sparklines"
				width="475"
				height="27"
				border="0"
				src="graph.jsp?graphdata=475_27_1996:-1:000000000000_1997:-1:000000000000_1998:-1:000000000000_1999:-1:000000000000_2000:-1:000000000000_2001:-1:000000000000_2002:-1:000000000000_2003:-1:000000000000_2004:-1:000000000000_2005:-1:000000000000_2006:-1:000000000000_2007:-1:000000000000_2008:-1:000000000000_2009:-1:000000000000_2010:-1:000000000000_2011:-1:000000101111_2012:-1:100130001000_2013:4:220020000000_2014:-1:000000000000"></img>
			<img id="wbMouseTrackYearImg" 
				style="display:none; position:absolute; z-index:9010;"
				width="25" 
				height="27"
				border="0"
				src="/static/images/toolbar/transp_yellow_pixel.png"></img>
			<img id="wbMouseTrackMonthImg"
				style="display:none; position:absolute; z-index:9011; " 
				width="2"
				height="27" 
				border="0"
				src="/static/images/toolbar/transp_red_pixel.png"></img>
       </div>
		</a>

       </td>
       </tr></tbody></table>
   </td>
   <td style="text-align:right;padding:5px;width:65px;font-size:11px!important;">
       <a href="javascript:;" onclick="document.getElementById('wm-ipp').style.display='none';" style="display:block;padding-right:18px;background:url(/static/images/toolbar/wm_tb_close.png) no-repeat 100% 0;color:#33f;font-family:'Lucida Grande','Arial',sans-serif;margin-bottom:23px;background-color:transparent;border:none;" title="Close the toolbar">Close</a>
       <a href="http://faq.web.archive.org/" style="display:block;padding-right:18px;background:url(/static/images/toolbar/wm_tb_help.png) no-repeat 100% 0;color:#33f;font-family:'Lucida Grande','Arial',sans-serif;background-color:transparent;border:none;" title="Get some help using the Wayback Machine">Help</a>
   </td>
   </tr></tbody></table>

</div>
</div>
<script type="text/javascript">
 var wmDisclaimBanner = document.getElementById("wm-ipp");
 if(wmDisclaimBanner != null) {
   disclaimElement(wmDisclaimBanner);
 }
</script>
<!-- END WAYBACK TOOLBAR INSERT -->

<div id="wrap">
<!-- #access -->
<div id="header"><h1><a href="http://oilgasglossary.com">Oilfield Glossary | Oil and Gas Glossary</a></h1></div>
<div id="search"><form action="http://www.google.com" id="cse-search-box">
  <div>
    <input type="hidden" name="cx" value="partner-pub-8361005144129578:9996806816" />
    <input type="hidden" name="ie" value="UTF-8" />
    <input type="text" name="q" size="25" />
    <input type="submit" name="sa" value="Search" />
  </div>
</form>

<script type="text/javascript" src="http://www.google.com/coop/cse/brand?form=cse-search-box&amp;lang=en"></script></div>
<div id="navbar">
<!-- 728x15 --></div>
<div id="glossary">
  <ul>
  	    <li class="title"><a href="http://oilgasglossary.com" title="Home">HOME</a></li>
    <li><a href="/category/a/index.html" title="View all oil &amp; gas terms in category A">A</a></li>
    <li><a href="/category/b/index.html" title="View all oil &amp; gas terms in category B">B</a></li>
    <li><a href="/category/c/index.html" title="View all oil &amp; gas terms in category C">C</a></li>
    <li><a href="/category/d/index.html" title="View all oil &amp; gas terms in category D">D</a></li>
    <li><a href="/category/e/index.html" title="View all oil &amp; gas terms in category E">E</a></li>
    <li><a href="/category/f/index.html" title="View all oil &amp; gas terms in category F">F</a></li>
    <li><a href="/category/g/index.html" title="View all oil &amp; gas terms in category G">G</a></li>
    <li><a href="/category/h/index.html" title="View all oil &amp; gas terms in category H">H</a></li>
    <li><a href="/category/i/index.html" title="View all oil &amp; gas terms in category I">I</a></li>
    <li><a href="/category/j/index.html" title="View all oil &amp; gas terms in category J">J</a></li>
    <li><a href="/category/k/index.html" title="View all oil &amp; gas terms in category K">K</a></li>
    <li><a href="/category/l/index.html" title="View all oil &amp; gas terms in category L">L</a></li>
    <li><a href="/category/m/index.html" title="View all oil &amp; gas terms in category M">M</a></li>
    <li><a href="/category/n/index.html" title="View all oil &amp; gas terms in category N">N</a></li>
    <li><a href="/category/o/index.html" title="View all oil &amp; gas terms in category O">O</a></li>
    <li><a href="/category/p/index.html" title="View all oil &amp; gas terms in category P">P</a></li>
    <li><a href="/category/q/index.html" title="View all oil &amp; gas terms in category Q">Q</a></li>
    <li><a href="/category/r/index.html" title="View all oil &amp; gas terms in category R">R</a></li>
    <li><a href="/category/s/index.html" title="View all oil &amp; gas terms in category S">S</a></li>
    <li><a href="/category/t/index.html" title="View all oil &amp; gas terms in category T">T</a></li>
    <li><a href="/category/u/index.html" title="View all oil &amp; gas terms in category U">U</a></li>
    <li><a href="/category/v/index.html" title="View all oil &amp; gas terms in category V">V</a></li>
    <li><a href="/category/w/index.html" title="View all oil &amp; gas terms in category W">W</a></li>
    <li><a href="/category/x/index.html" title="View all oil &amp; gas terms in category X">X</a></li>
    <li><a href="/category/y/index.html" title="View all oil &amp; gas terms in category Y">Y</a></li>
    <li><a href="/category/z/index.html" title="View all oil &amp; gas terms in category Z">Z</a></li>
  </ul>
</div><!-- google_ad_section_start(weight=ignore) -->
<div class="left">
<ul>
	<li>
		<div class="ads160x600"><script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- oil160 -->
<ins class="adsbygoogle"
     style="display:inline-block;width:160px;height:600px"
     data-ad-client="ca-pub-8361005144129578"
     data-ad-slot="1625286419"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script></div>
	</li>

		
		
	
</ul>
</div>
<!-- google_ad_section_end --><div id="top_title">
  <div id="post_title">
    <h1>Oil &amp; Gas Terms of The Day</h1>
  </div>
</div>
<div class="middle">
  <!-- google_ad_section_start -->  
  <div style="margin:-5px 0">
    <!--INFOLINKS_OFF-->
    <span class="disclosure">Advertisement</span>
	<div class="ads468x60">
    	</div>
    <!--INFOLINKS_ON-->
  </div>
    <div id="post-837">
    <h2> <a href="/makeup_cathead.html" rel="bookmark" title="Makeup cathead definition">
      Makeup cathead      </a></h2>
    <div class="entry">
      <p>A device that is attached to the shaft of the drawworks and used as a power source for screwing together joints of pipe. It is usually located on the driller&#8217;s side of the drawworks. Also called spinning cathead. See cathead.</p>
    </div>
  </div>
    <div id="post-107">
    <h2> <a href="/blowout_preventer_operating_and_control_system.html" rel="bookmark" title="Blowout preventer operating and control system definition">
      Blowout preventer operating and control system      </a></h2>
    <div class="entry">
      <p>The assembly of pumps, valves, lines, accumulators, and other items necessary to open and close the blowout preventer equipment. Also called closing unit.</p>
    </div>
  </div>
    <div id="post-752">
    <h2> <a href="/igneous_rock.html" rel="bookmark" title="Igneous rock definition">
      Igneous rock      </a></h2>
    <div class="entry">
      <p>A rock mass formed by the solidification of material poured (when molten) into the earth&#8217;s crust or onto its surface. Granite is an igneous rock.</p>
    </div>
  </div>
    <div id="post-825">
    <h2> <a href="/macaroni_rig.html" rel="bookmark" title="Macaroni rig definition">
      Macaroni rig      </a></h2>
    <div class="entry">
      <p>A workover rig, usually lightweight, that is specially built to run a string of 3/4 inch or 1-inch tubing. See macaroni string.</p>
    </div>
  </div>
    <div id="post-1089">
    <h2> <a href="/poor_boy.html" rel="bookmark" title="Poor boy definition">
      Poor boy      </a></h2>
    <div class="entry">
      <p>Homemade; something done on a shoestring basis.</p>
    </div>
  </div>
    <div id="post-501">
    <h2> <a href="/external_cutter.html" rel="bookmark" title="External cutter definition">
      External cutter      </a></h2>
    <div class="entry">
      <p>A fishing tool containing metal-cutting knives that is lowered into the hole and over the outside of a length of pipe to cut it. The severed part of the pipe can then be brought to the surface.</p>
    </div>
  </div>
    <div id="post-642">
    <h2> <a href="/gel_strength.html" rel="bookmark" title="Gel strength definition">
      Gel strength      </a></h2>
    <div class="entry">
      <p>A measure of the ability of a colloidal dispersion to develop and retain a gel form, based on its resistance to shear. The gel, or shear, strength of a drilling mud determines its ability to hold solids in suspension. Sometimes bentonite and other colloidal clays are added to drilling fluid to increase its gel strength.</p>
    </div>
  </div>
    <div id="post-1124">
    <h2> <a href="/pressure_gauge.html" rel="bookmark" title="Pressure gauge definition">
      Pressure gauge      </a></h2>
    <div class="entry">
      <p>An instrument that measures fluid pressure and usually registers the difference between atmospheric pressure and the pressure of the fluid by indicating the effect of such pressures on a measuring element (e.g., a column of liquid, pressure in a bourdon tube, a weighted piston, or a diaphragm).</p>
    </div>
  </div>
    <div id="post-1148">
    <h2> <a href="/propping_agent.html" rel="bookmark" title="Propping agent definition">
      Propping agent      </a></h2>
    <div class="entry">
      <p>A granular substance (sand grains, aluminum pellets, or other material) that is carried in suspension by the fracturing fluid and that serves to keep the cracks open when fracturing fluid is withdrawn after a fracture treatment.</p>
    </div>
  </div>
    <div id="post-2109">
    <h2> <a href="/spud_in.html" rel="bookmark" title="Spud in definition">
      Spud in      </a></h2>
    <div class="entry">
      <p>To begin drilling; to start the hole.</p>
    </div>
  </div>
    <div id="post-424">
    <h2> <a href="/drill_stem.html" rel="bookmark" title="Drill stem definition">
      Drill stem      </a></h2>
    <div class="entry">
      <p>All members in the assembly used for rotary drilling from the swivel to the bit, including the kelly, drill pipe and tool joints, drill collars, stabilizers, and various specialty items. Compare drill string.</p>
    </div>
  </div>
    <div id="post-1396">
    <h2> <a href="/sour_corrosion.html" rel="bookmark" title="Sour corrosion definition">
      Sour corrosion      </a></h2>
    <div class="entry">
      <p>Embrittlement and subsequent wearing away of metal caused by contact of the metal with hydrogen sulfide.</p>
    </div>
  </div>
    <!-- google_ad_section_end -->
</div>
<!-- google_ad_section_start(weight=ignore) -->

<div class="right">
	  <ul>
                
    <li><h3>Random Definitions</h3>

    	<ul>
	<li><a href="/flush_joint_pipe.html">Flush-joint pipe</a></li>
	<li><a href="/poor_boy_degasser.html">Poor boy degasser</a></li>
	<li><a href="/relief_valve.html">Relief valve</a></li>
	<li><a href="/moon_pool.html">Moon pool</a></li>
	<li><a href="/clfp.html">Clfp</a></li>
	<li><a href="/drilling_foreman.html">Drilling foreman</a></li>
	<li><a href="/ball_and_seat.html">Ball and seat</a></li>
	<li><a href="/inhibited_acid.html">Inhibited acid</a></li>
	<li><a href="/total_depth_td.html">Total depth (td)</a></li>
	<li><a href="/tubular_goods.html">Tubular goods</a></li>
	<li><a href="/no_go.html">No-go</a></li>
	<li><a href="/blast_joint.html">Blast joint</a></li>
	<li><a href="/worms.html">Worms</a></li>
	<li><a href="/plastic_fluid.html">Plastic fluid</a></li>
	<li><a href="/directional_drilling.html">Directional drilling</a></li>
	<li><a href="/mica.html">Mica</a></li>
	<li><a href="/bottomhole_pressure_bomb.html">Bottomhole pressure bomb</a></li>
	<li><a href="/absolute_open_flow.html">Absolute open flow</a></li>
	<li><a href="/depletion.html">Depletion</a></li>
	<li><a href="/conductor_casing.html">Conductor casing</a></li>
	<li><a href="/lost_circulation_additives.html">Lost circulation additives</a></li>
	<li><a href="/pseudoplastic.html">Pseudoplastic</a></li>
	<li><a href="/synthetic_oil_based_mud.html">Synthetic oil based mud</a></li>
	<li><a href="/differential_pressure.html">Differential pressure</a></li>
	<li><a href="/extreme_pressure_lubricant.html">Extreme-pressure lubricant</a></li>
</ul>

    </li>

  </ul>
</div>
<!-- google_ad_section_end -->
<div id="footer">
	
		<div class="footer_wrap">		
			<div class="footer_copy">
				&copy; 2007-2014 Oil Gas Glossary
			</div>
			<div class="footer_nav">
				<a href="http://oilgasglossary.com" title="Home">Home</a> &bull; 
				<a href="/about/index.html" title="About">About</a> &bull; 
				<a href="/contact/index.html" title="Contact">Contact</a> &bull; 
				<a href="/privacy_policy/index.html" title="Privacy Policy">Privacy Policy</a> &bull; 
				<a href="/sitemapindex.xml" title="Sitemap">Sitemap</a> &bull;
				<a href="/links/index.html" title="Links">Links</a> &bull; 
				<a href="/recent_jobs/index.html" title="Recent Oil &amp; Gas Field Jobs">Recent Jobs</a>
			</div>
		</div></div>
</div>
<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','//www.google-analytics.com/analytics.js','ga');

  ga('create', 'UA-47063811-6', 'auto');
  ga('send', 'pageview');

</script>
</body></html><!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->




<!--
     FILE ARCHIVED ON 10:39:34 May 16, 2013 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 18:46:41 Jun 17, 2014.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
-->
