% If InStr(Request.ServerVariables ("HTTP_ACCEPT"),"application/xhtml+xml") > 0 Then response.ContentType="application/xhtml+xml; charset=utf-8" Else response.ContentType="text/html; charset=utf-8" End If %>