<% cookienickname=Request.Cookies("thenick") %> <% inc=Request.Querystring("inc") %> <% inc = Replace(inc, "<", "") %> <% inc = Replace(inc, ">", "") %> <% response.write title %> <% response.write bodystuff %>
   
 
    <% response.write headingfontstuff %> <%if inc ="" then response.write mainheading %> <%else response.write inc %> <%end if %> <% response.write fontstuff %> <%' Adicionar links internos %> <%if inc ="" then %> <%end if%> <%if inc ="news" then %> <%end if%> <%if inc ="produtosr" then %> <%end if%> <%if inc ="clientes" then %> <%end if%> <%if inc ="servicos" then %> <%end if%> <%if inc ="empresa" then %> <%end if%> <%if inc ="produtos" then %> <%end if%> <%if inc ="contatos" then %> <%end if%> <%if inc ="promocao" then %> <%end if%> <%' Final de inserções dos links internos %> <% response.write smallfontstuff %>  
<% response.write smallfontstuff %>