isIE6

function isIE6() {
  return $.browser.msie && $.browser.version<7;
}


Leave a Reply