module Browser::IE

def ie6?

Detect if browser is Internet Explorer 6.
def ie6?
  ie? && version == "6"
end