<%@LANGUAGE="VBSCRIPT" CODEPAGE="65001"%> <% ' Loads a file and executes it as an ASP file. ' Needed to perform dynamic execution of BSP/FUSE ' and can be useful down the road Function GetFileContentsForExecution(aspFileFragmentPath) Dim oFSO, sContents 'Obtain a reference to the FileSystemObject Set oFSO = Server.CreateObject("Scripting.FileSystemObject") 'Obtain the file contents sContents = oFSO.OpenTextFile(Request.ServerVariables("APPL_PHYSICAL_PATH") & aspFileFragmentPath).ReadAll Set oFSO = Nothing 'reference to the FileSystemObject 'Remove the ASP scripting tags sContents = Replace (sContents, "<" & "%", "") sContents = Replace (sContents, "%" & ">", "") GetFileContentsForExecution = sContents End Function ' Grabs the node value of the responseXML returned ' by the CSWP_DOC_INFO service. This is used to ' display metadata on the confirmation page. Function GetXmlNodeValue(objXmlRowNode, strNodeName) Dim objXmlNode, objXmlNodeValue Set objXmlNode = objXmlRowNode.selectSingleNode("@" & strNodeName) If (objXmlNode Is Nothing) Then Set objXmlNode = objXmlRowNode.selectSingleNode("idc:field[@name='" & strNodeName & "']") End If If (Not (objXmlNode Is Nothing)) Then GetXmlNodeValue = objXmlNode.Text End If End Function %> <%dim instanceName%> <%dim serverAddr%> <%dim visitorIP%> <%dim displayAllBSP%> <%dim fuseType%> <%dim cswpProgram%> <%instanceName = "build"%> <%serverAddr = "http" & "://" & "build.export.gov" & "/build/idcplg"%> <%visitorIP = Request.ServerVariables("REMOTE_ADDR")%>
<% dim siteURL siteURL = Request.ServerVariables("server_name") if siteURL =("export.gov") then response.Write("") else end if %>

August 2010
100% of airfreight on passenger aircraft will be screened.
Will it impact your company?
Find out more at http://www.tsa.gov/ccsp

Mandatory Screening of Cargo on Passenger Flights

Effective August 1, 2010, 100 percent of cargo flown on passenger aircraft (PAX) originating in the United States must be screened, per an act passed by Congress and signed into law by former President Bush.  Beginning August 1, all PAX cargoes must now be screened at the piece level - which is the individual item within a shipment - before it can be loaded on an aircraft in the United States.

This requirement stems from the 9/11 Commission Act of 2007 (the “9/11 Act”), which mandates that countermeasures be taken to defend against threats that are posed to the public, transportation systems, and critical infrastructure.  The PAX mandate is intended to close a large gap in the nation’s aviation security, which threatens the safety of travelers and the transportation system.  Earlier milestones in meeting this mandate are discussed below.

TSA responded to the Congressional mandate by creating the Certified Cargo Screening Program (CCSP). CCSP is a voluntary program which allows for industry to participate in the achievement of 100% cargo screening without impeding the flow of commerce.  It facilitates screening of PAX cargo at a level of security commensurate to that of passenger baggage.  While air carriers are ultimately responsible for ensuring that all cargo on their passenger aircraft has been screened, CCSP provides industry the flexibility to screen their own cargoes prior to delivery to the air carrier, to speed cargo acceptance by the carrier and to avoid system delays.

Key Milestones

  • October 2008 – 100% screening of cargo flown on passenger narrow body aircraft.  Screening conducted by TSA and passenger air carriers.
  • February 2009 - 50% screening of cargo flown on passenger wide body aircraft.  Screening conducted by air carriers, freight forwarders, and shippers.
  • May 2010 - 75% screening of cargo flown on passenger wide body aircraft.  Screening conducted by air carriers, freight forwarders, and shippers.
  • August 1st, 2010 – 100% screening of cargo flown on all passenger aircraft.  Screening conducted by air carriers, freight forwarders, and shippers.

For more information, visit www.tsa.gov/ccsp.