<% dim dsn dim objConn dim loginRec dim i dim command dim lastId if session("access") <> "9" then response.redirect("http://www.machinedevice.com") end if %> Machine Device - Innovative solutions for all your equipment needs
[  CONTACT US  |  ABOUT US  |  SITE MAP  |  SHOP TOUR  |  PROJECT GALLERY  ]
<%if session("access") = 9 then%><%else%><%end if%> Machine Device
Billboard  

<% dsn="DBQ=" & Server.Mappath("md.mdb") & ";Driver={Microsoft Access Driver (*.mdb)};" Set objConn = Server.CreateObject("ADODB.Connection") objConn.Open dsn Set billboardRec = Server.CreateObject("ADODB.Recordset") billboardRec.Open "select * from billboard order by id", objConn, 1, 2 while not billboardRec.EOF %>
<% if billboardRec("leftLogo") <> "" then %> <% else %>
<% end if %>
<% if billboardRec("rightLogo") <> "" then %> <% else %>
<% end if %>
<% billboardRec.moveNext wend billboardRec.close set billboardRec = nothing set objConn = nothing %>
  © 2004-2015 Machine Device Corporation