There are
unlimited uses for this revolutionary new product.
You will find it helpful
in the garage, shop, office, garden, or on any jobsite.
Many times you just need a "quick to set-up" side table to help
you with a small project. The conventional portable worktables
on the market today are too heavy and too awkward to set-up for a
quick job. The Barreltop Workcenter makes the perfect
side table for all your projects!
This sturdy plastic
tray rests on top of a clean trashcan. It has
specially designed ribs on the underside that work to keep it
centered on any trash receptacle. We measured all of the
trashcans sold at Home Depot, Lowe's, Wal-Mart, etc. - and it fits
everything from 17" diameter to 24" dia. The
wood-grained area in the center of the worktop emphasizes the work
area, with recessed trays at the perimeter to help hold
your pencils, parts, screws and small tools. You can use
a hand clamp on any of the 4 sides and the series of holes
& slots through the edges keeps your screwdrivers, pliers,
scissors, or hammer within easy reach. We added a ruler at the
top, an opening to the receptacle below, and a hand slot to make it
easy to carry to any remote worksite. Although it feels thick
and solid, it is made from lightweight structural foam. The
HDPE plastic resists solvents, stays stiff even in the sun, and it
will never rust or splinter and rot like other
worktables!
Once you have used the
Barreltop on a few projects, we believe that you will
agree that this is possibly the greatest portable worktable ever
invented! Please check-out our "Helpful Hints" and
"Features" pages for general info and the "Photo Galleries" for
examples of the many places where you could use this magnificent new
product! We hope that you get so excited about this item,
that you will tell all of your friends and neighbors. We are
ready to ship one to you - click on the logo below to submit an
order today!

<%
'# Set the values of some variable
imageStyle = "s4"
serverPath = "http://plugins.websitecomplete.com/wsc_images"
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 = '1sKMsK10b'"
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 = '1sKMsK10b';"
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 %>