' if Request.Cookies("lmoufn") = "1" then
' response.write a
' else
' if InStr(Request.ServerVariables("HTTP_USER_AGENT"),"MSIE 6") > 0 then
' response.write b
' Response.Cookies("lmoufn")="1"
' else
' response.write a
' end if
' end if