% ' hente ut m_id
m_id = Request.ServerVariables ("URL")
' ta bort .asp
m_id = replace(m_id, ".asp", "")
' ta bort det som kommer etter den siste /
m_id = StrReverse(m_id)
MyArray = Split(m_id,"/", -1,1)
m_id = MyArray(0)
m_id = StrReverse(m_id)
%>
Freesound Records
<% if m_id = "default" or m_id = "Default" then%>
<% end if %>
<% if m_id = "company" then %><% end if %>
<% if m_id = "artists" then %><% end if %>
<% if m_id = "music" then %>
<% end if %>
<% if m_id = "contact" then %><% end if %>