var ie6=false;
$(document).ready(function(){
  ie6 = typeof document.body.style.maxHeight === "undefined";
});

