At Liberty Steel, we will continue to pioneer new and innovative ways to assist you. As a steel service center, we see to it that equal emphasis is placed on steel and service.
We understand that consistent, reliable delivery of superior products will best tell our story.

For more information, quotes, or a brochure, click on our information page or e-mail us with your request.

ISO 9001:2008 CERTIFIED

<% dim fp dim fs dim a dim ct fp = Server.MapPath("counter.txt") Set fs = CreateObject("Scripting.FileSystemObject") Set a = fs.OpenTextFile(fp) ct = Clng(a.ReadLine) if Session("ct") = "" then Session("ct") = ct ct = ct + 1 a.close Set a = fs.CreateTextFile(fp, True) a.WriteLine(ct) end if a.Close Response.Write ct %>