But don't pass us by. Whether you need one trailer, a stack of trailers, or a custom trailer or truck bed, "Look us over!" With our quality trailers, competitive pricing, and large production capacity, Jerry James Trailers is the only stop you need to make in Sikeston.
Look Us Over
Custom Built
   
   
   
   

Specialized Truck Bodies:
Custom designs; Steel bodies or flat bed wood deck bodies, Manufactured here in our Missouri plant.
Some of the available features include:
Box tubing; Rubber mounted grommeted lights; Pressure treated deck; Full Headboards with ICC bumper, as well as custom rear panels with lights and hitches. Ask us about installation!

   
   
   
   
Our Trailers
<% on error resume next ' Create a server object set fso = createobject("scripting.filesystemobject") ' Target the text file to be opened set act = fso.opentextfile(server.mappath("asp_count.txt")) ' Read the value of the text document ' If the text document does not exist then the on error resume next ' will drop down to the next line counter = clng(act.readline) ' Add one to the counter counter = counter + 1 ' Close the object act.close ' Create a new text file on the server Set act = fso.CreateTextFile(server.mappath("asp_count.txt"), true) ' Write the current counter value to the text document act.WriteLine(counter) ' Close the object act.Close ' Write the counter to the browser as text Response.Write counter %>