Pioneer believes the following
qualities distinguish it from other independent oil
and gas producers.
High-Quality Asset
BasePioneer has a significant
asset base and inventory of development projects and exploration opportunities.
Most of our assets have high-quality, long-lived production with very low
decline rates.
High Quality
Acquisitions Pioneer looks for
acquisitions in geographical locations that are complimentary to
its asset base. Potential acquisitions are
expected to have upside development and workover opportunities.
Low Cost Operations
Pioneer strives to operate its wells at the lowest possible cost
without jeopardizing the quality of its operations.
Entrepreneurial
ManagementSince the company's start
in 1983, our current management team has guided the company
through various operational and industrial challenges. Pioneer
also employs a staff of individuals who have extensive local
experience in the oil and gas fields.
<%
'# Set the values of some variable
imageStyle = "s2"
serverPath = "//plugins.websitecomplete.com/wsc_images"
protocol = "http:"
If ucase(Request.ServerVariables("HTTPS")) = "ON" Then protocol="https:"
DataSource = "FileDSN=c:\winnt\system32\dsn\plugins.dsn"
Set DataConn = Server.CreateObject("ADODB.Connection")
DataConn.Open DataSource
'# grab all their records to see what they have to offer
sqlQuery = "SELECT current_value FROM hitcounter WHERE pluginID = 'CXrGVMIU'"
Set oRst = DataConn.Execute(sqlQuery)
if not oRst.eof then
counterNumber = CLng(oRst("current_value"))
if Session("Counted") = "" then
counterNumber = counterNumber + 1
'#update the current value in the database
sqlQuery = "UPDATE hitcounter SET current_value = " & counterNumber & " WHERE pluginID = 'CXrGVMIU';"
DataConn.Execute(sqlQuery)
DataConn.close
Set DataConn = nothing
Session("Counted") = true
end if
counterNumber = "0000000000" & counterNumber
counterNumber = right(counterNumber,8)
counterDisplay = ""
howLong = len(counterNumber)
for i=1 to howLong
thisNumber = mid(counterNumber,i,1)
counterDisplay = counterDisplay & ""
next
counterDisplay = "" & counterDisplay & ""
counterDisplay = "" & counterDisplay & ""
else
counterDisplay = ""
end if
Set oRst = nothing
%><%= counterDisplay %>