function ieXLiquidWidth() {
   if(document.body.clientWidth < 771){
      return "770px";
   }else if(document.body.clientWidth > 1000){
      return "1000px";
   }else{
      return "auto";
   }
}
function iefooterfunc() {
   if(document.body.clientWidth < 771){
      return "770px";
   }
   else{
      return "auto";
   }
}