function ieXLiquidWidth(){
  if (1005 > document.body.clientWidth){ return "1005px"; }
  else{ return "auto"; }
}

