<%@LANGUAGE="VBSCRIPT"%> <% Response.Buffer = True %> <% ' ******************************************************************* ' Application Name: IBEEM CONTENT MANAGEMENT SYSTEM ' Application Group: ACECOMP PLUS - IBEEM CONTENT MANAGEMENT FAMILY ' Version: IBEEM 4.5 ' Application: ASP ' Database: MSSQL ' Copyright © Acecomp Plus Corporate Site Solutions - www.acecomp.com ' All rights reserved 1997-2006. ' ******************************************************************* ' IBEEM LOG: ' DATE INITIALS CHANGES ' 20/12/2005 MT Initial Version ' 01/01/2006 MT ScottWoods Transport ' ******************************************************************* ' NOTES: ScottWoods Transport Site ' ************************************************************************ ' DESCRIPTION: ' ************************************************************************ ' IBEEM CMS, IBEEM EMS, IBEEM ECMS, IBEEM INTRANET AND IBEEM ECMS+I ARE LICENSED BY ACECOMP PLUS UNDER ISLA (IBEEM Software License Agreement). %> <% Dim content__coid content__coid = "94" if (Request("content_id") <> "") then content__coid = Request("content_id") %> <% set content = Server.CreateObject("ADODB.Recordset") content.ActiveConnection = MM_conn_STRING content.Source = "SELECT * FROM dbo.SITE_CONTENT WHERE content_id = '" + Replace(content__coid, "'", "''") + "' AND content_status = 'act'" content.CursorType = 0 content.CursorLocation = 2 content.LockType = 3 content.Open() content_numRows = 0 %> <%=(content.Fields.Item("content_title").Value)%> - <%=(content.Fields.Item("metatag_title").Value)%> "> "> "> ">
<% if (content.Fields.Item("content_member").Value) = 1 then %>
ON-LINE SERVICES
Customer Login
<% end if %>
QUICK LINKS
Employee Login
Fuel Surcharge Chart
PROUD MEMBERS OF
 
 

 

<% if request("content_id")= 94 or request("content_id")= "" then %> <% end if %>
<%=(content.Fields.Item("content_title").Value)%>

 
<%If (content.Fields.Item("content_clipart_show").Value) = 1 then%>
<% if request("content_id")= 91 then %> <% END IF %>
 
Map of our location  
 
<% END IF %> <% if request("content_id")= 87 or request("content_id")= 88 or request("content_id")= 89 or request("content_id")= 90 then %>
<% END IF %>

<%=(content.Fields.Item("content_content_1").Value)%> <% if request("content_id")= 108 then %> <% end if %> <% if request("content_id")= 141 then %> <% end if %> <% if request("content_id")= 59 then %> <% end if %> <% if request("content_id")= 96 then %> <% end if %> <% if (content.Fields.Item("content_id").Value)=107 then %> <% end if %> <% if request("content_id")= 112 then Response.Redirect("FORM_PUB_Employment_Application_for_Truck_Drivers.asp") end if %> <% if request("content_id")= 113 then Response.Redirect("FORM_PUB_Credit_Application.asp") end if %> <% if request("content_id")= 114 then Response.Redirect("FORM_PUB_Presentation_of_LOSS_or_DAMAGE.asp") end if %> <% if request("content_id")= 115 then Response.Redirect("IBEEM_IMAGES/PDF_10.pdf") end if %> <% if request("content_id")= 116 then Response.Redirect("IBEEM_IMAGES/PDF_11.pdf") end if %> <% if request("content_id")= 117 then Response.Redirect("IBEEM_IMAGES/PDF_12.pdf") end if %> <% if request("content_id")= 118 then Response.Redirect("IBEEM_IMAGES/PDF_13.pdf") end if %> <% if request("content_id")= 119 then Response.Redirect("IBEEM_IMAGES/PDF_14.pdf") end if %> <% if request("content_id")= 120 then Response.Redirect("IBEEM_IMAGES/PDF_15.pdf") end if %> <% if request("content_id")= 133 then Response.Redirect("IBEEM_IMAGES/PDF_16.pdf") end if %> <% if content.Fields.Item("content_print").Value=1 then %>
" target="_blank">Print Friendly Version
<% end if %>

  background="/IBEEM_IMAGES/image<%=content.Fields.Item("content_image").Value%>.jpg" <%else%> background="images/frame-text-background-bot-4.jpg" <% end if %>bgcolor="#EEF1F6"> <% if request("content_id")= 94 or request("content_id")= "" then %><% else %>

<% end if %>
<% content.Close() Set content = Nothing %>