<%PageTitle="Carry Handle & Tape Multipackers"%> <% set rsContent = Server.CreateObject("ADODB.Recordset") sql = "select c.Content from Content c, Navigation n where '/'+n.URL = '" & Request.ServerVariables("URL") & "' and n.id = c.Navigationid and c.Languageid=" & Languageid rsContent.Open sql,SiteDb,adOpenForwardOnly,adLockReadOnly if not rsContent.EOF then Response.Write rsContent("Content") end if rsContent.Close %>