$(function() {
  if($.browser.msie && $.browser.version == 6) {
    document.location = '/ie6-support';
  }
});
